m13:54:52,978 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is logback-classic version 1.5.6 13:54:52,978 |-INFO in ch.qos.logback.classic.util.ContextInitializer@18d910b3 - No custom configurators were discovered as a service. 13:54:52,979 |-INFO in ch.qos.logback.classic.util.ContextInitializer@18d910b3 - Trying to configure with ch.qos.logback.classic.joran.SerializedModelConfigurator 13:54:52,979 |-INFO in ch.qos.logback.classic.util.ContextInitializer@18d910b3 - Constructed configurator of type class ch.qos.logback.classic.joran.SerializedModelConfigurator s13:54:52,982 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.scmo] n13:54:52,982 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.scmo] 13:54:52,987 |-INFO in ch.qos.logback.classic.util.ContextInitializer@18d910b3 - ch.qos.logback.classic.joran.SerializedModelConfigurator.configure() call lasted 4 milliseconds. ExecutionStatus=INVOKE_NEXT_IF_ANY 13:54:52,987 |-INFO in ch.qos.logback.classic.util.ContextInitializer@18d910b3 - Trying to configure with ch.qos.logback.classic.util.DefaultJoranConfigurator 13:54:52,987 |-INFO in ch.qos.logback.classic.util.ContextInitializer@18d910b3 - Constructed configurator of type class ch.qos.logback.classic.util.DefaultJoranConfigurator r13:54:52,988 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml] 13:54:52,989 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [jar:file:/home/jenkins/.jenkins/workspace/Primary-End-To-End-Tests/app-ktor-server/build/libs/app-ktor-server.jar!/logback.xml] 13:54:52,992 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@1e7ab390 - URL [jar:file:/home/jenkins/.jenkins/workspace/Primary-End-To-End-Tests/app-ktor-server/build/libs/app-ktor-server.jar!/logback.xml] is not of type file s13:54:53,050 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [FILE] 13:54:53,050 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] j13:54:53,072 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@1650299186 - No compression will be used 13:54:53,072 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@1650299186 - Will use the pattern ./log//ustad-server.%d{yyyy-MM-dd}.%i.log for the active file 13:54:53,074 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@77774571 - The date pattern is 'yyyy-MM-dd' from file name pattern './log//ustad-server.%d{yyyy-MM-dd}.%i.log'. k13:54:53,074 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@77774571 - Roll-over at midnight. 13:54:53,074 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@77774571 - Setting initial period to 2025-07-30T15:03:42.072Z 13:54:53,074 |-WARN in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@77774571 - SizeAndTimeBasedFNATP is deprecated. Use SizeAndTimeBasedRollingPolicy instead 13:54:53,074 |-WARN in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@77774571 - For more information see http://logback.qos.ch/manual/appenders.html#SizeAndTimeBasedRollingPolicy 13:54:53,076 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property }13:54:53,086 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[FILE] - Active log file name: ./log//ustad-server.log 13:54:53,086 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[FILE] - File property is set to [./log//ustad-server.log] }13:54:53,087 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to TRACE 13:54:53,087 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [FILE] to Logger[ROOT] 13:54:53,088 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.eclipse.jetty] to INFO ~13:54:53,088 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [io.netty] to INFO m13:54:53,088 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@277b8fa4 - End of configuration. 13:54:53,088 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6cd64ee8 - Registering current configuration as safe fallback point 13:54:53,088 |-INFO in ch.qos.logback.classic.util.ContextInitializer@18d910b3 - ch.qos.logback.classic.util.DefaultJoranConfigurator.configure() call lasted 101 milliseconds. ExecutionStatus=DO_NOT_INVOKE_NEXT_IF_ANY  /0Exception in thread "UI Thread @coroutine#244" 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(244), "coroutine#244":StandaloneCoroutine{Cancelling}@586c0cd9, Dispatchers.Main] /2Exception in thread "UI Thread @coroutine#281" 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:102) /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(281), "coroutine#281":StandaloneCoroutine{Cancelling}@4917df9e, Dispatchers.Main] 3Exception in thread "UI Thread @coroutine#297" 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(297), "coroutine#297":StandaloneCoroutine{Cancelling}@1387a9d3, Dispatchers.Main] ;:NJul 31, 2025 1:54:55 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ;:FINEST: FINEST BlobDownloadClientUseCaseCommonJvm$downloadItemsFromChannelProcessor$invokeSuspend - BlobDownloadClientUseCaseCommonJvm: #0 http://localhost:56243/com/ustadmobile/core/container/testfile1.png : channel: start ;:NJul 31, 2025 1:54:55 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ;:FINEST: FINEST BlobDownloadClientUseCaseCommonJvm$downloadItemsFromChannelProcessor$invokeSuspend - BlobDownloadClientUseCaseCommonJvm: #0 http://localhost:56243/com/ustadmobile/core/container/testfile1.png channel: completed ;:NJul 31, 2025 1:54:55 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ;:FINEST: FINEST BlobDownloadClientUseCaseCommonJvm$downloadItemsFromChannelProcessor$invokeSuspend - BlobDownloadClientUseCaseCommonJvm: #0 http://localhost:56243/com/ustadmobile/core/container/testfile2.png : channel: start ;:NJul 31, 2025 1:54:55 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ;:FINEST: FINEST BlobDownloadClientUseCaseCommonJvm$downloadItemsFromChannelProcessor$invokeSuspend - BlobDownloadClientUseCaseCommonJvm: #0 http://localhost:56243/com/ustadmobile/core/container/testfile2.png channel: completed ;:NJul 31, 2025 1:54:55 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ;:FINEST: FINEST BlobDownloadClientUseCaseCommonJvm$downloadItemsFromChannelProcessor$invokeSuspend - BlobDownloadClientUseCaseCommonJvm: #0 http://localhost:56243/com/ustadmobile/core/container/testfile3.png : channel: start ;:NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ;:FINEST: FINEST BlobDownloadClientUseCaseCommonJvm$downloadItemsFromChannelProcessor$invokeSuspend - BlobDownloadClientUseCaseCommonJvm: #0 http://localhost:56243/com/ustadmobile/core/container/testfile3.png channel: completed ;:NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ;:FINE: FINER BlobDownloadClientUseCaseCommonJvmTest$givenListOfBlobsToDownload_whenInvoked_thenShouldRequestAll - BlobDownloadClientUseCaseCommonJvmTest: Recorded requests for http://localhost.localdomain:56243/com/ustadmobile/core/container/testfile1.png, http://localhost.localdomain:56243/com/ustadmobile/core/container/testfile2.png, http://localhost.localdomain:56243/com/ustadmobile/core/container/testfile3.png =FINE: FINER DoorLog - Closed HikariDataSource connection pool ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[ContentEntryImportJob] ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINEST: FINEST ImportContentEntryUseCase$invoke$contentEntryVersionEntity$1$updaterJob$invokeSuspend - CompressVideo: update status = null ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[ContentEntryImportJob] ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER SaveLocalUrisAsBlobsUseCaseJvm$invoke$invokeSuspend - SaveLocalUrisAsBlobsUseCaseJvm Storing 1 local uris as blobs (http://localhost:42791/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D) ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>DFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42791/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D to /tmp/junit7694128266378114478/client-server-httpfiles/tmpWork/1.tmp (integrity=sha256-SAwMEEihCX84BYpcX9K0y/GPuYxx298222HQu85QihE=) ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>OFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>BFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FFINE: FINER UstadCache - UstadCache(client): db transaction completed ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit7694128266378114478/client-tmproot-server/1a5f5a16-a8fb-4449-9a4a-d1d1cbe37b87 ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>DFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42791/api/content/756455822436401152/_ustadmanifest.json to /tmp/junit7694128266378114478/client-server-httpfiles/tmpWork/2.tmp (integrity=sha256-K5jEXTpDHZieQljFieaAwYaN9bq6pLdD9j0yotpqsgU=) ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>OFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>BFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FFINE: FINER UstadCache - UstadCache(client): db transaction completed ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[ContentEntryImportJob] ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[ContentEntryVersion] ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: GET http://localhost:42791/api/content/756455822436401152/_ustadmanifest.json ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42791/api/content/756455822436401152/_ustadmanifest.json ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42791/api/content/756455822436401152/_ustadmanifest.json ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42791/api/content/756455822436401152/_ustadmanifest.json ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER UstadCache - OKHttp-CacheInterceptor: HIT(valid) http://localhost:42791/api/content/756455822436401152/_ustadmanifest.json 200 OK (contentType=application/json, content-encoding=identity content-length=436) ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINEST: FINEST UstadCache - UstadCache(client): add retention locks for http://localhost:42791/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D, http://localhost:42791/api/content/756455822436401152/_ustadmanifest.json ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42791/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D) /tmp/junit7694128266378114478/client-server-httpfiles/cache/de3e817c-bd6d-4bc7-99dc-8bab55398cbb -> /tmp/junit7694128266378114478/client-server-httpfiles/persistent/de3e817c-bd6d-4bc7-99dc-8bab55398cbb ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42791/api/content/756455822436401152/_ustadmanifest.json) /tmp/junit7694128266378114478/client-server-httpfiles/cache/422e9e50-ea6c-4336-82e1-4b877d98c422 -> /tmp/junit7694128266378114478/client-server-httpfiles/persistent/422e9e50-ea6c-4336-82e1-4b877d98c422 ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42791/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42791/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42791/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42791/api/content/756455822436401152/_ustadmanifest.json ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42791/api/content/756455822436401152/_ustadmanifest.json ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42791/api/content/756455822436401152/_ustadmanifest.json ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[TransferJob, TransferJobItem] ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER EnqueueBlobUploadClientUseCaseJvm$invoke - EnqueueBlobUploadClientUseCase(b8f78a72-c49f-41bf-b01e-151de8773685): scheduled job #1 via quartz ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost:42791/UmAppDatabase/ - endpoint=http://localhost:42791/UmAppDatabase/] init ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: GET http://localhost:42791/UmAppDatabase/replication/sse?door-node=4258092179329147043%2F1e6484e7-f79b-4e74-8d2e-35ac2dd7efb0 ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42791/UmAppDatabase/replication/sse?door-node=4258092179329147043%2F1e6484e7-f79b-4e74-8d2e-35ac2dd7efb0 ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42791/UmAppDatabase/replication/sse?door-node=4258092179329147043%2F1e6484e7-f79b-4e74-8d2e-35ac2dd7efb0 ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42791/UmAppDatabase/replication/ackAndGetPendingReplications ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER UstadCache - UstadCache(client): MISS http://localhost:42791/UmAppDatabase/replication/sse?door-node=4258092179329147043%2F1e6484e7-f79b-4e74-8d2e-35ac2dd7efb0 ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>}FINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: GET http://localhost:42791/UmAppDatabase/replication/nodeId ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>mINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42791/UmAppDatabase/replication/nodeId ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>mINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42791/UmAppDatabase/replication/nodeId ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>ZFINE: FINER BlobUploadClientUseCaseJvm$invoke - BlobUploadClientUseCaseJvm (#1): starting ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>jFINE: FINER UstadCache - UstadCache(client): MISS http://localhost:42791/UmAppDatabase/replication/nodeId ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42791/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42791/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42791/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42791/api/content/756455822436401152/_ustadmanifest.json ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42791/api/content/756455822436401152/_ustadmanifest.json ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42791/api/content/756455822436401152/_ustadmanifest.json ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42791/api/blob/upload-init-batch ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER UstadCache - OKHttp-CacheInterceptor: NOSTORE http://localhost:42791/UmAppDatabase/replication/nodeId 204 No Content (contentType=text/plain, content-encoding=null content-length=-1) ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER UstadCache - OKHttp-CacheInterceptor: NOSTORE http://localhost:42791/UmAppDatabase/replication/sse?door-node=4258092179329147043%2F1e6484e7-f79b-4e74-8d2e-35ac2dd7efb0 200 OK (contentType=text/event-stream; charset=UTF-8, content-encoding=null content-length=-1) ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #11 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER BlobUploadServerUseCase$onStartUploadSession - BlobUploadServerUseCase#onStartUploadSession(upload b8f78a72-c49f-41bf-b01e-151de8773685): batch upload init: Client list 2 blobs. 2 uploads pending (0 partial) ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #12 : SQLite Change Tracker: Changed tables=[] ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(3628335a-5b35-445e-ac6a-2da8c3858eba): Uploading 152064 bytes in 1 chunks to http://localhost:42791/api/blob/upload-batch-data starting from byte=0 ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42791/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42791/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42791/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42791/api/blob/upload-batch-data ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3628335a-5b35-445e-ac6a-2da8c3858eba) receive request ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3628335a-5b35-445e-ac6a-2da8c3858eba) receive request ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3628335a-5b35-445e-ac6a-2da8c3858eba) appended chunk (isFinal=true) to /tmp/junit7694128266378114478/server-tmproot-server/blob-upload-server/3628335a-5b35-445e-ac6a-2da8c3858eba ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>DFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42791/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D to /tmp/junit7694128266378114478/server-server-httpfiles/tmpWork/1.tmp (integrity=sha256-SAwMEEihCX84BYpcX9K0y/GPuYxx298222HQu85QihE=) ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>OFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>BFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FFINE: FINER UstadCache - UstadCache(client): db transaction completed ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(3628335a-5b35-445e-ac6a-2da8c3858eba): Upload complete of 152064 bytes in 1 chunks to http://localhost:42791/api/blob/upload-batch-data ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962896294) for http://localhost:42791/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962896294http://localhost:42791/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42791/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D) /tmp/junit7694128266378114478/client-server-httpfiles/persistent/de3e817c-bd6d-4bc7-99dc-8bab55398cbb -> /tmp/junit7694128266378114478/client-server-httpfiles/cache/de3e817c-bd6d-4bc7-99dc-8bab55398cbb ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(a241e5d9-2d17-4bb8-95ca-b6ef10021998): Uploading 436 bytes in 1 chunks to http://localhost:42791/api/blob/upload-batch-data starting from byte=0 ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42791/api/content/756455822436401152/_ustadmanifest.json ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42791/api/content/756455822436401152/_ustadmanifest.json ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42791/api/content/756455822436401152/_ustadmanifest.json ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42791/api/blob/upload-batch-data ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a241e5d9-2d17-4bb8-95ca-b6ef10021998) receive request ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a241e5d9-2d17-4bb8-95ca-b6ef10021998) receive request ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a241e5d9-2d17-4bb8-95ca-b6ef10021998) appended chunk (isFinal=true) to /tmp/junit7694128266378114478/server-tmproot-server/blob-upload-server/a241e5d9-2d17-4bb8-95ca-b6ef10021998 ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>DFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42791/api/content/756455822436401152/_ustadmanifest.json to /tmp/junit7694128266378114478/server-server-httpfiles/tmpWork/2.tmp (integrity=sha256-K5jEXTpDHZieQljFieaAwYaN9bq6pLdD9j0yotpqsgU=) ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>OFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>BFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FFINE: FINER UstadCache - UstadCache(client): db transaction completed ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(a241e5d9-2d17-4bb8-95ca-b6ef10021998): Upload complete of 436 bytes in 1 chunks to http://localhost:42791/api/blob/upload-batch-data ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962896295) for http://localhost:42791/api/content/756455822436401152/_ustadmanifest.json ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962896295http://localhost:42791/api/content/756455822436401152/_ustadmanifest.json ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42791/api/content/756455822436401152/_ustadmanifest.json) /tmp/junit7694128266378114478/client-server-httpfiles/persistent/422e9e50-ea6c-4336-82e1-4b877d98c422 -> /tmp/junit7694128266378114478/client-server-httpfiles/cache/422e9e50-ea6c-4336-82e1-4b877d98c422 ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER TransferJobItemStatusUpdater$commit$invokeSuspend - TransferJobItemStatusUpdater: update status complete for 1 updates=1 ?>NJul 31, 2025 1:54:56 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] ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite::memory:] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@5199d1a8 ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>oINFO: INFO BlobUploadClientUseCaseJvm$invoke$invokeSuspend - BlobUploadClientUseCaseJvm (#1): Upload Complete! ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>oINFO: INFO BlobUploadClientUseCaseJvm$invoke$invokeSuspend - BlobUploadClientUseCaseJvm (#1): Upload Complete! ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #14 : SQLite Change Tracker: Changed tables=[] ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER XferTestClient$waitForContentUploadCompletion$invokeSuspend - XferTestClient: TransferJob #1 is complete(status = 21) ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42791/api/content/756455822436401152/_ustadmanifest.json ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42791/api/content/756455822436401152/_ustadmanifest.json ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42791/api/content/756455822436401152/_ustadmanifest.json ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42791/api/content/756455822436401152/_ustadmanifest.json ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42791/api/content/756455822436401152/_ustadmanifest.json ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42791/api/content/756455822436401152/_ustadmanifest.json ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42791/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42791/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42791/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42791/api/content/756455822436401152/_ustadmanifest.json ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42791/api/content/756455822436401152/_ustadmanifest.json ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42791/api/content/756455822436401152/_ustadmanifest.json ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42791/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42791/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42791/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42791/UmAppDatabase/replication/message ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[ContentEntryVersion, ReplicationOperation] ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DoorLog - [NodeEventManager - jdbc:sqlite::memory:] receiveMessage with 1 replications: inserts done/transaction finished ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: GET http://localhost:42791/api/content/756455822436401152/_ustadmanifest.json ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42791/api/content/756455822436401152/_ustadmanifest.json ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42791/api/content/756455822436401152/_ustadmanifest.json ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42791/api/content/756455822436401152/_ustadmanifest.json ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER UstadCache - OKHttp-CacheInterceptor: HIT(valid) http://localhost:42791/api/content/756455822436401152/_ustadmanifest.json 200 OK (contentType=application/json, content-encoding=identity content-length=436) ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINEST: FINEST UstadCache - UstadCache(client): add retention locks for http://localhost:42791/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D, http://localhost:42791/api/content/756455822436401152/_ustadmanifest.json ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42791/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D) /tmp/junit7694128266378114478/server-server-httpfiles/cache/2da53757-4c6f-4b0f-99d6-92036b330660 -> /tmp/junit7694128266378114478/server-server-httpfiles/persistent/2da53757-4c6f-4b0f-99d6-92036b330660 ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42791/api/content/756455822436401152/_ustadmanifest.json) /tmp/junit7694128266378114478/server-server-httpfiles/cache/e4faba12-5546-4882-a3c2-cac0edc683ab -> /tmp/junit7694128266378114478/server-server-httpfiles/persistent/e4faba12-5546-4882-a3c2-cac0edc683ab ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #16 : SQLite Change Tracker: Changed tables=[OutgoingReplication] ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #7 : SQLite Change Tracker: Changed tables=[CacheLockJoin] ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DoorLog - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@52a0bc48 - http://localhost:42791/UmAppDatabase/replication/sse?door-node=4258092179329147043%2F1e6484e7-f79b-4e74-8d2e-35ac2dd7efb0] close ?>NJul 31, 2025 1:54:56 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>>FINE: FINER DoorLog - Closed HikariDataSource connection pool ?>NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>>FINE: FINER DoorLog - Closed HikariDataSource connection pool ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[ContentEntryImportJob] ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ImportContentEntryUseCase$invoke$contentEntryVersionEntity$1$updaterJob$invokeSuspend - CompressVideo: update status = null ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[ContentEntryImportJob] ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER SaveLocalUrisAsBlobsUseCaseJvm$invoke$invokeSuspend - SaveLocalUrisAsBlobsUseCaseJvm Storing 4 local uris as blobs (http://localhost:43247/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D, http://localhost:43247/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D, http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D, http://localhost:43247/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D) ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@DFINE: FINER UstadCache - UstadCache(client): storerequest 4 entries ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:43247/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D to /tmp/junit8126680010670299573/client-server-httpfiles/tmpWork/1.tmp (integrity=sha256-Ap/aWwwwZjRYBKIwEGx2EGC/Az1u4U/62d/Yj/O8QJQ=) ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:43247/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D to /tmp/junit8126680010670299573/client-server-httpfiles/tmpWork/2.tmp (integrity=sha256-6+cWyQhOQwzysWkefC0X5vCHnGtpmL/oKqaXFekaMSc=) ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D to /tmp/junit8126680010670299573/client-server-httpfiles/tmpWork/3.tmp (integrity=sha256-BHSuwMVjvuX0/zKMhkyXeK3eAdARBuWUFC5XOVL18W4=) ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:43247/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D to /tmp/junit8126680010670299573/client-server-httpfiles/tmpWork/4.tmp (integrity=sha256-PPHogjDxjkvCzVYdH/PqT+EVJ50nfcPnxxL9PAuW194=) ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@OFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 4 entries ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@BFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FFINE: FINER UstadCache - UstadCache(client): db transaction completed ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit8126680010670299573/client-tmproot-server/b0fd5e7b-57ce-4c5e-ad5b-d34afa1b49fd ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit8126680010670299573/client-tmproot-server/b71f728a-5c4d-4df9-9f49-ae79fbb10879 ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit8126680010670299573/client-tmproot-server/671449bf-f628-4d50-b301-3abcd63fc5bb ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit8126680010670299573/client-tmproot-server/813a297b-94a2-4123-a013-7c5103fed4be ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@DFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:43247/api/content/756455826764988416/_ustadmanifest.json to /tmp/junit8126680010670299573/client-server-httpfiles/tmpWork/5.tmp (integrity=sha256-o10y8vstwVOTbbezx/7ttvGjouKxUsG6HuxKXw/f2Pk=) ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@OFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@BFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FFINE: FINER UstadCache - UstadCache(client): db transaction completed ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[ContentEntryImportJob] ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[ContentEntryVersion] ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: GET http://localhost:43247/api/content/756455826764988416/_ustadmanifest.json ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/content/756455826764988416/_ustadmanifest.json ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/content/756455826764988416/_ustadmanifest.json ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:43247/api/content/756455826764988416/_ustadmanifest.json ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - OKHttp-CacheInterceptor: HIT(valid) http://localhost:43247/api/content/756455826764988416/_ustadmanifest.json 200 OK (contentType=application/json, content-encoding=identity content-length=1654) ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): add retention locks for http://localhost:43247/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D, http://localhost:43247/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D, http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D, http://localhost:43247/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D, http://localhost:43247/api/content/756455826764988416/_ustadmanifest.json ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:43247/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D) /tmp/junit8126680010670299573/client-server-httpfiles/cache/0aa298a6-ea73-4820-ac74-03f2632e7770 -> /tmp/junit8126680010670299573/client-server-httpfiles/persistent/0aa298a6-ea73-4820-ac74-03f2632e7770 ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:43247/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D) /tmp/junit8126680010670299573/client-server-httpfiles/cache/406b212b-f0ff-4fcf-b4ad-3e16a1b7bd61 -> /tmp/junit8126680010670299573/client-server-httpfiles/persistent/406b212b-f0ff-4fcf-b4ad-3e16a1b7bd61 ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D) /tmp/junit8126680010670299573/client-server-httpfiles/cache/86600369-d5d4-43de-81bf-5a86b2e0dc6a -> /tmp/junit8126680010670299573/client-server-httpfiles/persistent/86600369-d5d4-43de-81bf-5a86b2e0dc6a ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:43247/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D) /tmp/junit8126680010670299573/client-server-httpfiles/cache/c3752252-aedc-45ea-88cc-07874c602b4d -> /tmp/junit8126680010670299573/client-server-httpfiles/persistent/c3752252-aedc-45ea-88cc-07874c602b4d ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:43247/api/content/756455826764988416/_ustadmanifest.json) /tmp/junit8126680010670299573/client-server-httpfiles/cache/05bf2e3e-77c2-418c-b0e5-3b068e3586b8 -> /tmp/junit8126680010670299573/client-server-httpfiles/persistent/05bf2e3e-77c2-418c-b0e5-3b068e3586b8 ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:43247/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:43247/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:43247/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/content/756455826764988416/_ustadmanifest.json ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/content/756455826764988416/_ustadmanifest.json ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:43247/api/content/756455826764988416/_ustadmanifest.json ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[TransferJob, TransferJobItem] ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER EnqueueBlobUploadClientUseCaseJvm$invoke - EnqueueBlobUploadClientUseCase(c6c6d2e6-510f-42cd-b521-d52e25c26c9b): scheduled job #1 via quartz ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost:43247/UmAppDatabase/ - endpoint=http://localhost:43247/UmAppDatabase/] init ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: GET http://localhost:43247/UmAppDatabase/replication/sse?door-node=6239612613340445618%2F33d32f47-cd6e-4db5-8f62-357b423ee176 ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/UmAppDatabase/replication/sse?door-node=6239612613340445618%2F33d32f47-cd6e-4db5-8f62-357b423ee176 ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/UmAppDatabase/replication/sse?door-node=6239612613340445618%2F33d32f47-cd6e-4db5-8f62-357b423ee176 ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:43247/UmAppDatabase/replication/ackAndGetPendingReplications ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): MISS http://localhost:43247/UmAppDatabase/replication/sse?door-node=6239612613340445618%2F33d32f47-cd6e-4db5-8f62-357b423ee176 ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - OKHttp-CacheInterceptor: NOSTORE http://localhost:43247/UmAppDatabase/replication/sse?door-node=6239612613340445618%2F33d32f47-cd6e-4db5-8f62-357b423ee176 200 OK (contentType=text/event-stream; charset=UTF-8, content-encoding=null content-length=-1) ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@}FINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: GET http://localhost:43247/UmAppDatabase/replication/nodeId ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@ZFINE: FINER BlobUploadClientUseCaseJvm$invoke - BlobUploadClientUseCaseJvm (#1): starting ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@mINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/UmAppDatabase/replication/nodeId ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@mINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/UmAppDatabase/replication/nodeId ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:43247/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@jFINE: FINER UstadCache - UstadCache(client): MISS http://localhost:43247/UmAppDatabase/replication/nodeId ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:43247/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:43247/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/content/756455826764988416/_ustadmanifest.json ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/content/756455826764988416/_ustadmanifest.json ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:43247/api/content/756455826764988416/_ustadmanifest.json ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:43247/api/blob/upload-init-batch ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - OKHttp-CacheInterceptor: NOSTORE http://localhost:43247/UmAppDatabase/replication/nodeId 204 No Content (contentType=text/plain, content-encoding=null content-length=-1) ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER BlobUploadServerUseCase$onStartUploadSession - BlobUploadServerUseCase#onStartUploadSession(upload c6c6d2e6-510f-42cd-b521-d52e25c26c9b): batch upload init: Client list 5 blobs. 5 uploads pending (0 partial) ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c89be2d9-d65d-4850-a624-0238238d4ca9): Uploading 461 bytes in 1 chunks to http://localhost:43247/api/blob/upload-batch-data starting from byte=0 ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:43247/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:43247/api/blob/upload-batch-data ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c89be2d9-d65d-4850-a624-0238238d4ca9) receive request ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c89be2d9-d65d-4850-a624-0238238d4ca9) receive request ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c89be2d9-d65d-4850-a624-0238238d4ca9) appended chunk (isFinal=true) to /tmp/junit8126680010670299573/server-tmproot-server/blob-upload-server/c89be2d9-d65d-4850-a624-0238238d4ca9 ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@DFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:43247/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D to /tmp/junit8126680010670299573/server-server-httpfiles/tmpWork/1.tmp (integrity=sha256-Ap/aWwwwZjRYBKIwEGx2EGC/Az1u4U/62d/Yj/O8QJQ=) ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@OFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@BFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FFINE: FINER UstadCache - UstadCache(client): db transaction completed ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #11 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c89be2d9-d65d-4850-a624-0238238d4ca9): Upload complete of 461 bytes in 1 chunks to http://localhost:43247/api/blob/upload-batch-data ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962897608) for http://localhost:43247/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962897608http://localhost:43247/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:43247/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D) /tmp/junit8126680010670299573/client-server-httpfiles/persistent/0aa298a6-ea73-4820-ac74-03f2632e7770 -> /tmp/junit8126680010670299573/client-server-httpfiles/cache/0aa298a6-ea73-4820-ac74-03f2632e7770 ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(da713d1d-3206-4426-b043-6790f7d7e51a): Uploading 210 bytes in 1 chunks to http://localhost:43247/api/blob/upload-batch-data starting from byte=0 ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:43247/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:43247/api/blob/upload-batch-data ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(da713d1d-3206-4426-b043-6790f7d7e51a) receive request ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(da713d1d-3206-4426-b043-6790f7d7e51a) receive request ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(da713d1d-3206-4426-b043-6790f7d7e51a) appended chunk (isFinal=true) to /tmp/junit8126680010670299573/server-tmproot-server/blob-upload-server/da713d1d-3206-4426-b043-6790f7d7e51a ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@DFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:43247/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D to /tmp/junit8126680010670299573/server-server-httpfiles/tmpWork/2.tmp (integrity=sha256-6+cWyQhOQwzysWkefC0X5vCHnGtpmL/oKqaXFekaMSc=) ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@OFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@BFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FFINE: FINER UstadCache - UstadCache(client): db transaction completed ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(da713d1d-3206-4426-b043-6790f7d7e51a): Upload complete of 210 bytes in 1 chunks to http://localhost:43247/api/blob/upload-batch-data ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962897609) for http://localhost:43247/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962897609http://localhost:43247/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:43247/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D) /tmp/junit8126680010670299573/client-server-httpfiles/persistent/406b212b-f0ff-4fcf-b4ad-3e16a1b7bd61 -> /tmp/junit8126680010670299573/client-server-httpfiles/cache/406b212b-f0ff-4fcf-b4ad-3e16a1b7bd61 ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(cf781779-735c-4c5d-88b7-af236223719b): Uploading 127481 bytes in 13 chunks to http://localhost:43247/api/blob/upload-batch-data starting from byte=0 ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:43247/api/blob/upload-batch-data ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #12 : SQLite Change Tracker: Changed tables=[] ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cf781779-735c-4c5d-88b7-af236223719b) receive request ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cf781779-735c-4c5d-88b7-af236223719b) receive request ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cf781779-735c-4c5d-88b7-af236223719b) appended chunk (isFinal=false) to /tmp/junit8126680010670299573/server-tmproot-server/blob-upload-server/cf781779-735c-4c5d-88b7-af236223719b ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:43247/api/blob/upload-batch-data ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER SaveLocalUriAndManifestUploadIntegrationTest$givenValidXapiFile_whenUploadInterrupted_thenWillRetry$interceptor$invokeSuspend - Interceptor Force Fail: cf781779-735c-4c5d-88b7-af236223719b ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@SEVERE: SEVERE ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(cf781779-735c-4c5d-88b7-af236223719b): Exception uploading ?@io.ktor.client.plugins.ServerResponseException: Server error(POST http://localhost:43247/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) ?@ ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@SEVERE: SEVERE ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(cf781779-735c-4c5d-88b7-af236223719b): Exception uploading ?@io.ktor.client.plugins.ServerResponseException: Server error(POST http://localhost:43247/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) ?@ ?@NJul 31, 2025 1:54:57 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:43247/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) ?@ ?@NJul 31, 2025 1:54:57 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:43247/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) ?@ ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #13 : SQLite Change Tracker: Changed tables=[TransferJobItem] ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #15 : SQLite Change Tracker: Changed tables=[TransferJobError] ?@NJul 31, 2025 1:54:57 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@gFINE: FINER SchedulerExtKt$scheduleRetryOrThrow - scheduleRetryOrThrow: attempt 1 failed, rescheduling ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@ZFINE: FINER BlobUploadClientUseCaseJvm$invoke - BlobUploadClientUseCaseJvm (#1): starting ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:43247/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:43247/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:43247/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/content/756455826764988416/_ustadmanifest.json ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/content/756455826764988416/_ustadmanifest.json ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:43247/api/content/756455826764988416/_ustadmanifest.json ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:43247/api/blob/upload-init-batch ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER BlobUploadServerUseCase$onStartUploadSession - BlobUploadServerUseCase#onStartUploadSession(upload c6c6d2e6-510f-42cd-b521-d52e25c26c9b): batch upload init: Client list 5 blobs. 5 uploads pending (3 partial) ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST BlobUploadServerUseCase$onStartUploadSession - BlobUploadServerUseCase#onStartUploadSession(upload c6c6d2e6-510f-42cd-b521-d52e25c26c9b): Partial uploads pending = http://localhost:43247/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D, http://localhost:43247/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D, http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c89be2d9-d65d-4850-a624-0238238d4ca9): Uploading 461 bytes in 1 chunks to http://localhost:43247/api/blob/upload-batch-data starting from byte=461 ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:43247/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:43247/api/blob/upload-batch-data ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c89be2d9-d65d-4850-a624-0238238d4ca9) receive request ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c89be2d9-d65d-4850-a624-0238238d4ca9) receive request ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c89be2d9-d65d-4850-a624-0238238d4ca9) appended chunk (isFinal=true) to /tmp/junit8126680010670299573/server-tmproot-server/blob-upload-server/c89be2d9-d65d-4850-a624-0238238d4ca9 ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@DFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:43247/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D to /tmp/junit8126680010670299573/server-server-httpfiles/tmpWork/3.tmp (integrity=sha256-Ap/aWwwwZjRYBKIwEGx2EGC/Az1u4U/62d/Yj/O8QJQ=) ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@OFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@BFINE: FINER UstadCache - UstadCache(client): deleting 1 tmp files ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FFINE: FINER UstadCache - UstadCache(client): db transaction completed ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c89be2d9-d65d-4850-a624-0238238d4ca9): Upload complete of 461 bytes in 1 chunks to http://localhost:43247/api/blob/upload-batch-data ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962897608) for http://localhost:43247/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962897608http://localhost:43247/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(da713d1d-3206-4426-b043-6790f7d7e51a): Uploading 210 bytes in 1 chunks to http://localhost:43247/api/blob/upload-batch-data starting from byte=210 ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:43247/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:43247/api/blob/upload-batch-data ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(da713d1d-3206-4426-b043-6790f7d7e51a) receive request ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(da713d1d-3206-4426-b043-6790f7d7e51a) receive request ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(da713d1d-3206-4426-b043-6790f7d7e51a) appended chunk (isFinal=true) to /tmp/junit8126680010670299573/server-tmproot-server/blob-upload-server/da713d1d-3206-4426-b043-6790f7d7e51a ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@DFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:43247/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D to /tmp/junit8126680010670299573/server-server-httpfiles/tmpWork/4.tmp (integrity=sha256-6+cWyQhOQwzysWkefC0X5vCHnGtpmL/oKqaXFekaMSc=) ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@OFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@BFINE: FINER UstadCache - UstadCache(client): deleting 1 tmp files ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FFINE: FINER UstadCache - UstadCache(client): db transaction completed ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(da713d1d-3206-4426-b043-6790f7d7e51a): Upload complete of 210 bytes in 1 chunks to http://localhost:43247/api/blob/upload-batch-data ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962897609) for http://localhost:43247/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962897609http://localhost:43247/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(cf781779-735c-4c5d-88b7-af236223719b): Uploading 127481 bytes in 12 chunks to http://localhost:43247/api/blob/upload-batch-data starting from byte=10000 ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:43247/api/blob/upload-batch-data ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cf781779-735c-4c5d-88b7-af236223719b) receive request ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cf781779-735c-4c5d-88b7-af236223719b) receive request ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cf781779-735c-4c5d-88b7-af236223719b) appended chunk (isFinal=false) to /tmp/junit8126680010670299573/server-tmproot-server/blob-upload-server/cf781779-735c-4c5d-88b7-af236223719b ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:43247/api/blob/upload-batch-data ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cf781779-735c-4c5d-88b7-af236223719b) receive request ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cf781779-735c-4c5d-88b7-af236223719b) receive request ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cf781779-735c-4c5d-88b7-af236223719b) appended chunk (isFinal=false) to /tmp/junit8126680010670299573/server-tmproot-server/blob-upload-server/cf781779-735c-4c5d-88b7-af236223719b ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:43247/api/blob/upload-batch-data ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cf781779-735c-4c5d-88b7-af236223719b) receive request ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cf781779-735c-4c5d-88b7-af236223719b) receive request ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cf781779-735c-4c5d-88b7-af236223719b) appended chunk (isFinal=false) to /tmp/junit8126680010670299573/server-tmproot-server/blob-upload-server/cf781779-735c-4c5d-88b7-af236223719b ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:43247/api/blob/upload-batch-data ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cf781779-735c-4c5d-88b7-af236223719b) receive request ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cf781779-735c-4c5d-88b7-af236223719b) receive request ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cf781779-735c-4c5d-88b7-af236223719b) appended chunk (isFinal=false) to /tmp/junit8126680010670299573/server-tmproot-server/blob-upload-server/cf781779-735c-4c5d-88b7-af236223719b ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:43247/api/blob/upload-batch-data ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cf781779-735c-4c5d-88b7-af236223719b) receive request ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cf781779-735c-4c5d-88b7-af236223719b) receive request ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cf781779-735c-4c5d-88b7-af236223719b) appended chunk (isFinal=false) to /tmp/junit8126680010670299573/server-tmproot-server/blob-upload-server/cf781779-735c-4c5d-88b7-af236223719b ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:43247/api/blob/upload-batch-data ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cf781779-735c-4c5d-88b7-af236223719b) receive request ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cf781779-735c-4c5d-88b7-af236223719b) receive request ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cf781779-735c-4c5d-88b7-af236223719b) appended chunk (isFinal=false) to /tmp/junit8126680010670299573/server-tmproot-server/blob-upload-server/cf781779-735c-4c5d-88b7-af236223719b ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:43247/api/blob/upload-batch-data ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cf781779-735c-4c5d-88b7-af236223719b) receive request ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cf781779-735c-4c5d-88b7-af236223719b) receive request ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cf781779-735c-4c5d-88b7-af236223719b) appended chunk (isFinal=false) to /tmp/junit8126680010670299573/server-tmproot-server/blob-upload-server/cf781779-735c-4c5d-88b7-af236223719b ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:43247/api/blob/upload-batch-data ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cf781779-735c-4c5d-88b7-af236223719b) receive request ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cf781779-735c-4c5d-88b7-af236223719b) receive request ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cf781779-735c-4c5d-88b7-af236223719b) appended chunk (isFinal=false) to /tmp/junit8126680010670299573/server-tmproot-server/blob-upload-server/cf781779-735c-4c5d-88b7-af236223719b ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:43247/api/blob/upload-batch-data ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cf781779-735c-4c5d-88b7-af236223719b) receive request ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cf781779-735c-4c5d-88b7-af236223719b) receive request ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cf781779-735c-4c5d-88b7-af236223719b) appended chunk (isFinal=false) to /tmp/junit8126680010670299573/server-tmproot-server/blob-upload-server/cf781779-735c-4c5d-88b7-af236223719b ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:43247/api/blob/upload-batch-data ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cf781779-735c-4c5d-88b7-af236223719b) receive request ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cf781779-735c-4c5d-88b7-af236223719b) receive request ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cf781779-735c-4c5d-88b7-af236223719b) appended chunk (isFinal=false) to /tmp/junit8126680010670299573/server-tmproot-server/blob-upload-server/cf781779-735c-4c5d-88b7-af236223719b ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:43247/api/blob/upload-batch-data ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cf781779-735c-4c5d-88b7-af236223719b) receive request ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cf781779-735c-4c5d-88b7-af236223719b) receive request ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cf781779-735c-4c5d-88b7-af236223719b) appended chunk (isFinal=false) to /tmp/junit8126680010670299573/server-tmproot-server/blob-upload-server/cf781779-735c-4c5d-88b7-af236223719b ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:43247/api/blob/upload-batch-data ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #19 : SQLite Change Tracker: Changed tables=[TransferJobItem] ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cf781779-735c-4c5d-88b7-af236223719b) receive request ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cf781779-735c-4c5d-88b7-af236223719b) receive request ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cf781779-735c-4c5d-88b7-af236223719b) appended chunk (isFinal=true) to /tmp/junit8126680010670299573/server-tmproot-server/blob-upload-server/cf781779-735c-4c5d-88b7-af236223719b ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@DFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D to /tmp/junit8126680010670299573/server-server-httpfiles/tmpWork/5.tmp (integrity=sha256-BHSuwMVjvuX0/zKMhkyXeK3eAdARBuWUFC5XOVL18W4=) ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@OFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@BFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FFINE: FINER UstadCache - UstadCache(client): db transaction completed ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(cf781779-735c-4c5d-88b7-af236223719b): Upload complete of 127481 bytes in 12 chunks to http://localhost:43247/api/blob/upload-batch-data ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962897610) for http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962897610http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D) /tmp/junit8126680010670299573/client-server-httpfiles/persistent/86600369-d5d4-43de-81bf-5a86b2e0dc6a -> /tmp/junit8126680010670299573/client-server-httpfiles/cache/86600369-d5d4-43de-81bf-5a86b2e0dc6a ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(1f57ce27-9ed7-4539-b58c-14350a514c35): Uploading 454 bytes in 1 chunks to http://localhost:43247/api/blob/upload-batch-data starting from byte=0 ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:43247/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:43247/api/blob/upload-batch-data ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1f57ce27-9ed7-4539-b58c-14350a514c35) receive request ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1f57ce27-9ed7-4539-b58c-14350a514c35) receive request ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1f57ce27-9ed7-4539-b58c-14350a514c35) appended chunk (isFinal=true) to /tmp/junit8126680010670299573/server-tmproot-server/blob-upload-server/1f57ce27-9ed7-4539-b58c-14350a514c35 ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@DFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:43247/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D to /tmp/junit8126680010670299573/server-server-httpfiles/tmpWork/6.tmp (integrity=sha256-PPHogjDxjkvCzVYdH/PqT+EVJ50nfcPnxxL9PAuW194=) ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@OFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@BFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FFINE: FINER UstadCache - UstadCache(client): db transaction completed ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(1f57ce27-9ed7-4539-b58c-14350a514c35): Upload complete of 454 bytes in 1 chunks to http://localhost:43247/api/blob/upload-batch-data ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962897611) for http://localhost:43247/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962897611http://localhost:43247/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:43247/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D) /tmp/junit8126680010670299573/client-server-httpfiles/persistent/c3752252-aedc-45ea-88cc-07874c602b4d -> /tmp/junit8126680010670299573/client-server-httpfiles/cache/c3752252-aedc-45ea-88cc-07874c602b4d ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(1f7df78b-8c8c-4042-8fa1-d4c28dbff652): Uploading 1654 bytes in 1 chunks to http://localhost:43247/api/blob/upload-batch-data starting from byte=0 ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/content/756455826764988416/_ustadmanifest.json ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/content/756455826764988416/_ustadmanifest.json ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:43247/api/content/756455826764988416/_ustadmanifest.json ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:43247/api/blob/upload-batch-data ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1f7df78b-8c8c-4042-8fa1-d4c28dbff652) receive request ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1f7df78b-8c8c-4042-8fa1-d4c28dbff652) receive request ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1f7df78b-8c8c-4042-8fa1-d4c28dbff652) appended chunk (isFinal=true) to /tmp/junit8126680010670299573/server-tmproot-server/blob-upload-server/1f7df78b-8c8c-4042-8fa1-d4c28dbff652 ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@DFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:43247/api/content/756455826764988416/_ustadmanifest.json to /tmp/junit8126680010670299573/server-server-httpfiles/tmpWork/7.tmp (integrity=sha256-o10y8vstwVOTbbezx/7ttvGjouKxUsG6HuxKXw/f2Pk=) ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@OFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@BFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FFINE: FINER UstadCache - UstadCache(client): db transaction completed ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(1f7df78b-8c8c-4042-8fa1-d4c28dbff652): Upload complete of 1654 bytes in 1 chunks to http://localhost:43247/api/blob/upload-batch-data ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962897612) for http://localhost:43247/api/content/756455826764988416/_ustadmanifest.json ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962897612http://localhost:43247/api/content/756455826764988416/_ustadmanifest.json ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:43247/api/content/756455826764988416/_ustadmanifest.json) /tmp/junit8126680010670299573/client-server-httpfiles/persistent/05bf2e3e-77c2-418c-b0e5-3b068e3586b8 -> /tmp/junit8126680010670299573/client-server-httpfiles/cache/05bf2e3e-77c2-418c-b0e5-3b068e3586b8 ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER TransferJobItemStatusUpdater$commit$invokeSuspend - TransferJobItemStatusUpdater: update status complete for 1 updates=1 ?@NJul 31, 2025 1:54:58 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] ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite::memory:] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@20b2c3c6 ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@oINFO: INFO BlobUploadClientUseCaseJvm$invoke$invokeSuspend - BlobUploadClientUseCaseJvm (#1): Upload Complete! ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@oINFO: INFO BlobUploadClientUseCaseJvm$invoke$invokeSuspend - BlobUploadClientUseCaseJvm (#1): Upload Complete! ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #22 : SQLite Change Tracker: Changed tables=[] ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER XferTestClient$waitForContentUploadCompletion$invokeSuspend - XferTestClient: TransferJob #1 is complete(status = 21) ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:43247/UmAppDatabase/replication/message ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/content/756455826764988416/_ustadmanifest.json ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/content/756455826764988416/_ustadmanifest.json ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:43247/api/content/756455826764988416/_ustadmanifest.json ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/content/756455826764988416/_ustadmanifest.json ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/content/756455826764988416/_ustadmanifest.json ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:43247/api/content/756455826764988416/_ustadmanifest.json ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:43247/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:43247/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:43247/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/content/756455826764988416/_ustadmanifest.json ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/content/756455826764988416/_ustadmanifest.json ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:43247/api/content/756455826764988416/_ustadmanifest.json ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:43247/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:43247/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:43247/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[ContentEntryVersion, ReplicationOperation] ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [NodeEventManager - jdbc:sqlite::memory:] receiveMessage with 1 replications: inserts done/transaction finished ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: GET http://localhost:43247/api/content/756455826764988416/_ustadmanifest.json ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/content/756455826764988416/_ustadmanifest.json ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:43247/api/content/756455826764988416/_ustadmanifest.json ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:43247/api/content/756455826764988416/_ustadmanifest.json ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - OKHttp-CacheInterceptor: HIT(valid) http://localhost:43247/api/content/756455826764988416/_ustadmanifest.json 200 OK (contentType=application/json, content-encoding=identity content-length=1654) ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): add retention locks for http://localhost:43247/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D, http://localhost:43247/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D, http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D, http://localhost:43247/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D, http://localhost:43247/api/content/756455826764988416/_ustadmanifest.json ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:43247/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D) /tmp/junit8126680010670299573/server-server-httpfiles/cache/5857abed-65bd-49e1-b098-30d3cdf97398 -> /tmp/junit8126680010670299573/server-server-httpfiles/persistent/5857abed-65bd-49e1-b098-30d3cdf97398 ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:43247/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D) /tmp/junit8126680010670299573/server-server-httpfiles/cache/e42c18e2-394f-4fb0-b54e-de610bee0336 -> /tmp/junit8126680010670299573/server-server-httpfiles/persistent/e42c18e2-394f-4fb0-b54e-de610bee0336 ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:43247/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D) /tmp/junit8126680010670299573/server-server-httpfiles/cache/d5c613aa-ff13-455f-8ea3-16f25cdb58c1 -> /tmp/junit8126680010670299573/server-server-httpfiles/persistent/d5c613aa-ff13-455f-8ea3-16f25cdb58c1 ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:43247/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D) /tmp/junit8126680010670299573/server-server-httpfiles/cache/0a5d2174-11a7-48ce-8d19-f444bf281c33 -> /tmp/junit8126680010670299573/server-server-httpfiles/persistent/0a5d2174-11a7-48ce-8d19-f444bf281c33 ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:43247/api/content/756455826764988416/_ustadmanifest.json) /tmp/junit8126680010670299573/server-server-httpfiles/cache/101bbc9d-c375-435e-8f8c-9e81958a4d6f -> /tmp/junit8126680010670299573/server-server-httpfiles/persistent/101bbc9d-c375-435e-8f8c-9e81958a4d6f ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #24 : SQLite Change Tracker: Changed tables=[OutgoingReplication] ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #7 : SQLite Change Tracker: Changed tables=[CacheLockJoin] ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@11896af6 - http://localhost:43247/UmAppDatabase/replication/sse?door-node=6239612613340445618%2F33d32f47-cd6e-4db5-8f62-357b423ee176] close ?@NJul 31, 2025 1:54:58 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@>FINE: FINER DoorLog - Closed HikariDataSource connection pool ?@NJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@>FINE: FINER DoorLog - Closed HikariDataSource connection pool ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[ContentEntryImportJob] ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST ImportContentEntryUseCase$invoke$contentEntryVersionEntity$1$updaterJob$invokeSuspend - CompressVideo: update status = null ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[ContentEntryImportJob] ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER SaveLocalUrisAsBlobsUseCaseJvm$invoke$invokeSuspend - SaveLocalUrisAsBlobsUseCaseJvm Storing 4 local uris as blobs (http://localhost:38761/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D, http://localhost:38761/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D, http://localhost:38761/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D, http://localhost:38761/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D) ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?ADFINE: FINER UstadCache - UstadCache(client): storerequest 4 entries ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:38761/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D to /tmp/junit9645207284723392003/client-server-httpfiles/tmpWork/1.tmp (integrity=sha256-Ap/aWwwwZjRYBKIwEGx2EGC/Az1u4U/62d/Yj/O8QJQ=) ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:38761/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D to /tmp/junit9645207284723392003/client-server-httpfiles/tmpWork/2.tmp (integrity=sha256-6+cWyQhOQwzysWkefC0X5vCHnGtpmL/oKqaXFekaMSc=) ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:38761/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D to /tmp/junit9645207284723392003/client-server-httpfiles/tmpWork/3.tmp (integrity=sha256-BHSuwMVjvuX0/zKMhkyXeK3eAdARBuWUFC5XOVL18W4=) ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:38761/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D to /tmp/junit9645207284723392003/client-server-httpfiles/tmpWork/4.tmp (integrity=sha256-PPHogjDxjkvCzVYdH/PqT+EVJ50nfcPnxxL9PAuW194=) ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 4 entries ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?ABFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit9645207284723392003/client-tmproot-server/60a37bd1-b027-4708-91fc-d820b34cc143 ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit9645207284723392003/client-tmproot-server/f142d177-2003-4405-a43e-7780f3a1083e ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit9645207284723392003/client-tmproot-server/7e269bd1-a910-4d2c-bb6e-81ac54f39db0 ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit9645207284723392003/client-tmproot-server/07df63dc-56e2-4134-b4c7-a992eee114b6 ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?ADFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:38761/api/content/756455836968386560/_ustadmanifest.json to /tmp/junit9645207284723392003/client-server-httpfiles/tmpWork/5.tmp (integrity=sha256-kc/7Pm+eDRUYMGIcGVyLfoLibAhtsW26O9bh3nq/W2g=) ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?ABFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[ContentEntryImportJob] ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[ContentEntryVersion] ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: GET http://localhost:38761/api/content/756455836968386560/_ustadmanifest.json ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/content/756455836968386560/_ustadmanifest.json ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/content/756455836968386560/_ustadmanifest.json ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:38761/api/content/756455836968386560/_ustadmanifest.json ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - OKHttp-CacheInterceptor: HIT(valid) http://localhost:38761/api/content/756455836968386560/_ustadmanifest.json 200 OK (contentType=application/json, content-encoding=identity content-length=1654) ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): add retention locks for http://localhost:38761/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D, http://localhost:38761/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D, http://localhost:38761/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D, http://localhost:38761/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D, http://localhost:38761/api/content/756455836968386560/_ustadmanifest.json ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:38761/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D) /tmp/junit9645207284723392003/client-server-httpfiles/cache/22b61726-03a5-41ba-a41d-f8f819e349ae -> /tmp/junit9645207284723392003/client-server-httpfiles/persistent/22b61726-03a5-41ba-a41d-f8f819e349ae ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:38761/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D) /tmp/junit9645207284723392003/client-server-httpfiles/cache/4627761f-3064-499d-b7a3-b7ad20ad7556 -> /tmp/junit9645207284723392003/client-server-httpfiles/persistent/4627761f-3064-499d-b7a3-b7ad20ad7556 ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:38761/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D) /tmp/junit9645207284723392003/client-server-httpfiles/cache/93149a7b-f2f9-418e-b9d0-4b77caaa4ef3 -> /tmp/junit9645207284723392003/client-server-httpfiles/persistent/93149a7b-f2f9-418e-b9d0-4b77caaa4ef3 ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:38761/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D) /tmp/junit9645207284723392003/client-server-httpfiles/cache/1086a1f2-712d-4a78-9eb1-b157f4456bbb -> /tmp/junit9645207284723392003/client-server-httpfiles/persistent/1086a1f2-712d-4a78-9eb1-b157f4456bbb ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:38761/api/content/756455836968386560/_ustadmanifest.json) /tmp/junit9645207284723392003/client-server-httpfiles/cache/169e6a63-5613-43a2-8c04-f623ac9fe22b -> /tmp/junit9645207284723392003/client-server-httpfiles/persistent/169e6a63-5613-43a2-8c04-f623ac9fe22b ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:38761/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:38761/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:38761/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:38761/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/content/756455836968386560/_ustadmanifest.json ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/content/756455836968386560/_ustadmanifest.json ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:38761/api/content/756455836968386560/_ustadmanifest.json ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[TransferJob, TransferJobItem] ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER EnqueueBlobUploadClientUseCaseJvm$invoke - EnqueueBlobUploadClientUseCase(10e7f639-74b3-45d8-af86-7f9469379d13): scheduled job #1 via quartz ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost:38761/UmAppDatabase/ - endpoint=http://localhost:38761/UmAppDatabase/] init ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: GET http://localhost:38761/UmAppDatabase/replication/sse?door-node=5800484101593897797%2Fbabfbcbe-6843-458c-9c3b-456a4bb6fb57 ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/UmAppDatabase/replication/sse?door-node=5800484101593897797%2Fbabfbcbe-6843-458c-9c3b-456a4bb6fb57 ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/UmAppDatabase/replication/sse?door-node=5800484101593897797%2Fbabfbcbe-6843-458c-9c3b-456a4bb6fb57 ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:38761/UmAppDatabase/replication/ackAndGetPendingReplications ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): MISS http://localhost:38761/UmAppDatabase/replication/sse?door-node=5800484101593897797%2Fbabfbcbe-6843-458c-9c3b-456a4bb6fb57 ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - OKHttp-CacheInterceptor: NOSTORE http://localhost:38761/UmAppDatabase/replication/sse?door-node=5800484101593897797%2Fbabfbcbe-6843-458c-9c3b-456a4bb6fb57 200 OK (contentType=text/event-stream; charset=UTF-8, content-encoding=null content-length=-1) ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A}FINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: GET http://localhost:38761/UmAppDatabase/replication/nodeId ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AmINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/UmAppDatabase/replication/nodeId ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AmINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/UmAppDatabase/replication/nodeId ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AZFINE: FINER BlobUploadClientUseCaseJvm$invoke - BlobUploadClientUseCaseJvm (#1): starting ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:38761/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AjFINE: FINER UstadCache - UstadCache(client): MISS http://localhost:38761/UmAppDatabase/replication/nodeId ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:38761/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:38761/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:38761/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/content/756455836968386560/_ustadmanifest.json ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/content/756455836968386560/_ustadmanifest.json ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:38761/api/content/756455836968386560/_ustadmanifest.json ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - OKHttp-CacheInterceptor: NOSTORE http://localhost:38761/UmAppDatabase/replication/nodeId 204 No Content (contentType=text/plain, content-encoding=null content-length=-1) ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:38761/api/blob/upload-init-batch ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER BlobUploadServerUseCase$onStartUploadSession - BlobUploadServerUseCase#onStartUploadSession(upload 10e7f639-74b3-45d8-af86-7f9469379d13): batch upload init: Client list 5 blobs. 5 uploads pending (0 partial) ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(db4b544a-33b6-4b24-856a-3a5941e3ca23): Uploading 461 bytes in 1 chunks to http://localhost:38761/api/blob/upload-batch-data starting from byte=0 ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:38761/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:38761/api/blob/upload-batch-data ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(db4b544a-33b6-4b24-856a-3a5941e3ca23) receive request ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(db4b544a-33b6-4b24-856a-3a5941e3ca23) receive request ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(db4b544a-33b6-4b24-856a-3a5941e3ca23) appended chunk (isFinal=true) to /tmp/junit9645207284723392003/server-tmproot-server/blob-upload-server/db4b544a-33b6-4b24-856a-3a5941e3ca23 ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?ADFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:38761/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D to /tmp/junit9645207284723392003/server-server-httpfiles/tmpWork/1.tmp (integrity=sha256-Ap/aWwwwZjRYBKIwEGx2EGC/Az1u4U/62d/Yj/O8QJQ=) ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #11 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?ABFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(db4b544a-33b6-4b24-856a-3a5941e3ca23): Upload complete of 461 bytes in 1 chunks to http://localhost:38761/api/blob/upload-batch-data ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962899900) for http://localhost:38761/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962899900http://localhost:38761/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:38761/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D) /tmp/junit9645207284723392003/client-server-httpfiles/persistent/22b61726-03a5-41ba-a41d-f8f819e349ae -> /tmp/junit9645207284723392003/client-server-httpfiles/cache/22b61726-03a5-41ba-a41d-f8f819e349ae ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(125b4d71-fb3a-404a-8054-69797a229d0f): Uploading 210 bytes in 1 chunks to http://localhost:38761/api/blob/upload-batch-data starting from byte=0 ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:38761/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:38761/api/blob/upload-batch-data ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(125b4d71-fb3a-404a-8054-69797a229d0f) receive request ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(125b4d71-fb3a-404a-8054-69797a229d0f) receive request ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(125b4d71-fb3a-404a-8054-69797a229d0f) appended chunk (isFinal=true) to /tmp/junit9645207284723392003/server-tmproot-server/blob-upload-server/125b4d71-fb3a-404a-8054-69797a229d0f ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?ADFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:38761/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D to /tmp/junit9645207284723392003/server-server-httpfiles/tmpWork/2.tmp (integrity=sha256-6+cWyQhOQwzysWkefC0X5vCHnGtpmL/oKqaXFekaMSc=) ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?ABFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(125b4d71-fb3a-404a-8054-69797a229d0f): Upload complete of 210 bytes in 1 chunks to http://localhost:38761/api/blob/upload-batch-data ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962899901) for http://localhost:38761/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962899901http://localhost:38761/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:38761/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D) /tmp/junit9645207284723392003/client-server-httpfiles/persistent/4627761f-3064-499d-b7a3-b7ad20ad7556 -> /tmp/junit9645207284723392003/client-server-httpfiles/cache/4627761f-3064-499d-b7a3-b7ad20ad7556 ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(60ac593c-5137-4448-89a8-49faddc2ebfe): Uploading 127481 bytes in 1 chunks to http://localhost:38761/api/blob/upload-batch-data starting from byte=0 ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:38761/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:38761/api/blob/upload-batch-data ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #12 : SQLite Change Tracker: Changed tables=[] ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(60ac593c-5137-4448-89a8-49faddc2ebfe) receive request ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(60ac593c-5137-4448-89a8-49faddc2ebfe) receive request ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(60ac593c-5137-4448-89a8-49faddc2ebfe) appended chunk (isFinal=true) to /tmp/junit9645207284723392003/server-tmproot-server/blob-upload-server/60ac593c-5137-4448-89a8-49faddc2ebfe ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?ADFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:38761/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D to /tmp/junit9645207284723392003/server-server-httpfiles/tmpWork/3.tmp (integrity=sha256-BHSuwMVjvuX0/zKMhkyXeK3eAdARBuWUFC5XOVL18W4=) ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?ABFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(60ac593c-5137-4448-89a8-49faddc2ebfe): Upload complete of 127481 bytes in 1 chunks to http://localhost:38761/api/blob/upload-batch-data ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962899902) for http://localhost:38761/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962899902http://localhost:38761/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:38761/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D) /tmp/junit9645207284723392003/client-server-httpfiles/persistent/93149a7b-f2f9-418e-b9d0-4b77caaa4ef3 -> /tmp/junit9645207284723392003/client-server-httpfiles/cache/93149a7b-f2f9-418e-b9d0-4b77caaa4ef3 ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(3df9d45f-d1f2-4adc-82f9-62cf6bbb850f): Uploading 454 bytes in 1 chunks to http://localhost:38761/api/blob/upload-batch-data starting from byte=0 ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:38761/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:38761/api/blob/upload-batch-data ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3df9d45f-d1f2-4adc-82f9-62cf6bbb850f) receive request ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3df9d45f-d1f2-4adc-82f9-62cf6bbb850f) receive request ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3df9d45f-d1f2-4adc-82f9-62cf6bbb850f) appended chunk (isFinal=true) to /tmp/junit9645207284723392003/server-tmproot-server/blob-upload-server/3df9d45f-d1f2-4adc-82f9-62cf6bbb850f ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?ADFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:38761/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D to /tmp/junit9645207284723392003/server-server-httpfiles/tmpWork/4.tmp (integrity=sha256-PPHogjDxjkvCzVYdH/PqT+EVJ50nfcPnxxL9PAuW194=) ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?ABFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(3df9d45f-d1f2-4adc-82f9-62cf6bbb850f): Upload complete of 454 bytes in 1 chunks to http://localhost:38761/api/blob/upload-batch-data ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962899903) for http://localhost:38761/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962899903http://localhost:38761/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:38761/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D) /tmp/junit9645207284723392003/client-server-httpfiles/persistent/1086a1f2-712d-4a78-9eb1-b157f4456bbb -> /tmp/junit9645207284723392003/client-server-httpfiles/cache/1086a1f2-712d-4a78-9eb1-b157f4456bbb ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(68bc39bf-cbc0-4606-90b1-f120e27ed2c9): Uploading 1654 bytes in 1 chunks to http://localhost:38761/api/blob/upload-batch-data starting from byte=0 ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/content/756455836968386560/_ustadmanifest.json ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/content/756455836968386560/_ustadmanifest.json ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:38761/api/content/756455836968386560/_ustadmanifest.json ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:38761/api/blob/upload-batch-data ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(68bc39bf-cbc0-4606-90b1-f120e27ed2c9) receive request ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(68bc39bf-cbc0-4606-90b1-f120e27ed2c9) receive request ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(68bc39bf-cbc0-4606-90b1-f120e27ed2c9) appended chunk (isFinal=true) to /tmp/junit9645207284723392003/server-tmproot-server/blob-upload-server/68bc39bf-cbc0-4606-90b1-f120e27ed2c9 ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?ADFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:38761/api/content/756455836968386560/_ustadmanifest.json to /tmp/junit9645207284723392003/server-server-httpfiles/tmpWork/5.tmp (integrity=sha256-kc/7Pm+eDRUYMGIcGVyLfoLibAhtsW26O9bh3nq/W2g=) ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?ABFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(68bc39bf-cbc0-4606-90b1-f120e27ed2c9): Upload complete of 1654 bytes in 1 chunks to http://localhost:38761/api/blob/upload-batch-data ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962899904) for http://localhost:38761/api/content/756455836968386560/_ustadmanifest.json ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962899904http://localhost:38761/api/content/756455836968386560/_ustadmanifest.json ?ANJul 31, 2025 1:54:59 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:38761/api/content/756455836968386560/_ustadmanifest.json) /tmp/junit9645207284723392003/client-server-httpfiles/persistent/169e6a63-5613-43a2-8c04-f623ac9fe22b -> /tmp/junit9645207284723392003/client-server-httpfiles/cache/169e6a63-5613-43a2-8c04-f623ac9fe22b ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER TransferJobItemStatusUpdater$commit$invokeSuspend - TransferJobItemStatusUpdater: update status complete for 1 updates=1 ?ANJul 31, 2025 1:55:00 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] ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite::memory:] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@ed2ccdc ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AoINFO: INFO BlobUploadClientUseCaseJvm$invoke$invokeSuspend - BlobUploadClientUseCaseJvm (#1): Upload Complete! ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AoINFO: INFO BlobUploadClientUseCaseJvm$invoke$invokeSuspend - BlobUploadClientUseCaseJvm (#1): Upload Complete! ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #14 : SQLite Change Tracker: Changed tables=[] ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER XferTestClient$waitForContentUploadCompletion$invokeSuspend - XferTestClient: TransferJob #1 is complete(status = 21) ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:38761/UmAppDatabase/replication/message ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/content/756455836968386560/_ustadmanifest.json ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/content/756455836968386560/_ustadmanifest.json ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:38761/api/content/756455836968386560/_ustadmanifest.json ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/content/756455836968386560/_ustadmanifest.json ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/content/756455836968386560/_ustadmanifest.json ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:38761/api/content/756455836968386560/_ustadmanifest.json ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:38761/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:38761/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:38761/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:38761/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/content/756455836968386560/_ustadmanifest.json ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/content/756455836968386560/_ustadmanifest.json ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:38761/api/content/756455836968386560/_ustadmanifest.json ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:38761/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:38761/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:38761/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:38761/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[ContentEntryVersion, ReplicationOperation] ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DoorLog - [NodeEventManager - jdbc:sqlite::memory:] receiveMessage with 1 replications: inserts done/transaction finished ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: GET http://localhost:38761/api/content/756455836968386560/_ustadmanifest.json ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/content/756455836968386560/_ustadmanifest.json ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:38761/api/content/756455836968386560/_ustadmanifest.json ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:38761/api/content/756455836968386560/_ustadmanifest.json ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - OKHttp-CacheInterceptor: HIT(valid) http://localhost:38761/api/content/756455836968386560/_ustadmanifest.json 200 OK (contentType=application/json, content-encoding=identity content-length=1654) ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): add retention locks for http://localhost:38761/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D, http://localhost:38761/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D, http://localhost:38761/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D, http://localhost:38761/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D, http://localhost:38761/api/content/756455836968386560/_ustadmanifest.json ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:38761/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D) /tmp/junit9645207284723392003/server-server-httpfiles/cache/962ca277-abee-46e6-9065-c136721ebc18 -> /tmp/junit9645207284723392003/server-server-httpfiles/persistent/962ca277-abee-46e6-9065-c136721ebc18 ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:38761/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D) /tmp/junit9645207284723392003/server-server-httpfiles/cache/bd91235b-3ca6-4598-82b1-17eca9ae7ddb -> /tmp/junit9645207284723392003/server-server-httpfiles/persistent/bd91235b-3ca6-4598-82b1-17eca9ae7ddb ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:38761/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D) /tmp/junit9645207284723392003/server-server-httpfiles/cache/e0e391f9-a17e-4f7a-b73a-7ef4f527da22 -> /tmp/junit9645207284723392003/server-server-httpfiles/persistent/e0e391f9-a17e-4f7a-b73a-7ef4f527da22 ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:38761/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D) /tmp/junit9645207284723392003/server-server-httpfiles/cache/f5c55629-d326-4f75-a598-98cfd2356fdb -> /tmp/junit9645207284723392003/server-server-httpfiles/persistent/f5c55629-d326-4f75-a598-98cfd2356fdb ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:38761/api/content/756455836968386560/_ustadmanifest.json) /tmp/junit9645207284723392003/server-server-httpfiles/cache/ef217bd3-7fe1-485c-8c1b-979a23097b8b -> /tmp/junit9645207284723392003/server-server-httpfiles/persistent/ef217bd3-7fe1-485c-8c1b-979a23097b8b ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #16 : SQLite Change Tracker: Changed tables=[OutgoingReplication] ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #7 : SQLite Change Tracker: Changed tables=[CacheLockJoin] ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DoorLog - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@2178d296 - http://localhost:38761/UmAppDatabase/replication/sse?door-node=5800484101593897797%2Fbabfbcbe-6843-458c-9c3b-456a4bb6fb57] close ?ANJul 31, 2025 1:55:00 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A>FINE: FINER DoorLog - Closed HikariDataSource connection pool ?ANJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A>FINE: FINER DoorLog - Closed HikariDataSource connection pool ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[ContentEntryImportJob] ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ImportContentEntryUseCase$invoke$contentEntryVersionEntity$1$updaterJob$invokeSuspend - CompressVideo: update status = null ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[ContentEntryImportJob] ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BbFINE: FINER SaveLocalUrisAsBlobsUseCaseJvm$invoke$invokeSuspend - SaveLocalUrisAsBlobsUseCaseJvm Storing 151 local uris as blobs (http://localhost:42745/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D, http://localhost:42745/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D, http://localhost:42745/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D, http://localhost:42745/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D, http://localhost:42745/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D, http://localhost:42745/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D, http://localhost:42745/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D, http://localhost:42745/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D, http://localhost:42745/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D, http://localhost:42745/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D, http://localhost:42745/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D, http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:42745/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D, http://localhost:42745/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D, http://localhost:42745/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D, http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:42745/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D, http://localhost:42745/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D, http://localhost:42745/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D, http://localhost:42745/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D, http://localhost:42745/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D, http://localhost:42745/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D, http://localhost:42745/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D, http://localhost:42745/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D, http://localhost:42745/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D, http://localhost:42745/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D, http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:42745/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D, http://localhost:42745/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D, http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:42745/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D, http://localhost:42745/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D, http://localhost:42745/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D, http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:42745/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D, http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:42745/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D, http://localhost:42745/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D, http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:42745/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D, http://localhost:42745/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D, http://localhost:42745/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D, http://localhost:42745/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D, http://localhost:42745/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D, http://localhost:42745/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D, http://localhost:42745/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D, http://localhost:42745/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D, http://localhost:42745/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D, http://localhost:42745/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D, http://localhost:42745/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D, http://localhost:42745/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D, http://localhost:42745/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D, http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D, http://localhost:42745/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D, http://localhost:42745/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D, http://localhost:42745/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D, http://localhost:42745/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D, http://localhost:42745/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D, http://localhost:42745/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D, http://localhost:42745/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D, http://localhost:42745/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D, http://localhost:42745/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D, http://localhost:42745/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D, http://localhost:42745/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D, http://localhost:42745/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D, http://localhost:42745/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D, http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D, http://localhost:42745/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D, http://localhost:42745/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D, http://localhost:42745/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D, http://localhost:42745/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D, http://localhost:42745/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D, http://localhost:42745/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D, http://localhost:42745/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D, http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D, http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D, http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D, http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D, http://localhost:42745/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D, http://localhost:42745/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D, http://localhost:42745/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D, http://localhost:42745/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D, http://localhost:42745/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D, http://localhost:42745/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D, http://localhost:42745/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D, http://localhost:42745/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D, http://localhost:42745/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D, http://localhost:42745/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D, http://localhost:42745/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D, http://localhost:42745/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D, http://localhost:42745/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D, http://localhost:42745/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D, http://localhost:42745/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D, http://localhost:42745/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D, http://localhost:42745/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D, http://localhost:42745/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D, http://localhost:42745/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D, http://localhost:42745/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D, http://localhost:42745/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D, http://localhost:42745/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D, http://localhost:42745/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D, http://localhost:42745/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D, http://localhost:42745/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D, http://localhost:42745/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D, http://localhost:42745/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D, http://localhost:42745/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D, http://localhost:42745/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D, http://localhost:42745/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D, http://localhost:42745/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D, http://localhost:42745/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D, http://localhost:42745/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D, http://localhost:42745/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D, http://localhost:42745/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D, http://localhost:42745/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D, http://localhost:42745/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D, http://localhost:42745/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D, http://localhost:42745/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D, http://localhost:42745/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D, http://localhost:42745/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D, http://localhost:42745/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D, http://localhost:42745/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D, http://localhost:42745/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D, http://localhost:42745/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D, http://localhost:42745/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D, http://localhost:42745/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D, http://localhost:42745/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D, http://localhost:42745/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D, http://localhost:42745/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D, http://localhost:42745/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D, http://localhost:42745/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D, http://localhost:42745/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D, http://localhost:42745/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D, http://localhost:42745/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D, http://localhost:42745/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D, http://localhost:42745/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D, http://localhost:42745/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D, http://localhost:42745/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D, http://localhost:42745/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D, http://localhost:42745/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D, http://localhost:42745/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D, http://localhost:42745/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D, http://localhost:42745/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D, http://localhost:42745/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): storerequest 151 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/1.tmp (integrity=sha256-T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/2.tmp (integrity=sha256-bjwfnGlRbxR6w41vOplXXSsJlK/kQzJuwiG9Vdr2PBI=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/3.tmp (integrity=sha256-GbEzhDlg2eOkUS0yhbQRdkYN7+ExqlN1jS7v1KfVVxw=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/4.tmp (integrity=sha256-ftJMBUMkAxFzcokVQ/DLankiEAkZ564HfB8/r2dljcI=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/5.tmp (integrity=sha256-4hns6PTT5KxFXvMc06fHtQV+pooQmTf8JrA8bpnukyI=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/6.tmp (integrity=sha256-1nBB/l1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/7.tmp (integrity=sha256-e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/8.tmp (integrity=sha256-yBLdyeR10+ZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/9.tmp (integrity=sha256-/4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/10.tmp (integrity=sha256-hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/11.tmp (integrity=sha256-wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/12.tmp (integrity=sha256-nAy3BTCDSjZf/jjgTtYfskbTFa2CmbkLKYKabDi8pew=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/13.tmp (integrity=sha256-JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/14.tmp (integrity=sha256-Tyj1ZbAw3I+jTnYcRMap00SSDE8uimpYNpM/V1r5TQc=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/15.tmp (integrity=sha256-5d4Gn7Lje7djT1HHt6jjcg+HKH9wgn2vEpJCSjuX6z4=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/16.tmp (integrity=sha256-nAy3BTCDSjZf/jjgTtYfskbTFa2CmbkLKYKabDi8pew=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/17.tmp (integrity=sha256-k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/18.tmp (integrity=sha256-MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/19.tmp (integrity=sha256-qGvsfW4NaWJUAV8k+jAgxyt68uSYkM8Zvl4iO07eQSw=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/20.tmp (integrity=sha256-jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/21.tmp (integrity=sha256-Au+2IdPCR1K6fzgi+wM5XKVYY8AZh6QiVWhS/NgRMNU=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/22.tmp (integrity=sha256-SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/23.tmp (integrity=sha256-WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy/w=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/24.tmp (integrity=sha256-7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/25.tmp (integrity=sha256-b0rPNEXzpQ22OFjtaC11asx2j0+hLr7cAomd3VO69e0=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/26.tmp (integrity=sha256-Oq8Qt4f/pNdOtT7Cz/P1buRr1KXcoKQUW+C9lCFg8YQ=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/27.tmp (integrity=sha256-nAy3BTCDSjZf/jjgTtYfskbTFa2CmbkLKYKabDi8pew=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/28.tmp (integrity=sha256-nAy3BTCDSjZf/jjgTtYfskbTFa2CmbkLKYKabDi8pew=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/29.tmp (integrity=sha256-yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3+1GBRu4D0+Q=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/30.tmp (integrity=sha256-b/pemT3AQtkcxWYfWDVJk2/kTkEqjdt+oehmTIE02AM=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/31.tmp (integrity=sha256-nAy3BTCDSjZf/jjgTtYfskbTFa2CmbkLKYKabDi8pew=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/32.tmp (integrity=sha256-mfov8Hrp8eJ57UpQUEJ+8RVeKjq45a8ngANpAaLYR6w=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/33.tmp (integrity=sha256-7xF1FYDJR0vQb3gRCLf5zGPh50+3WuGOhPKs9utqGUE=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/34.tmp (integrity=sha256-s+jWsJZ/9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/35.tmp (integrity=sha256-nAy3BTCDSjZf/jjgTtYfskbTFa2CmbkLKYKabDi8pew=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/36.tmp (integrity=sha256-MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx+u3BdkYQ=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/37.tmp (integrity=sha256-nAy3BTCDSjZf/jjgTtYfskbTFa2CmbkLKYKabDi8pew=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/38.tmp (integrity=sha256-nAy3BTCDSjZf/jjgTtYfskbTFa2CmbkLKYKabDi8pew=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/39.tmp (integrity=sha256-s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/40.tmp (integrity=sha256-UKuxu3Hz+fGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/41.tmp (integrity=sha256-nAy3BTCDSjZf/jjgTtYfskbTFa2CmbkLKYKabDi8pew=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/42.tmp (integrity=sha256-nAy3BTCDSjZf/jjgTtYfskbTFa2CmbkLKYKabDi8pew=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/43.tmp (integrity=sha256-nAy3BTCDSjZf/jjgTtYfskbTFa2CmbkLKYKabDi8pew=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/44.tmp (integrity=sha256-nAy3BTCDSjZf/jjgTtYfskbTFa2CmbkLKYKabDi8pew=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/45.tmp (integrity=sha256-nAy3BTCDSjZf/jjgTtYfskbTFa2CmbkLKYKabDi8pew=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/46.tmp (integrity=sha256-nAy3BTCDSjZf/jjgTtYfskbTFa2CmbkLKYKabDi8pew=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/47.tmp (integrity=sha256-nAy3BTCDSjZf/jjgTtYfskbTFa2CmbkLKYKabDi8pew=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/48.tmp (integrity=sha256-3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt/TEE=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/49.tmp (integrity=sha256-Rq39aiLMuqiP+0mPmeCr0C2QflhXTn//NEPZaPtsh7s=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/50.tmp (integrity=sha256-Rq39aiLMuqiP+0mPmeCr0C2QflhXTn//NEPZaPtsh7s=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/51.tmp (integrity=sha256-PjfwUp1+w6kzto+92J5gCGOUXTWvFUUHmzECFE26ZTI=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/52.tmp (integrity=sha256-h+jhrR+2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/53.tmp (integrity=sha256-vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/54.tmp (integrity=sha256-2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/55.tmp (integrity=sha256-sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/56.tmp (integrity=sha256-Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad+Kk1mN4QiY=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/57.tmp (integrity=sha256-kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/58.tmp (integrity=sha256-eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/59.tmp (integrity=sha256-XNfsFzpMGtyUb4cp+ZP4sbwRpfi+BGbF07psv2MPtA4=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/60.tmp (integrity=sha256-GslQZC/V0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/61.tmp (integrity=sha256-mvg3xbJ3LnwZdOssam2+vdSJ1/LWFX7/lxFJVciB6lg=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/62.tmp (integrity=sha256-MAqsHQLxvTtVgSONw2nt+i52FKAKxkPqHKZN3dVehag=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/63.tmp (integrity=sha256-iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/64.tmp (integrity=sha256-82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/65.tmp (integrity=sha256-Q/y6R172KY9YPbOiNMSixqoh8QjGcQtM+rFsRKO2bE8=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/66.tmp (integrity=sha256-vBVhVK0Ik2c9Bvwl+lAPy96DxOyTL2+keUcQmCA/rq0=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/67.tmp (integrity=sha256-vBVhVK0Ik2c9Bvwl+lAPy96DxOyTL2+keUcQmCA/rq0=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/68.tmp (integrity=sha256-/x3Wsw8+wpZRU2JIVcrL33nrHQV17lCsxuRemUqet54=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/69.tmp (integrity=sha256-8NYR/hsIIjp/PKQLuUNyeWjGcw9Ffd0e82E28xODp0k=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/70.tmp (integrity=sha256-oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3+WONWHQ=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/71.tmp (integrity=sha256-K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/72.tmp (integrity=sha256-cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/73.tmp (integrity=sha256-tnKOTsJNsJ1igF6lTizkpOyMKbYWZe+dVsGZzjKfNTc=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/74.tmp (integrity=sha256-cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/75.tmp (integrity=sha256-mvg3xbJ3LnwZdOssam2+vdSJ1/LWFX7/lxFJVciB6lg=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/76.tmp (integrity=sha256-lxzYcB9KSB/Ykf7kHHM4ZRcTEbModiVoT3lAhJxL3mA=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/77.tmp (integrity=sha256-Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/78.tmp (integrity=sha256-vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/79.tmp (integrity=sha256-Cxs1ShEiNfLO/U/vt3ziCc6g7XCCt3cXpLKqS0NW9p0=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/80.tmp (integrity=sha256-Cxs1ShEiNfLO/U/vt3ziCc6g7XCCt3cXpLKqS0NW9p0=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/81.tmp (integrity=sha256-hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/82.tmp (integrity=sha256-I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/83.tmp (integrity=sha256-mvg3xbJ3LnwZdOssam2+vdSJ1/LWFX7/lxFJVciB6lg=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/84.tmp (integrity=sha256-mvg3xbJ3LnwZdOssam2+vdSJ1/LWFX7/lxFJVciB6lg=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/85.tmp (integrity=sha256-mvg3xbJ3LnwZdOssam2+vdSJ1/LWFX7/lxFJVciB6lg=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/86.tmp (integrity=sha256-mvg3xbJ3LnwZdOssam2+vdSJ1/LWFX7/lxFJVciB6lg=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/87.tmp (integrity=sha256-dlAewQPKn9t0EDFTEm5ltRQT+WrMBBErX1LZM6zfIc0=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/88.tmp (integrity=sha256-ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/89.tmp (integrity=sha256-8l+WWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/90.tmp (integrity=sha256-+IRZ4//V1GOWQ9KLtbzgE+NbhhRBycosRc64B97TKj4=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/91.tmp (integrity=sha256-V+lxWB0nxel8r7ylMgw556l/VPsMO29I16T/DgO8NMQ=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/92.tmp (integrity=sha256-uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/93.tmp (integrity=sha256-pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/94.tmp (integrity=sha256-Wmgp+1s82IIY+jX9o7lYcOJS1QrGlZC0PpACTzQwl6M=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/95.tmp (integrity=sha256-sHxTh3q3+dRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/96.tmp (integrity=sha256-Y3nFU5/VYE71u5aj3293uK2rbUrlZ/wwvObLZ8QhuYQ=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/97.tmp (integrity=sha256-zBbaSmjEFvS6KUk8SEwgYyykdXC+UFyhY9//LwqO8Z0=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/98.tmp (integrity=sha256-u+LJFVTcY/MEnXDPx/jDr74kdKvSL0fNYsVaoucWMS0=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/99.tmp (integrity=sha256-eo8K7m5KF0iRfYzWDplfji/fxUb9GlUHqqY6IuMrLc4=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/100.tmp (integrity=sha256-/qULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK/x8URU=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/101.tmp (integrity=sha256-ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/102.tmp (integrity=sha256-C1W33ZET4v+aPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/103.tmp (integrity=sha256-jGvo9dP2a+kzienoeQzWSLnGKfWhYB2XjsFOuELmW28=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/104.tmp (integrity=sha256-+F9Tlt29TsSXmyq/WyZ63J8R6bqXkujcv5KBRzPQ+WU=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/105.tmp (integrity=sha256-xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/106.tmp (integrity=sha256-EkHf/CGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/107.tmp (integrity=sha256-vOWepUFkWRq8r0+HZF7AzG8DLHriKMfWpiogMq/FD4s=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/108.tmp (integrity=sha256-R0W8u8HlP/sgKWKJ2Q26/MLf5xdmrjzBL5IEPnV34JA=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/109.tmp (integrity=sha256-yD2T/jRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/110.tmp (integrity=sha256-DMle631prFri4uxxxxdON0FHQFOdiUt+W/6/vFfKmKI=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/111.tmp (integrity=sha256-Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/112.tmp (integrity=sha256-MuzpZTkDFXpw0wwJdw/bBYCIsDKwWBU628LKd2p83po=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/113.tmp (integrity=sha256-4zSTZMv/WKjpNfIWFmdBzDq+xpKgteLo5HBhbpkIMgg=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/114.tmp (integrity=sha256-YuUHNreyN7U7+QZ5+zNNY1N11RsxVtHYZsqyJGBtmbQ=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/115.tmp (integrity=sha256-6p3YvM8W7PtrV7LudBIoa+q4QN3Y1SdaU02/GCeg0IM=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/116.tmp (integrity=sha256-c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/117.tmp (integrity=sha256-fAhuvZVtVYSUCOENltmx6R+Sg0UZACwHQOMDNf9fYlY=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/118.tmp (integrity=sha256-we47ND4nhwrjRI+YLyQ+HWLDKA0nvAypEBID7KE1sjM=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/119.tmp (integrity=sha256-EDd6hjdyPU1Mt2vw3AA1ph+qFNUyZir+dXzbgA2ARyw=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/120.tmp (integrity=sha256-WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/121.tmp (integrity=sha256-f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/122.tmp (integrity=sha256-17pZuPthKwaraODIXZkgcqZCV0+uh/01t0UPA4EqtEs=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/123.tmp (integrity=sha256-CmlVJmRSZLB7BmMKh27ly66/mbubmFKZNdWpB8De5X8=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/124.tmp (integrity=sha256-nsmfXTJrTxUTogzM8u3+nLHfuNFK4hVP4tnH90njdqE=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/125.tmp (integrity=sha256-GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/126.tmp (integrity=sha256-3l8y8J6DrWhQA1W7Shf+SPfKgZyc+u/b+bCekBx6f8g=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/127.tmp (integrity=sha256-+pluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/128.tmp (integrity=sha256-5Ilriy7n1kwHjr0/XWzh4jhJPrT8xsZ1jrczKGatDiY=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/129.tmp (integrity=sha256-EgapfpQkKZP4bsfj/K5PxfHKzTlIJAVzuAkZmNmg3MM=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/130.tmp (integrity=sha256-QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5/V3/Osnhog=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/131.tmp (integrity=sha256-LnC2D3wwhrq34V1CB+xg6EwLoaYhOVkplQkYTyRkqVA=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/132.tmp (integrity=sha256-J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/133.tmp (integrity=sha256-eARe8bkhihrOsDAQ7nvQs7HXU1+i/popDv+Q6UNWPcg=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/134.tmp (integrity=sha256-3fCEhtExvRNHYfveM9cY5bbE17mYr8+dEFRgE5Tz8ZU=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/135.tmp (integrity=sha256-NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/136.tmp (integrity=sha256-/3QD+d53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/137.tmp (integrity=sha256-y4TDcAD4/j5o4keZvggf698Cr9Oc7JZ+gGMax23qmVA=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/138.tmp (integrity=sha256-UvNzyhHidciHBssZ/P+2l5FZbI1XAfmSJAplrILQ8gg=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/139.tmp (integrity=sha256-ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa/p8=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/140.tmp (integrity=sha256-De2JgQ0Nt5adGTd+S3vvpLJVOZegId+lUNz28Tv2qPA=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/141.tmp (integrity=sha256-AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/142.tmp (integrity=sha256-JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/143.tmp (integrity=sha256-CdrdmkKdsdoH81+2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/144.tmp (integrity=sha256-ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU/tZAhs=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/145.tmp (integrity=sha256-kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/146.tmp (integrity=sha256-/Emb+/duVWkOJrRcZWoRMF6TTLig7Qm2uAa7A+78ghA=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/147.tmp (integrity=sha256-lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6+4=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/148.tmp (integrity=sha256-rySbdfEfwrB779vaMkVIyj+ABqAS+gtUUBu4dkB4J6A=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/149.tmp (integrity=sha256-oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB/0=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/150.tmp (integrity=sha256-VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/151.tmp (integrity=sha256-JVUTiGfvsBPpaY2QLvpiW+x0rWNh6Tlj0QXu2TOSbGY=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BQFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 151 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/bed604ce-06fb-4f1e-8811-6667ff110304 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/d0ed375e-f88a-4997-aaa5-f8213c02e5fc ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/dab4bdce-7039-485f-a6d5-e953d75af050 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/16124850-d1da-401a-87a5-7319d8b31b4a ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/a5311252-22dd-4271-9c3e-c28ea286a64d ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/e4fcac2b-ceac-47cf-8f9e-36a8b9813023 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/6c46f902-9a2f-41e4-add0-3f3cc902216d ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/8703a65d-fc92-4c38-9859-04821d2a1cec ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/67ebb03c-e9ec-4974-8757-cf4e7c987c5e ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/d1923dd7-bcf7-4a4f-8f0c-c734925a2c60 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/2f8575b1-ffa4-497e-af4a-f9a684ab3e09 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/b5559efe-abe5-466b-8137-916c324f91ae ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/394827f4-8d8c-42db-891b-279e25d2c138 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/ba41aa4e-b806-4b53-a48e-7250e2a05263 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/87ccc933-2888-4361-bff4-a9315acc2718 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/30e36417-05e9-48ea-bc8d-1bfcf20411bf ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/f4ad1956-8aca-4a3e-9654-edff46ba2162 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/566cc6ed-c66f-4427-a006-d4c557dcb1e1 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/669417a9-ccfe-4fd3-9044-96c010c31199 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/b7a3fa73-2688-456d-83e4-b2874efbaa4f ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/a8964f2a-c4e9-4377-b796-dfd0dcd9e5c1 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/be03f51e-1c26-4740-ae97-150271ebf0e3 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/0fe1ac1c-98bc-4d44-8348-3e9578495dae ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/8f614975-a191-4b75-acfa-d7674e74e79d ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/27bcede5-2141-4ad1-917d-9871fb9b376c ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/767783fb-feac-440a-b25d-154144dd3a04 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/f7cf7aef-b201-4936-9673-29511aa7aa2b ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/05ab83e2-3d2e-4235-b0f8-e6eb67ca305f ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/2cb35f7a-8f35-4001-bfbc-e323590e2b93 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/6a8f1615-8fec-40b8-9a4b-a9111f0e3d4e ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/c4b9d8a1-c61b-4088-89ce-f2ef29c371a2 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/5a006a36-1ffd-4edc-b845-6ebc812d520e ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/f2ed98ba-2872-4e01-9310-6a9d9de5e235 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/db97f083-c93b-4394-b471-e79eb0d130e3 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/830d8bb9-ac28-4678-be45-95a7ea27fa73 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/0f719129-edb2-425d-b0f0-844b419a15f2 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/dd035b4f-dda2-4b4e-bd25-df4e91dc34a9 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/b131dfc6-ef62-46a3-b19c-8f84982ef2ad ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/0062f01a-488c-4747-bb37-34d21af2a3d4 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/e917aacb-daeb-403e-9281-6f3ee3425c85 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/3c0db664-81eb-4a78-b5c2-d82027f80402 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/01f1e938-2c7b-4aa6-aa13-598dd954ad3c ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/735dcb20-9589-40ad-84e4-5ab6eb77daef ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/cf345be6-d390-4015-9d7c-9df0266f9865 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/ec848634-4895-43b0-a54d-59f359f87fc1 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/c9f973e4-19ac-459d-a0d4-0096cb164a34 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/210d482c-aef2-4018-bf1d-b5e1a5359e9f ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/8238b1b5-e2d0-4689-a3eb-74fa73fffcec ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/33db85aa-3774-4b3d-9a79-641e8a86a920 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/4d9f32c7-22b0-4066-8ff0-39f7504e19f9 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/1d839d2a-8297-43a9-9c32-7fd6ad2677b4 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/0d568d3c-fc40-4123-b944-095728bfad67 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/4bebb03f-78b8-472d-bb8b-4b6f3947f5de ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/734cefb4-512e-42c6-bcb9-88a9dbcd9b56 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/84337a40-0f71-4ccf-a114-81341b212e4b ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/19ba7b10-1a03-43bd-8930-ae046b25c234 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/a42a2d09-3d52-4cb5-9d82-34f04e0c388d ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/1e75e73d-cd87-4cae-9f45-e418452f4628 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/a2807787-e3c0-4728-b3ee-5019d6436221 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/8b7a22d3-43bd-442d-8259-4b753389415c ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/687ada86-16fb-4969-abee-a6178fc08e20 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/30fb51f9-6c90-4c99-a45a-6c219d931a6b ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/2f971ea5-2729-42e4-a4cb-9ebec80487fc ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/48d91526-dee0-4b82-be19-e35aa437bfbc ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/2fee3f88-9224-4c6a-ac71-e97c2c769a18 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/8b930e2f-24ff-4387-a411-8e97587ff5b4 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/0cb290d2-cb74-46e2-b009-10c9dd341ac2 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/74f6826d-6881-4910-840e-b464741c6aaa ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/e19bff96-ab6b-4422-805d-61b4ed3bae70 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/992e4ff9-da72-471b-bc94-b64c1d780854 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/108b6fc2-26ba-4504-9c19-3a04407c195b ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/15054401-aa3c-4c01-a26f-466b2c8ded07 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/f6b14dae-9aa8-4fbb-8a8a-80fbaa65bd1e ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/862645c8-2c13-4072-9ecc-946e5aef0179 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/7ff0d1c8-aeaf-44e5-a907-463a3f010638 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/8c62e83c-c889-4e32-91cc-0bc6c88aaec7 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/6a3e62b5-f7ef-4b7b-b38d-a0eeb201e71c ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/74e76f26-dcbb-47f5-8004-582046581c3b ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/0aebce53-cd8b-4678-9ac4-ca0a6f950ee7 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/abe19556-76a7-4f88-827b-f9d048e287d2 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/ca97fbc0-aa37-46af-93f1-08f91b581c03 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/c4bbf94f-3430-4e2a-b505-cb5e10464ba1 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/e7cdc62d-56f3-4d2c-989a-337882d7c6ee ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/e4883167-4c64-4f74-a605-7ef40f1dd40d ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/89ba3a98-1bd0-41f2-be73-6cf70b4150f4 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/35b3dcd1-841a-4065-8072-252313762b45 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/bb6b3b24-2793-4f86-8b2f-3904c10165a7 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/aeb76a3d-1a7b-435f-b896-31db081e7f31 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/1cc64081-cf3a-4793-8185-fe6095617f21 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/7a6e9267-87b4-44ba-ae58-9c90649926ef ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/5aca0a4f-b88d-4cf8-9878-a2374e09b0a4 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/757468cf-bf8d-4586-b430-68ee7f9bfa59 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/211f917b-33a4-41dd-9798-62938a516915 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/37a0a0d7-f7db-4f98-be37-3e3dd0505dce ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/487bf01c-5d21-42cf-859b-d8cceb196811 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/bbd4c36b-5773-4f88-a446-244ab5ca2e4b ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/91b92f71-1cd2-4cf0-9349-563f7fa7b030 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/b8e389ac-44ef-4479-8bdd-1b18739e526c ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/318e253d-ce53-43b2-a342-3512bedcc939 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/f0972dc4-46c6-45d9-9aad-e6f2511d630f ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/a2b6c4a2-3a22-410b-9aab-c543df17d734 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/a792445c-dc75-4f97-9648-aec76aaf3095 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/aea08510-9491-46a6-809f-e1ddbe2584d1 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/075261fa-7b67-4210-a187-a1af42cdf97e ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/be668ff6-699d-4c96-97cd-e0ddb44adea6 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/f968c765-326f-4543-9ce1-586bde1d637f ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/914c0afa-901f-406e-8b67-23f033c066ed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/811eab85-1d8d-4b09-bdb5-676bedb244d1 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/5a7b65e7-d79b-41e8-8a70-ae99b5b72ed2 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/0ba96008-dd5a-4c45-a2eb-2721babbc972 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/39b3342a-c27e-438a-a880-60fd0aaa6add ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/44b98813-bfe7-4f6e-91bd-2f706dbf2d66 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/c6169e28-6990-491f-9af8-9e54b23ed329 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/6b67d148-44ae-46b5-be29-1695ae5084d0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/b11eca69-d5b8-4dec-b098-22b67710a106 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/4b9c01cf-063a-4070-9afa-ad79339c40e4 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/3102e66c-3ef2-4886-9e12-58a4ad4f2d81 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/ddd607ed-a7b2-4fbf-9d1f-2adde5a719d0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/07a99ce1-676f-401f-9a44-f377419f9f54 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/23bafa33-b574-4c21-98af-4b9a9d907e6a ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/2df425d2-8f19-4463-8b80-5323b1afeb6d ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/6ac9386f-d785-4525-b6ac-f811b5d0fa3b ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/a732344e-f753-4151-9a23-3b9a31d8e174 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/2b20cdec-f29a-4a19-bda6-1361e22cec8f ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/8fcfde49-b530-4f33-aadd-5e5bbe4c5f5c ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/0163c2b7-84cd-4336-a608-11a666da09e7 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/4244c52d-0f1b-4fda-9ec5-5eb40fe3114d ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/264966eb-ccd4-44cd-b3c5-6a4e16f4a3a1 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/7bd57b02-5445-4f2a-a631-95fd37870fd4 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/00b13899-ee2e-4aeb-b7cd-17d00af82dc4 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/48222da0-41d1-468c-b44d-c86f22731843 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/f0c7368b-5c07-47c5-9c05-1681e5c59c1a ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/a97efa5b-9387-40ea-9560-6160f62807fd ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/a9036bf5-22ed-4c42-89a1-557405e6cb00 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/ce23a712-0236-44ce-aca2-ba2e0cacfbdd ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/4b6bf436-6c71-472c-be78-a9dfd1257356 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/2f725673-9d33-4ef9-9939-e9071f9bb906 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/e7b9b582-1a32-4a1e-b1da-6360b2c5e028 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/b3b4b81b-c709-418e-b674-03f34774e24b ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/22432a8f-b7aa-4e98-af76-84bb20be768f ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/6d8c8307-0dd1-40fe-b6ee-3b85deea5f8c ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/4112f7fd-f634-407b-97d8-8865e258544e ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/ff8dd582-3fac-4dbe-b4e5-6e402fb01c7c ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/e5e960b6-2606-4545-9818-a2f430840713 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/065870d9-0c59-4dbf-8413-f974c02d0fc9 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/3ca4acd1-d084-4db8-90dc-d5fba1f26e7a ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/e7c05401-a555-4d36-bc48-864f94ddd007 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/1b43c615-f1d5-48bd-a376-3e74967dd40f ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/19468a21-9f3e-4eba-a37a-e1628a56fdb4 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/7f901305-a112-41bb-8399-ac0a8d1b2145 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/def6379c-1a1e-426b-a6f0-b53e46aaad8c ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER SaveLocalUrisAsBlobsUseCaseJvm$invoke$invokeSuspend - SaveLocalUrisAsBlobsUseCaseJvm Storing 22 local uris as blobs (http://localhost:42745/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D, http://localhost:42745/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D, http://localhost:42745/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D, http://localhost:42745/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D, http://localhost:42745/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D, http://localhost:42745/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D, http://localhost:42745/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D, http://localhost:42745/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D, http://localhost:42745/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D, http://localhost:42745/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D, http://localhost:42745/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D, http://localhost:42745/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D, http://localhost:42745/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D, http://localhost:42745/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D, http://localhost:42745/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D, http://localhost:42745/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D, http://localhost:42745/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D, http://localhost:42745/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D, http://localhost:42745/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D, http://localhost:42745/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D, http://localhost:42745/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D, http://localhost:42745/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BEFINE: FINER UstadCache - UstadCache(client): storerequest 22 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/152.tmp (integrity=sha256-z2ct+VoKX1r9xRSP/GYmKyUmhGtAlSmS7FrBHQz1i6E=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/153.tmp (integrity=sha256-5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/154.tmp (integrity=sha256-LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/155.tmp (integrity=sha256-sy4b7/3q3vGmQUg9OE/4gm/nVaSA36EeIqyCcnYi4M8=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/156.tmp (integrity=sha256-gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/157.tmp (integrity=sha256-yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/158.tmp (integrity=sha256-p8QJ1CS/Uy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/159.tmp (integrity=sha256-x8RELOMsvCzPJXs2+uGp6tUMSIzdxC/SRUta7acbbZ4=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/160.tmp (integrity=sha256-2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/161.tmp (integrity=sha256-Pp8lPMJPMU/g1eelJlUn1gggLBKxNX2QhrjbNVWCbyI=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/162.tmp (integrity=sha256-47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/163.tmp (integrity=sha256-60oKn5/PS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/164.tmp (integrity=sha256-xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/165.tmp (integrity=sha256-xiokJ09WttZwKc3d/hV6IqkEKeWLg9lWE0/bWOTxClg=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/166.tmp (integrity=sha256-wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv+g=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/167.tmp (integrity=sha256-QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z+hjD4sko=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/168.tmp (integrity=sha256-Cs/L+OBmRgENBqKnXY5/OJ44hDv7z+18UB+dln6zuFs=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/169.tmp (integrity=sha256-HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/170.tmp (integrity=sha256-kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/171.tmp (integrity=sha256-3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/172.tmp (integrity=sha256-lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/173.tmp (integrity=sha256-0gUfpA5HMCps0QY+oMxb+JSq+oBIWs62g2C4f+xJCoU=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BPFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 22 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/contentimport/h5pimport-1753962901112/h5p-standalone/dist/h5p-standalone.d.ts ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/contentimport/h5pimport-1753962901112/h5p-standalone/dist/h5p-integration.d.ts ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/contentimport/h5pimport-1753962901112/h5p-standalone/dist/fonts/h5p-core-27.woff ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/contentimport/h5pimport-1753962901112/h5p-standalone/dist/fonts/h5p-hub-publish.ttf ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/contentimport/h5pimport-1753962901112/h5p-standalone/dist/fonts/h5p-hub-publish.eot ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/contentimport/h5pimport-1753962901112/h5p-standalone/dist/fonts/h5p-hub-publish.woff ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/contentimport/h5pimport-1753962901112/h5p-standalone/dist/fonts/h5p-core-27.eot ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/contentimport/h5pimport-1753962901112/h5p-standalone/dist/fonts/h5p-core-27.ttf ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/contentimport/h5pimport-1753962901112/h5p-standalone/dist/fonts/h5p-hub-publish.svg ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/contentimport/h5pimport-1753962901112/h5p-standalone/dist/fonts/h5p-core-27.svg ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/contentimport/h5pimport-1753962901112/h5p-standalone/dist/frame.d.ts ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/contentimport/h5pimport-1753962901112/h5p-standalone/dist/main.bundle.js ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/contentimport/h5pimport-1753962901112/h5p-standalone/dist/utils.d.ts ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/contentimport/h5pimport-1753962901112/h5p-standalone/dist/styles/h5p-hub-registration.css ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/contentimport/h5pimport-1753962901112/h5p-standalone/dist/styles/h5p.css ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/contentimport/h5pimport-1753962901112/h5p-standalone/dist/styles/h5p-core-button.css ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/contentimport/h5pimport-1753962901112/h5p-standalone/dist/styles/h5p-hub-sharing.css ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/contentimport/h5pimport-1753962901112/h5p-standalone/dist/styles/h5p-confirmation-dialog.css ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/contentimport/h5pimport-1753962901112/h5p-standalone/dist/styles/h5p-admin.css ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/contentimport/h5pimport-1753962901112/h5p-standalone/dist/index.d.ts ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/contentimport/h5pimport-1753962901112/h5p-standalone/dist/frame.bundle.js ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/contentimport/h5pimport-1753962901112/h5p-standalone/README.md ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/a9cbaea4-5f7a-4074-b761-e1d505d36c9a ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/f0d2fbea-70ed-4bfa-b3de-84bf6d0e9783 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/16fd63a2-b24f-485d-add5-039b4b48dafc ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/0e0daf15-8fed-4bf1-af92-99a33cee7e72 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/8c9664f0-bebd-4ca9-8f36-f22b3c9790df ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/0685c3d7-1950-4855-b4c8-c86d02782d47 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/9b000f2d-fd82-4ca3-a7a7-ade373d78928 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/d864f96b-18ea-43a2-aa3c-d965c9834d53 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/297ff53f-d9b7-4d69-bf53-80d420f27ecf ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/29fb2db9-8c7d-4ee2-b13a-c39303c5c52e ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/d76e09d3-f78b-4cd1-95d8-aac3f4520e0f ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/216c753d-9f2a-4be7-b2a6-b822c31853c9 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/54b47eb8-1f01-4962-a8a4-321971224178 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/a65f3e6e-6153-4d3e-8065-813f08242a4c ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/40eb3295-d16c-4472-a08e-ba1abdf485e1 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/d6e0bfe4-f43e-4582-bde3-4a40711d06ea ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/d936aad5-d1ee-4e03-a87c-6d97d9a524b6 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/a51231f2-98c5-4ec5-ab52-21ca18223569 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/3d01be5d-1807-4afc-9ed9-9c68564ef76e ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/59f55631-715a-4e11-98d7-c0e97f4ad604 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/ca557d6d-ba0e-4e50-9787-38abf6f4f5e9 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/e8984983-1db1-406b-ba0e-3f58e0974898 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER SaveLocalUrisAsBlobsUseCaseJvm$invoke$invokeSuspend - SaveLocalUrisAsBlobsUseCaseJvm Storing 2 local uris as blobs (http://localhost:42745/api/blob/sIlqeNFMo4km%2BrBox2OEVPavU5iZ7h0GKeBuY%2BgrKk0%3D, http://localhost:42745/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 2 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/sIlqeNFMo4km%2BrBox2OEVPavU5iZ7h0GKeBuY%2BgrKk0%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/174.tmp (integrity=sha256-sIlqeNFMo4km+rBox2OEVPavU5iZ7h0GKeBuY+grKk0=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/175.tmp (integrity=sha256-EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 2 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/contentimport/h5pimport-1753962901112/tincan.xml ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/contentimport/h5pimport-1753962901112/index.html ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/349edf48-9046-440d-aeac-e0351c70f21e ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit4181206563251681505/client-tmproot-server/26b260da-e287-4a4c-902b-08fb178d05d8 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/content/756455847634948096/_ustadmanifest.json to /tmp/junit4181206563251681505/client-server-httpfiles/tmpWork/176.tmp (integrity=sha256-UTvLIjIb4/tCiDn7lgCD6f5OlDpK3F8bCHpZqXHZ98s=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[ContentEntryImportJob] ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[ContentEntryVersion] ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: GET http://localhost:42745/api/content/756455847634948096/_ustadmanifest.json ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/content/756455847634948096/_ustadmanifest.json ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/content/756455847634948096/_ustadmanifest.json ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/content/756455847634948096/_ustadmanifest.json ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - OKHttp-CacheInterceptor: HIT(valid) http://localhost:42745/api/content/756455847634948096/_ustadmanifest.json 200 OK (contentType=application/json, content-encoding=identity content-length=74600) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BcFINEST: FINEST UstadCache - UstadCache(client): add retention locks for http://localhost:42745/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D, http://localhost:42745/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D, http://localhost:42745/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D, http://localhost:42745/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D, http://localhost:42745/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D, http://localhost:42745/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D, http://localhost:42745/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D, http://localhost:42745/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D, http://localhost:42745/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D, http://localhost:42745/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D, http://localhost:42745/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D, http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:42745/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D, http://localhost:42745/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D, http://localhost:42745/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D, http://localhost:42745/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D, http://localhost:42745/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D, http://localhost:42745/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D, http://localhost:42745/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D, http://localhost:42745/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D, http://localhost:42745/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D, http://localhost:42745/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D, http://localhost:42745/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D, http://localhost:42745/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D, http://localhost:42745/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D, http://localhost:42745/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D, http://localhost:42745/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D, http://localhost:42745/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D, http://localhost:42745/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D, http://localhost:42745/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D, http://localhost:42745/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D, http://localhost:42745/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D, http://localhost:42745/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D, http://localhost:42745/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D, http://localhost:42745/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D, http://localhost:42745/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D, http://localhost:42745/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D, http://localhost:42745/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D, http://localhost:42745/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D, http://localhost:42745/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D, http://localhost:42745/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D, http://localhost:42745/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D, http://localhost:42745/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D, http://localhost:42745/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D, http://localhost:42745/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D, http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D, http://localhost:42745/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D, http://localhost:42745/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D, http://localhost:42745/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D, http://localhost:42745/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D, http://localhost:42745/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D, http://localhost:42745/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D, http://localhost:42745/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D, http://localhost:42745/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D, http://localhost:42745/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D, http://localhost:42745/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D, http://localhost:42745/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D, http://localhost:42745/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D, http://localhost:42745/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D, http://localhost:42745/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D, http://localhost:42745/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D, http://localhost:42745/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D, http://localhost:42745/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D, http://localhost:42745/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D, http://localhost:42745/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D, http://localhost:42745/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D, http://localhost:42745/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D, http://localhost:42745/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D, http://localhost:42745/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D, http://localhost:42745/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D, http://localhost:42745/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D, http://localhost:42745/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D, http://localhost:42745/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D, http://localhost:42745/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D, http://localhost:42745/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D, http://localhost:42745/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D, http://localhost:42745/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D, http://localhost:42745/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D, http://localhost:42745/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D, http://localhost:42745/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D, http://localhost:42745/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D, http://localhost:42745/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D, http://localhost:42745/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D, http://localhost:42745/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D, http://localhost:42745/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D, http://localhost:42745/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D, http://localhost:42745/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D, http://localhost:42745/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D, http://localhost:42745/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D, http://localhost:42745/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D, http://localhost:42745/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D, http://localhost:42745/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D, http://localhost:42745/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D, http://localhost:42745/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D, http://localhost:42745/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D, http://localhost:42745/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D, http://localhost:42745/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D, http://localhost:42745/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D, http://localhost:42745/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D, http://localhost:42745/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D, http://localhost:42745/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D, http://localhost:42745/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D, http://localhost:42745/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D, http://localhost:42745/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D, http://localhost:42745/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D, http://localhost:42745/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D, http://localhost:42745/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D, http://localhost:42745/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D, http://localhost:42745/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D, http://localhost:42745/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D, http://localhost:42745/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D, http://localhost:42745/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D, http://localhost:42745/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D, http://localhost:42745/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D, http://localhost:42745/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D, http://localhost:42745/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D, http://localhost:42745/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D, http://localhost:42745/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D, http://localhost:42745/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D, http://localhost:42745/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D, http://localhost:42745/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D, http://localhost:42745/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D, http://localhost:42745/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D, http://localhost:42745/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D, http://localhost:42745/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D, http://localhost:42745/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D, http://localhost:42745/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D, http://localhost:42745/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D, http://localhost:42745/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D, http://localhost:42745/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D, http://localhost:42745/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D, http://localhost:42745/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D, http://localhost:42745/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D, http://localhost:42745/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D, http://localhost:42745/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D, http://localhost:42745/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D, http://localhost:42745/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D, http://localhost:42745/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D, http://localhost:42745/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D, http://localhost:42745/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D, http://localhost:42745/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D, http://localhost:42745/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D, http://localhost:42745/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D, http://localhost:42745/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D, http://localhost:42745/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D, http://localhost:42745/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D, http://localhost:42745/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D, http://localhost:42745/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D, http://localhost:42745/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D, http://localhost:42745/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D, http://localhost:42745/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D, http://localhost:42745/api/blob/sIlqeNFMo4km%2BrBox2OEVPavU5iZ7h0GKeBuY%2BgrKk0%3D, http://localhost:42745/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D, http://localhost:42745/api/content/756455847634948096/_ustadmanifest.json ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/e3f14919-807a-48c2-9a04-1c31277149e0 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/e3f14919-807a-48c2-9a04-1c31277149e0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/cfd827b4-2191-4943-a8b2-a940835cd5ec -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/cfd827b4-2191-4943-a8b2-a940835cd5ec ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/9aafca86-14d7-4b4f-b5ce-c7fdcd9fbd6c -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/9aafca86-14d7-4b4f-b5ce-c7fdcd9fbd6c ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/9922b83c-0252-4bdb-adf7-6643be7444b4 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/9922b83c-0252-4bdb-adf7-6643be7444b4 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/9a6a6a5e-e85d-4b00-ae40-d397bddfede4 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/9a6a6a5e-e85d-4b00-ae40-d397bddfede4 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/1983c1e0-04cd-47f6-a583-c927de82473f -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/1983c1e0-04cd-47f6-a583-c927de82473f ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/e7b37891-8608-4d0c-9f38-06bb0cf14652 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/e7b37891-8608-4d0c-9f38-06bb0cf14652 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/953a3bf1-2a84-4e50-b8fd-69ed0df7acc2 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/953a3bf1-2a84-4e50-b8fd-69ed0df7acc2 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/d8228d46-3e41-4679-ab52-eecbda72a731 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/d8228d46-3e41-4679-ab52-eecbda72a731 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/8ab8e440-77d0-487c-ac74-6aab4ff619e5 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/8ab8e440-77d0-487c-ac74-6aab4ff619e5 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/732c753f-0b26-42df-a647-22762c8770b8 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/732c753f-0b26-42df-a647-22762c8770b8 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/1f85d787-63e7-4241-af42-8fbd9211e389 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/1f85d787-63e7-4241-af42-8fbd9211e389 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/3114dad5-5eb0-4e01-91d8-ff8d209e2c7c -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/3114dad5-5eb0-4e01-91d8-ff8d209e2c7c ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/5173808e-da60-48b6-b1f1-0c9ee4a6b541 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/5173808e-da60-48b6-b1f1-0c9ee4a6b541 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/06652cd5-c96a-4336-b06c-ce0ce70467b7 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/06652cd5-c96a-4336-b06c-ce0ce70467b7 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/c342b9f0-d97e-47e8-8e09-b5a9f0b22083 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/c342b9f0-d97e-47e8-8e09-b5a9f0b22083 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/59f96a58-2408-47c3-84f9-b2494dc20021 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/59f96a58-2408-47c3-84f9-b2494dc20021 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/e06aea37-0976-434d-95a0-227ec5de07f6 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/e06aea37-0976-434d-95a0-227ec5de07f6 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/267b5dc0-6852-44c5-abcb-f2f4f939f6ce -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/267b5dc0-6852-44c5-abcb-f2f4f939f6ce ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/7d628730-8311-468d-a29a-8083839e408d -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/7d628730-8311-468d-a29a-8083839e408d ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/0ba9072a-76c2-42de-a3fd-a8c471d30380 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/0ba9072a-76c2-42de-a3fd-a8c471d30380 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/79effe10-ed53-4632-96b7-cb4840b2efcf -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/79effe10-ed53-4632-96b7-cb4840b2efcf ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/cdfaaf5b-6720-4fbd-b951-809815ed5514 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/cdfaaf5b-6720-4fbd-b951-809815ed5514 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/63a7b91a-4e16-41f8-8d76-ea9ebb6212b5 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/63a7b91a-4e16-41f8-8d76-ea9ebb6212b5 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/6b15ecdc-b6bd-4845-8a47-aee528663c0d -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/6b15ecdc-b6bd-4845-8a47-aee528663c0d ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/40a2d9ec-18f9-4087-9bbd-0835abd0a05d -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/40a2d9ec-18f9-4087-9bbd-0835abd0a05d ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/557ebba3-5564-4354-b889-fc0f0b9e631a -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/557ebba3-5564-4354-b889-fc0f0b9e631a ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/72a21adf-20ee-4aca-9f0c-310f19d5bf9d -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/72a21adf-20ee-4aca-9f0c-310f19d5bf9d ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/182dc895-ab3b-4c98-82d7-b770dc5f93da -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/182dc895-ab3b-4c98-82d7-b770dc5f93da ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/7bb16ee2-bb36-47cd-b6b1-d0cc69f54276 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/7bb16ee2-bb36-47cd-b6b1-d0cc69f54276 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/b8fbd575-ca0c-487a-bb31-f38f40e8b9b3 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/b8fbd575-ca0c-487a-bb31-f38f40e8b9b3 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/22594786-6d0e-4357-b7d8-4c4823b09ef7 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/22594786-6d0e-4357-b7d8-4c4823b09ef7 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/2e8c929b-df7f-45b1-bf8e-8d80013889b1 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/2e8c929b-df7f-45b1-bf8e-8d80013889b1 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/30c4291c-7278-4d75-b189-d297943ff356 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/30c4291c-7278-4d75-b189-d297943ff356 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/c657564c-2020-4dab-9e0f-387b9e9c9617 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/c657564c-2020-4dab-9e0f-387b9e9c9617 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/5b5f02f6-2d94-4466-b3b1-55abde66c6b3 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/5b5f02f6-2d94-4466-b3b1-55abde66c6b3 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/7604a4c9-b633-4b8a-af6a-88f967d861af -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/7604a4c9-b633-4b8a-af6a-88f967d861af ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/e9d2a505-75ae-462f-a1e8-7f372387d377 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/e9d2a505-75ae-462f-a1e8-7f372387d377 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/c7a988b8-a6c2-41d3-9642-bad6748b68c1 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/c7a988b8-a6c2-41d3-9642-bad6748b68c1 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/d98e8fd1-ffc2-45c5-b778-515df58f93fb -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/d98e8fd1-ffc2-45c5-b778-515df58f93fb ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/58e0ff2e-c331-4253-b543-d9d70d6f4b2f -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/58e0ff2e-c331-4253-b543-d9d70d6f4b2f ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/0d9d152c-a9fe-4fe9-98db-84e93960f469 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/0d9d152c-a9fe-4fe9-98db-84e93960f469 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/0edd6d14-1ebe-440d-9f38-e6fa593be4a7 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/0edd6d14-1ebe-440d-9f38-e6fa593be4a7 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/dd8dd897-5ee4-48b2-8868-70030389d0cd -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/dd8dd897-5ee4-48b2-8868-70030389d0cd ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/aaf5fb1c-e488-47b1-8467-16ae960de432 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/aaf5fb1c-e488-47b1-8467-16ae960de432 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/0664f89a-a1a2-4e13-9dcb-31c5e35ea7c6 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/0664f89a-a1a2-4e13-9dcb-31c5e35ea7c6 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/6f3d7720-ad9c-4a37-8b33-1a58216de1f8 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/6f3d7720-ad9c-4a37-8b33-1a58216de1f8 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/49d13298-f938-47c1-9674-8bbe1441db12 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/49d13298-f938-47c1-9674-8bbe1441db12 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/6fb8d02d-85f1-41c9-b60d-3e2e7d9abef0 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/6fb8d02d-85f1-41c9-b60d-3e2e7d9abef0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/263996a6-abf5-4a52-829a-f7ae43b69245 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/263996a6-abf5-4a52-829a-f7ae43b69245 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/4ff482de-5c50-4f1d-a0a3-0c438e7ea029 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/4ff482de-5c50-4f1d-a0a3-0c438e7ea029 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/e0ef63c3-8037-484a-a859-ae8d69d3e4be -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/e0ef63c3-8037-484a-a859-ae8d69d3e4be ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/b55212a3-9d06-4c08-b0e2-4662ff4e040c -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/b55212a3-9d06-4c08-b0e2-4662ff4e040c ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/1eabbb6e-93d2-44d6-b10d-d6b44c46a622 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/1eabbb6e-93d2-44d6-b10d-d6b44c46a622 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/ea4bf874-92ec-48a3-9772-a8fbaa579c0d -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/ea4bf874-92ec-48a3-9772-a8fbaa579c0d ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/dd826fe0-2044-4436-ba67-d63089730bb4 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/dd826fe0-2044-4436-ba67-d63089730bb4 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/a8ba1560-841b-4efd-9ccf-3d06837fc945 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/a8ba1560-841b-4efd-9ccf-3d06837fc945 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/230d0d1a-f74b-43b1-b6b4-1fab0e028dc7 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/230d0d1a-f74b-43b1-b6b4-1fab0e028dc7 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/42443e4c-205f-4cd3-b177-65701990335c -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/42443e4c-205f-4cd3-b177-65701990335c ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/d5a4dd02-19c2-4a9e-bf7e-8f975c93db4d -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/d5a4dd02-19c2-4a9e-bf7e-8f975c93db4d ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/daa4cb62-e91e-4302-8f3b-4c26ba0a3290 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/daa4cb62-e91e-4302-8f3b-4c26ba0a3290 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/6e2f57a2-008e-4556-b3c5-5854c0254dd5 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/6e2f57a2-008e-4556-b3c5-5854c0254dd5 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/12eb8fb2-4db0-4615-be77-1aa915fc00db -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/12eb8fb2-4db0-4615-be77-1aa915fc00db ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/09de37f3-0800-4801-b7ca-031653fd859e -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/09de37f3-0800-4801-b7ca-031653fd859e ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/7e152b7a-d7fe-41fd-93c5-6b8aec640868 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/7e152b7a-d7fe-41fd-93c5-6b8aec640868 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/539addd0-a1f2-49cf-84bd-82ddbecafc97 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/539addd0-a1f2-49cf-84bd-82ddbecafc97 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/94b7beb3-4fcd-4d13-ac81-ba8bac2d35ed -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/94b7beb3-4fcd-4d13-ac81-ba8bac2d35ed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/5e9c8f8d-40ba-4557-b78d-8d633130bb32 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/5e9c8f8d-40ba-4557-b78d-8d633130bb32 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/dadc9efb-00bb-4775-ac5d-4db69ab239b4 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/dadc9efb-00bb-4775-ac5d-4db69ab239b4 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/c846fdbb-e834-4e35-a14e-988e74558bb7 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/c846fdbb-e834-4e35-a14e-988e74558bb7 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/d98784f6-8302-4917-9442-38ce31f6a0be -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/d98784f6-8302-4917-9442-38ce31f6a0be ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/7f850f16-4650-4306-a276-a8219d0eb493 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/7f850f16-4650-4306-a276-a8219d0eb493 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/4f9d05bd-424b-4886-a693-97252a90b456 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/4f9d05bd-424b-4886-a693-97252a90b456 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/2420b4a0-df11-484b-b3e1-f73db4b0bacc -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/2420b4a0-df11-484b-b3e1-f73db4b0bacc ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/6ed0eb11-ac18-4066-bd1d-61dd66cb9ff5 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/6ed0eb11-ac18-4066-bd1d-61dd66cb9ff5 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/fdbdf256-cf12-44ff-9858-373744d0482b -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/fdbdf256-cf12-44ff-9858-373744d0482b ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/55d396bf-9c54-44c5-8658-e9bb569a987a -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/55d396bf-9c54-44c5-8658-e9bb569a987a ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/0e567abc-2b92-445a-8e1f-443ff4e0a306 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/0e567abc-2b92-445a-8e1f-443ff4e0a306 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/0e77a1b2-06f4-4c06-a7f3-d9ed72a41b42 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/0e77a1b2-06f4-4c06-a7f3-d9ed72a41b42 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/530a75cd-dd09-4618-8393-c0b6b7151123 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/530a75cd-dd09-4618-8393-c0b6b7151123 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/67ba122f-2fab-4bcd-b47b-f209a758428d -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/67ba122f-2fab-4bcd-b47b-f209a758428d ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/4c742523-dd71-4ba1-9a99-acb7e59ffbd6 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/4c742523-dd71-4ba1-9a99-acb7e59ffbd6 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/4fa81f75-0030-4cb5-aea3-cbdf0ee8cd38 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/4fa81f75-0030-4cb5-aea3-cbdf0ee8cd38 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/1cf2d821-0a71-4c9c-8c49-304b69d79b5d -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/1cf2d821-0a71-4c9c-8c49-304b69d79b5d ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/9e3ebd7a-8f37-4590-9dbb-23b814c3b95d -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/9e3ebd7a-8f37-4590-9dbb-23b814c3b95d ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/6897fa79-6280-4ff9-ab46-6b064c055b4a -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/6897fa79-6280-4ff9-ab46-6b064c055b4a ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/6ec96ab6-9c9d-4f6a-827a-ec05411de6e7 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/6ec96ab6-9c9d-4f6a-827a-ec05411de6e7 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/e16228d9-fb47-4d54-8939-a90e6609a4d4 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/e16228d9-fb47-4d54-8939-a90e6609a4d4 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/aa90e2a2-add0-4220-b720-cff6e9810e47 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/aa90e2a2-add0-4220-b720-cff6e9810e47 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/942e7a5f-50b4-457c-ae1e-5a2504bb17dc -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/942e7a5f-50b4-457c-ae1e-5a2504bb17dc ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/9c314cce-7fba-442f-84a4-cf6920cd97be -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/9c314cce-7fba-442f-84a4-cf6920cd97be ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/bbc7c5e3-847b-4396-a260-f8e4c9ea1596 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/bbc7c5e3-847b-4396-a260-f8e4c9ea1596 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/bdb7ad9c-9560-4642-95b6-14355ac87a5d -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/bdb7ad9c-9560-4642-95b6-14355ac87a5d ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/9b05fc14-2245-48cb-8ca4-97d075506a51 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/9b05fc14-2245-48cb-8ca4-97d075506a51 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/4bafaa8a-d823-495c-8405-c9ddce17b8c1 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/4bafaa8a-d823-495c-8405-c9ddce17b8c1 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/f822b5a7-d483-40b9-9dff-2d65d1be4667 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/f822b5a7-d483-40b9-9dff-2d65d1be4667 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/0e682829-b84f-41ed-bee5-4059b4b4c34e -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/0e682829-b84f-41ed-bee5-4059b4b4c34e ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/b9c51567-1a7d-4df3-aa4c-7f60a81f6774 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/b9c51567-1a7d-4df3-aa4c-7f60a81f6774 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/18ea45d3-007f-402d-bb73-607a222226a8 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/18ea45d3-007f-402d-bb73-607a222226a8 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/0a1914f2-447b-4ac5-8326-819e44b8c433 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/0a1914f2-447b-4ac5-8326-819e44b8c433 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/947ec20f-bc55-457f-bb88-b593ec07be42 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/947ec20f-bc55-457f-bb88-b593ec07be42 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/edec43eb-cf52-4d46-bfa4-d65d84790c24 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/edec43eb-cf52-4d46-bfa4-d65d84790c24 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/9e2918f4-2afc-4fe0-9c89-d360666671d3 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/9e2918f4-2afc-4fe0-9c89-d360666671d3 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/fa40d6d2-2fec-4653-adbb-27d459ac26b9 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/fa40d6d2-2fec-4653-adbb-27d459ac26b9 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/801e9bb2-fda6-4ae1-964e-55132ea64b36 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/801e9bb2-fda6-4ae1-964e-55132ea64b36 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/e3a049dd-04b1-4a79-af0c-63b7fb7a3906 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/e3a049dd-04b1-4a79-af0c-63b7fb7a3906 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/23f15e62-20c9-4470-b1a6-37a58879adb1 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/23f15e62-20c9-4470-b1a6-37a58879adb1 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/56db5bb2-eaa5-4c11-94ce-77cff1a039d9 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/56db5bb2-eaa5-4c11-94ce-77cff1a039d9 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/2a902a5f-3ce8-4c7d-bfea-9a6240779137 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/2a902a5f-3ce8-4c7d-bfea-9a6240779137 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/783a4883-4a1d-472b-9ee3-a43ffec4b97d -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/783a4883-4a1d-472b-9ee3-a43ffec4b97d ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/e5dcfce1-2e55-420f-b725-c660a37591e5 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/e5dcfce1-2e55-420f-b725-c660a37591e5 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/8ce5a925-7789-4eab-b924-60cb0e404392 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/8ce5a925-7789-4eab-b924-60cb0e404392 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/78a2ffd7-81a1-4948-9572-111646b61a3f -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/78a2ffd7-81a1-4948-9572-111646b61a3f ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/6ab416ab-46e0-4029-8f67-e4073971aed1 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/6ab416ab-46e0-4029-8f67-e4073971aed1 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/c18108ff-f971-40be-b0e9-3935526b2db6 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/c18108ff-f971-40be-b0e9-3935526b2db6 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/1d26dd56-3708-47fc-bf9c-876012bbf64c -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/1d26dd56-3708-47fc-bf9c-876012bbf64c ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/72c41c73-999b-44f0-8e5d-9cc188b88586 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/72c41c73-999b-44f0-8e5d-9cc188b88586 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/82cf5842-5f96-444a-aebc-a636d9ec2f00 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/82cf5842-5f96-444a-aebc-a636d9ec2f00 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/e365b54d-2b52-4f35-a038-8a4961b15bb3 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/e365b54d-2b52-4f35-a038-8a4961b15bb3 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/a5603992-3102-4984-b1cd-1f5fa3e4bc4a -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/a5603992-3102-4984-b1cd-1f5fa3e4bc4a ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/65c9b979-5e23-4e7e-a31f-e5bed3a46b85 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/65c9b979-5e23-4e7e-a31f-e5bed3a46b85 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/bcde4005-f77b-4bb3-8369-3113b07ca5e0 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/bcde4005-f77b-4bb3-8369-3113b07ca5e0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/66898b03-9bad-4394-b677-90ca5f9c9013 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/66898b03-9bad-4394-b677-90ca5f9c9013 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/dcdf6f2f-e31f-4b02-ba5d-afdf37971e16 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/dcdf6f2f-e31f-4b02-ba5d-afdf37971e16 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/b0f598ce-c2ea-430a-a31c-a70aaba2eacd -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/b0f598ce-c2ea-430a-a31c-a70aaba2eacd ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/f70deff8-e620-4b7f-865b-9703a3ec15e3 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/f70deff8-e620-4b7f-865b-9703a3ec15e3 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/9aa403e4-fc70-4aca-bb5a-2d1787779d86 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/9aa403e4-fc70-4aca-bb5a-2d1787779d86 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/aced47de-9b06-4ca0-9ed1-d1779a27312a -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/aced47de-9b06-4ca0-9ed1-d1779a27312a ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/a6df26c5-2f10-4184-b78c-bbf4b9bf03ce -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/a6df26c5-2f10-4184-b78c-bbf4b9bf03ce ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/573e2f39-4cb5-4b5c-87a6-cd1833159def -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/573e2f39-4cb5-4b5c-87a6-cd1833159def ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/1d6882f2-246f-465d-b9a0-3ded2a2b0261 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/1d6882f2-246f-465d-b9a0-3ded2a2b0261 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/b1d77c5e-88b1-48db-8009-49caf9801b82 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/b1d77c5e-88b1-48db-8009-49caf9801b82 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/2c535cea-c011-46fc-8bf3-3ec31b14d9bf -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/2c535cea-c011-46fc-8bf3-3ec31b14d9bf ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/e50fd095-a666-43bc-a4e4-06eb618bd4ce -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/e50fd095-a666-43bc-a4e4-06eb618bd4ce ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/4b3a9d22-a9a2-46c4-b765-a27261b04db3 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/4b3a9d22-a9a2-46c4-b765-a27261b04db3 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/7861f099-ccb2-4d03-a3e2-1bcb34910220 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/7861f099-ccb2-4d03-a3e2-1bcb34910220 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/80f70250-119e-4e4d-9010-6ceaf987afd5 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/80f70250-119e-4e4d-9010-6ceaf987afd5 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/9f55ee8f-e33e-475f-af10-305cb0738213 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/9f55ee8f-e33e-475f-af10-305cb0738213 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/d1b5ccad-009b-4c8e-84c9-a8cd1d7ab99d -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/d1b5ccad-009b-4c8e-84c9-a8cd1d7ab99d ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/ddeba993-539a-4941-8d0b-3ec33a4d27d3 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/ddeba993-539a-4941-8d0b-3ec33a4d27d3 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/7b5ece07-9d4a-4511-b83a-21deaefaca20 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/7b5ece07-9d4a-4511-b83a-21deaefaca20 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/fa151839-e375-49dd-8593-9db7dc432e90 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/fa151839-e375-49dd-8593-9db7dc432e90 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/789402ab-1205-466a-8ef1-d7a677629c4f -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/789402ab-1205-466a-8ef1-d7a677629c4f ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/fdc4a3ff-2ba1-4e78-bb68-9c14831fa396 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/fdc4a3ff-2ba1-4e78-bb68-9c14831fa396 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/c4008303-65ed-4bf5-aab9-65adb21564d5 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/c4008303-65ed-4bf5-aab9-65adb21564d5 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/24f3b1a0-6539-4b49-8d95-c4228ea9fe1a -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/24f3b1a0-6539-4b49-8d95-c4228ea9fe1a ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/4ddc8c47-0949-40b7-a726-20d726d47ad9 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/4ddc8c47-0949-40b7-a726-20d726d47ad9 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/6c1830be-155f-453a-942f-a21a47f6d35e -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/6c1830be-155f-453a-942f-a21a47f6d35e ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/e5dfec57-7768-4b7a-aa74-0441d45ccb34 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/e5dfec57-7768-4b7a-aa74-0441d45ccb34 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/7ce6192c-317e-4701-8981-fc0715a58906 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/7ce6192c-317e-4701-8981-fc0715a58906 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/4660bc80-8a7b-4971-98a1-91f1e79ac5f6 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/4660bc80-8a7b-4971-98a1-91f1e79ac5f6 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/sIlqeNFMo4km%2BrBox2OEVPavU5iZ7h0GKeBuY%2BgrKk0%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/549a2530-de94-4884-95cc-fcb67ee2db5d -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/549a2530-de94-4884-95cc-fcb67ee2db5d ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D) /tmp/junit4181206563251681505/client-server-httpfiles/cache/650557ff-40a7-4dff-bf1d-56e0de3d71c9 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/650557ff-40a7-4dff-bf1d-56e0de3d71c9 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/content/756455847634948096/_ustadmanifest.json) /tmp/junit4181206563251681505/client-server-httpfiles/cache/692c76e4-3aee-482b-9472-96ebe47f2f72 -> /tmp/junit4181206563251681505/client-server-httpfiles/persistent/692c76e4-3aee-482b-9472-96ebe47f2f72 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/sIlqeNFMo4km%2BrBox2OEVPavU5iZ7h0GKeBuY%2BgrKk0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/sIlqeNFMo4km%2BrBox2OEVPavU5iZ7h0GKeBuY%2BgrKk0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/sIlqeNFMo4km%2BrBox2OEVPavU5iZ7h0GKeBuY%2BgrKk0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/content/756455847634948096/_ustadmanifest.json ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/content/756455847634948096/_ustadmanifest.json ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/content/756455847634948096/_ustadmanifest.json ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[TransferJob, TransferJobItem] ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER EnqueueBlobUploadClientUseCaseJvm$invoke - EnqueueBlobUploadClientUseCase(221d272b-3c6d-4d8f-9d66-435c03102fcb): scheduled job #1 via quartz ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost:42745/UmAppDatabase/ - endpoint=http://localhost:42745/UmAppDatabase/] init ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: GET http://localhost:42745/UmAppDatabase/replication/sse?door-node=8781609868707480400%2Fc1eed817-db6a-437d-b627-2f4f0c0f64f1 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/UmAppDatabase/replication/sse?door-node=8781609868707480400%2Fc1eed817-db6a-437d-b627-2f4f0c0f64f1 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/UmAppDatabase/replication/sse?door-node=8781609868707480400%2Fc1eed817-db6a-437d-b627-2f4f0c0f64f1 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/UmAppDatabase/replication/ackAndGetPendingReplications ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): MISS http://localhost:42745/UmAppDatabase/replication/sse?door-node=8781609868707480400%2Fc1eed817-db6a-437d-b627-2f4f0c0f64f1 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - OKHttp-CacheInterceptor: NOSTORE http://localhost:42745/UmAppDatabase/replication/sse?door-node=8781609868707480400%2Fc1eed817-db6a-437d-b627-2f4f0c0f64f1 200 OK (contentType=text/event-stream; charset=UTF-8, content-encoding=null content-length=-1) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B}FINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: GET http://localhost:42745/UmAppDatabase/replication/nodeId ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BmINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/UmAppDatabase/replication/nodeId ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BmINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/UmAppDatabase/replication/nodeId ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BjFINE: FINER UstadCache - UstadCache(client): MISS http://localhost:42745/UmAppDatabase/replication/nodeId ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BZFINE: FINER BlobUploadClientUseCaseJvm$invoke - BlobUploadClientUseCaseJvm (#1): starting ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - OKHttp-CacheInterceptor: NOSTORE http://localhost:42745/UmAppDatabase/replication/nodeId 204 No Content (contentType=text/plain, content-encoding=null content-length=-1) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #11 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/sIlqeNFMo4km%2BrBox2OEVPavU5iZ7h0GKeBuY%2BgrKk0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/sIlqeNFMo4km%2BrBox2OEVPavU5iZ7h0GKeBuY%2BgrKk0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/sIlqeNFMo4km%2BrBox2OEVPavU5iZ7h0GKeBuY%2BgrKk0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/content/756455847634948096/_ustadmanifest.json ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/content/756455847634948096/_ustadmanifest.json ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/content/756455847634948096/_ustadmanifest.json ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-init-batch ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #12 : SQLite Change Tracker: Changed tables=[] ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadServerUseCase$onStartUploadSession - BlobUploadServerUseCase#onStartUploadSession(upload 221d272b-3c6d-4d8f-9d66-435c03102fcb): batch upload init: Client list 154 blobs. 154 uploads pending (0 partial) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(b2382ac6-febf-4d77-8a11-5cfc003c5c17): Uploading 6915 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(b2382ac6-febf-4d77-8a11-5cfc003c5c17) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(b2382ac6-febf-4d77-8a11-5cfc003c5c17) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(b2382ac6-febf-4d77-8a11-5cfc003c5c17) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/b2382ac6-febf-4d77-8a11-5cfc003c5c17 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/1.tmp (integrity=sha256-T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(b2382ac6-febf-4d77-8a11-5cfc003c5c17): Upload complete of 6915 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901084) for http://localhost:42745/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901084http://localhost:42745/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/e3f14919-807a-48c2-9a04-1c31277149e0 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/e3f14919-807a-48c2-9a04-1c31277149e0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(ed945f36-87ed-41a8-8137-3a3f33977ee7): Uploading 8632 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ed945f36-87ed-41a8-8137-3a3f33977ee7) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ed945f36-87ed-41a8-8137-3a3f33977ee7) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ed945f36-87ed-41a8-8137-3a3f33977ee7) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/ed945f36-87ed-41a8-8137-3a3f33977ee7 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/2.tmp (integrity=sha256-bjwfnGlRbxR6w41vOplXXSsJlK/kQzJuwiG9Vdr2PBI=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(ed945f36-87ed-41a8-8137-3a3f33977ee7): Upload complete of 8632 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901085) for http://localhost:42745/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901085http://localhost:42745/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/cfd827b4-2191-4943-a8b2-a940835cd5ec -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/cfd827b4-2191-4943-a8b2-a940835cd5ec ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(7bc45573-432c-4940-95fb-90e0d6624b96): Uploading 607 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(7bc45573-432c-4940-95fb-90e0d6624b96) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(7bc45573-432c-4940-95fb-90e0d6624b96) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(7bc45573-432c-4940-95fb-90e0d6624b96) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/7bc45573-432c-4940-95fb-90e0d6624b96 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/3.tmp (integrity=sha256-GbEzhDlg2eOkUS0yhbQRdkYN7+ExqlN1jS7v1KfVVxw=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(7bc45573-432c-4940-95fb-90e0d6624b96): Upload complete of 607 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901086) for http://localhost:42745/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901086http://localhost:42745/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/9aafca86-14d7-4b4f-b5ce-c7fdcd9fbd6c -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/9aafca86-14d7-4b4f-b5ce-c7fdcd9fbd6c ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c0fb751b-785d-441c-996a-115b92d26748): Uploading 109688 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c0fb751b-785d-441c-996a-115b92d26748) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c0fb751b-785d-441c-996a-115b92d26748) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c0fb751b-785d-441c-996a-115b92d26748) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/c0fb751b-785d-441c-996a-115b92d26748 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/4.tmp (integrity=sha256-ftJMBUMkAxFzcokVQ/DLankiEAkZ564HfB8/r2dljcI=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c0fb751b-785d-441c-996a-115b92d26748): Upload complete of 109688 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901087) for http://localhost:42745/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901087http://localhost:42745/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/9922b83c-0252-4bdb-adf7-6643be7444b4 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/9922b83c-0252-4bdb-adf7-6643be7444b4 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(bf6e8ac9-5270-493c-b1ed-0505a8b23443): Uploading 70807 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(bf6e8ac9-5270-493c-b1ed-0505a8b23443) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(bf6e8ac9-5270-493c-b1ed-0505a8b23443) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(bf6e8ac9-5270-493c-b1ed-0505a8b23443) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/bf6e8ac9-5270-493c-b1ed-0505a8b23443 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/5.tmp (integrity=sha256-4hns6PTT5KxFXvMc06fHtQV+pooQmTf8JrA8bpnukyI=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(bf6e8ac9-5270-493c-b1ed-0505a8b23443): Upload complete of 70807 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901088) for http://localhost:42745/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901088http://localhost:42745/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/9a6a6a5e-e85d-4b00-ae40-d397bddfede4 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/9a6a6a5e-e85d-4b00-ae40-d397bddfede4 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c6351933-ac1f-4c49-82b0-453a0946ff70): Uploading 365616 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c6351933-ac1f-4c49-82b0-453a0946ff70) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c6351933-ac1f-4c49-82b0-453a0946ff70) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c6351933-ac1f-4c49-82b0-453a0946ff70) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/c6351933-ac1f-4c49-82b0-453a0946ff70 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/6.tmp (integrity=sha256-1nBB/l1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c6351933-ac1f-4c49-82b0-453a0946ff70): Upload complete of 365616 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901089) for http://localhost:42745/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901089http://localhost:42745/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/1983c1e0-04cd-47f6-a583-c927de82473f -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/1983c1e0-04cd-47f6-a583-c927de82473f ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(221e0e39-1df3-4666-8ed5-9509e1ce4f1c): Uploading 142072 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(221e0e39-1df3-4666-8ed5-9509e1ce4f1c) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(221e0e39-1df3-4666-8ed5-9509e1ce4f1c) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(221e0e39-1df3-4666-8ed5-9509e1ce4f1c) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/221e0e39-1df3-4666-8ed5-9509e1ce4f1c ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/7.tmp (integrity=sha256-e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(221e0e39-1df3-4666-8ed5-9509e1ce4f1c): Upload complete of 142072 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901090) for http://localhost:42745/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901090http://localhost:42745/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/e7b37891-8608-4d0c-9f38-06bb0cf14652 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/e7b37891-8608-4d0c-9f38-06bb0cf14652 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(55f23220-54ac-4fa4-8797-0eb00b3694ca): Uploading 83588 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(55f23220-54ac-4fa4-8797-0eb00b3694ca) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(55f23220-54ac-4fa4-8797-0eb00b3694ca) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(55f23220-54ac-4fa4-8797-0eb00b3694ca) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/55f23220-54ac-4fa4-8797-0eb00b3694ca ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/8.tmp (integrity=sha256-yBLdyeR10+ZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(55f23220-54ac-4fa4-8797-0eb00b3694ca): Upload complete of 83588 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901091) for http://localhost:42745/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901091http://localhost:42745/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/953a3bf1-2a84-4e50-b8fd-69ed0df7acc2 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/953a3bf1-2a84-4e50-b8fd-69ed0df7acc2 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(a3e832ab-67a7-4a91-963d-acc7567703d0): Uploading 66624 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a3e832ab-67a7-4a91-963d-acc7567703d0) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a3e832ab-67a7-4a91-963d-acc7567703d0) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a3e832ab-67a7-4a91-963d-acc7567703d0) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/a3e832ab-67a7-4a91-963d-acc7567703d0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/9.tmp (integrity=sha256-/4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(a3e832ab-67a7-4a91-963d-acc7567703d0): Upload complete of 66624 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901092) for http://localhost:42745/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901092http://localhost:42745/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/d8228d46-3e41-4679-ab52-eecbda72a731 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/d8228d46-3e41-4679-ab52-eecbda72a731 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(d7662f60-3586-43d3-ba7c-af8e66efdb02): Uploading 27420 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d7662f60-3586-43d3-ba7c-af8e66efdb02) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d7662f60-3586-43d3-ba7c-af8e66efdb02) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d7662f60-3586-43d3-ba7c-af8e66efdb02) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/d7662f60-3586-43d3-ba7c-af8e66efdb02 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/10.tmp (integrity=sha256-hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(d7662f60-3586-43d3-ba7c-af8e66efdb02): Upload complete of 27420 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901093) for http://localhost:42745/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901093http://localhost:42745/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/8ab8e440-77d0-487c-ac74-6aab4ff619e5 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/8ab8e440-77d0-487c-ac74-6aab4ff619e5 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(a4517598-ca00-472e-883a-c90812ca0a0a): Uploading 290 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a4517598-ca00-472e-883a-c90812ca0a0a) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a4517598-ca00-472e-883a-c90812ca0a0a) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a4517598-ca00-472e-883a-c90812ca0a0a) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/a4517598-ca00-472e-883a-c90812ca0a0a ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/11.tmp (integrity=sha256-wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(a4517598-ca00-472e-883a-c90812ca0a0a): Upload complete of 290 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901094) for http://localhost:42745/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901094http://localhost:42745/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/732c753f-0b26-42df-a647-22762c8770b8 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/732c753f-0b26-42df-a647-22762c8770b8 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(06ea0c3e-8471-491c-9937-3eb231458cc9): Uploading 1085 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(06ea0c3e-8471-491c-9937-3eb231458cc9) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(06ea0c3e-8471-491c-9937-3eb231458cc9) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(06ea0c3e-8471-491c-9937-3eb231458cc9) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/06ea0c3e-8471-491c-9937-3eb231458cc9 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/12.tmp (integrity=sha256-nAy3BTCDSjZf/jjgTtYfskbTFa2CmbkLKYKabDi8pew=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(06ea0c3e-8471-491c-9937-3eb231458cc9): Upload complete of 1085 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901095) for http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901095http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/1f85d787-63e7-4241-af42-8fbd9211e389 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/1f85d787-63e7-4241-af42-8fbd9211e389 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(75fcd14e-9367-46df-b1a8-ae742e06192a): Uploading 1325 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(75fcd14e-9367-46df-b1a8-ae742e06192a) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(75fcd14e-9367-46df-b1a8-ae742e06192a) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(75fcd14e-9367-46df-b1a8-ae742e06192a) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/75fcd14e-9367-46df-b1a8-ae742e06192a ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/13.tmp (integrity=sha256-JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(75fcd14e-9367-46df-b1a8-ae742e06192a): Upload complete of 1325 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901096) for http://localhost:42745/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901096http://localhost:42745/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/3114dad5-5eb0-4e01-91d8-ff8d209e2c7c -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/3114dad5-5eb0-4e01-91d8-ff8d209e2c7c ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(9aeef507-5bb9-431c-89a7-4e7a58f40b24): Uploading 1760 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(9aeef507-5bb9-431c-89a7-4e7a58f40b24) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(9aeef507-5bb9-431c-89a7-4e7a58f40b24) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(9aeef507-5bb9-431c-89a7-4e7a58f40b24) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/9aeef507-5bb9-431c-89a7-4e7a58f40b24 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/14.tmp (integrity=sha256-Tyj1ZbAw3I+jTnYcRMap00SSDE8uimpYNpM/V1r5TQc=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(9aeef507-5bb9-431c-89a7-4e7a58f40b24): Upload complete of 1760 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901097) for http://localhost:42745/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901097http://localhost:42745/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/5173808e-da60-48b6-b1f1-0c9ee4a6b541 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/5173808e-da60-48b6-b1f1-0c9ee4a6b541 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(88367cf0-a267-49ff-a061-b566940e2800): Uploading 1079 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(88367cf0-a267-49ff-a061-b566940e2800) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(88367cf0-a267-49ff-a061-b566940e2800) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(88367cf0-a267-49ff-a061-b566940e2800) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/88367cf0-a267-49ff-a061-b566940e2800 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/15.tmp (integrity=sha256-5d4Gn7Lje7djT1HHt6jjcg+HKH9wgn2vEpJCSjuX6z4=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(88367cf0-a267-49ff-a061-b566940e2800): Upload complete of 1079 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901098) for http://localhost:42745/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901098http://localhost:42745/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/06652cd5-c96a-4336-b06c-ce0ce70467b7 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/06652cd5-c96a-4336-b06c-ce0ce70467b7 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(fb367af3-9c12-47ad-8b70-d95510e5eaab): Uploading 1244 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(fb367af3-9c12-47ad-8b70-d95510e5eaab) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(fb367af3-9c12-47ad-8b70-d95510e5eaab) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(fb367af3-9c12-47ad-8b70-d95510e5eaab) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/fb367af3-9c12-47ad-8b70-d95510e5eaab ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/16.tmp (integrity=sha256-k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(fb367af3-9c12-47ad-8b70-d95510e5eaab): Upload complete of 1244 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901099) for http://localhost:42745/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901099http://localhost:42745/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/c342b9f0-d97e-47e8-8e09-b5a9f0b22083 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/c342b9f0-d97e-47e8-8e09-b5a9f0b22083 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(2304b10f-b86e-4779-89b2-38cd9c840f33): Uploading 1155 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(2304b10f-b86e-4779-89b2-38cd9c840f33) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(2304b10f-b86e-4779-89b2-38cd9c840f33) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(2304b10f-b86e-4779-89b2-38cd9c840f33) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/2304b10f-b86e-4779-89b2-38cd9c840f33 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/17.tmp (integrity=sha256-MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(2304b10f-b86e-4779-89b2-38cd9c840f33): Upload complete of 1155 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901100) for http://localhost:42745/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901100http://localhost:42745/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/59f96a58-2408-47c3-84f9-b2494dc20021 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/59f96a58-2408-47c3-84f9-b2494dc20021 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c021927a-d502-4c99-93fa-c29369e35fc9): Uploading 1293 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c021927a-d502-4c99-93fa-c29369e35fc9) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c021927a-d502-4c99-93fa-c29369e35fc9) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c021927a-d502-4c99-93fa-c29369e35fc9) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/c021927a-d502-4c99-93fa-c29369e35fc9 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/18.tmp (integrity=sha256-qGvsfW4NaWJUAV8k+jAgxyt68uSYkM8Zvl4iO07eQSw=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c021927a-d502-4c99-93fa-c29369e35fc9): Upload complete of 1293 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901101) for http://localhost:42745/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901101http://localhost:42745/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/e06aea37-0976-434d-95a0-227ec5de07f6 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/e06aea37-0976-434d-95a0-227ec5de07f6 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(be51ca54-84a0-462c-997b-e2e3c7b96c17): Uploading 2089 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(be51ca54-84a0-462c-997b-e2e3c7b96c17) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(be51ca54-84a0-462c-997b-e2e3c7b96c17) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(be51ca54-84a0-462c-997b-e2e3c7b96c17) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/be51ca54-84a0-462c-997b-e2e3c7b96c17 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/19.tmp (integrity=sha256-jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(be51ca54-84a0-462c-997b-e2e3c7b96c17): Upload complete of 2089 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901102) for http://localhost:42745/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901102http://localhost:42745/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/267b5dc0-6852-44c5-abcb-f2f4f939f6ce -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/267b5dc0-6852-44c5-abcb-f2f4f939f6ce ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(2af9818e-2100-4e09-823e-7ed3fd5931c8): Uploading 1239 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(2af9818e-2100-4e09-823e-7ed3fd5931c8) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(2af9818e-2100-4e09-823e-7ed3fd5931c8) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(2af9818e-2100-4e09-823e-7ed3fd5931c8) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/2af9818e-2100-4e09-823e-7ed3fd5931c8 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/20.tmp (integrity=sha256-Au+2IdPCR1K6fzgi+wM5XKVYY8AZh6QiVWhS/NgRMNU=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(2af9818e-2100-4e09-823e-7ed3fd5931c8): Upload complete of 1239 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901103) for http://localhost:42745/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901103http://localhost:42745/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/7d628730-8311-468d-a29a-8083839e408d -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/7d628730-8311-468d-a29a-8083839e408d ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(8e94faee-87a4-4ed9-a10d-1101dfa3c41e): Uploading 1261 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8e94faee-87a4-4ed9-a10d-1101dfa3c41e) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8e94faee-87a4-4ed9-a10d-1101dfa3c41e) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8e94faee-87a4-4ed9-a10d-1101dfa3c41e) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/8e94faee-87a4-4ed9-a10d-1101dfa3c41e ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/21.tmp (integrity=sha256-SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(8e94faee-87a4-4ed9-a10d-1101dfa3c41e): Upload complete of 1261 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901104) for http://localhost:42745/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901104http://localhost:42745/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/0ba9072a-76c2-42de-a3fd-a8c471d30380 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/0ba9072a-76c2-42de-a3fd-a8c471d30380 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(0b9423be-9e1b-4229-a5ee-0dadc3d3452c): Uploading 1113 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(0b9423be-9e1b-4229-a5ee-0dadc3d3452c) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(0b9423be-9e1b-4229-a5ee-0dadc3d3452c) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(0b9423be-9e1b-4229-a5ee-0dadc3d3452c) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/0b9423be-9e1b-4229-a5ee-0dadc3d3452c ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/22.tmp (integrity=sha256-WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy/w=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(0b9423be-9e1b-4229-a5ee-0dadc3d3452c): Upload complete of 1113 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901105) for http://localhost:42745/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901105http://localhost:42745/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/79effe10-ed53-4632-96b7-cb4840b2efcf -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/79effe10-ed53-4632-96b7-cb4840b2efcf ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(84591293-d9f5-4733-b046-495bfdf21b5a): Uploading 1229 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(84591293-d9f5-4733-b046-495bfdf21b5a) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(84591293-d9f5-4733-b046-495bfdf21b5a) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(84591293-d9f5-4733-b046-495bfdf21b5a) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/84591293-d9f5-4733-b046-495bfdf21b5a ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/23.tmp (integrity=sha256-7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(84591293-d9f5-4733-b046-495bfdf21b5a): Upload complete of 1229 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901106) for http://localhost:42745/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901106http://localhost:42745/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/cdfaaf5b-6720-4fbd-b951-809815ed5514 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/cdfaaf5b-6720-4fbd-b951-809815ed5514 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(66dd4f09-e01f-4e52-81e6-53f7634dd301): Uploading 1091 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(66dd4f09-e01f-4e52-81e6-53f7634dd301) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(66dd4f09-e01f-4e52-81e6-53f7634dd301) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(66dd4f09-e01f-4e52-81e6-53f7634dd301) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/66dd4f09-e01f-4e52-81e6-53f7634dd301 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/24.tmp (integrity=sha256-b0rPNEXzpQ22OFjtaC11asx2j0+hLr7cAomd3VO69e0=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(66dd4f09-e01f-4e52-81e6-53f7634dd301): Upload complete of 1091 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901107) for http://localhost:42745/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901107http://localhost:42745/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/63a7b91a-4e16-41f8-8d76-ea9ebb6212b5 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/63a7b91a-4e16-41f8-8d76-ea9ebb6212b5 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(e227cdc2-3673-4fff-954e-e4394bb85b0e): Uploading 1221 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e227cdc2-3673-4fff-954e-e4394bb85b0e) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e227cdc2-3673-4fff-954e-e4394bb85b0e) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e227cdc2-3673-4fff-954e-e4394bb85b0e) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/e227cdc2-3673-4fff-954e-e4394bb85b0e ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/25.tmp (integrity=sha256-Oq8Qt4f/pNdOtT7Cz/P1buRr1KXcoKQUW+C9lCFg8YQ=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(e227cdc2-3673-4fff-954e-e4394bb85b0e): Upload complete of 1221 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901108) for http://localhost:42745/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901108http://localhost:42745/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/6b15ecdc-b6bd-4845-8a47-aee528663c0d -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/6b15ecdc-b6bd-4845-8a47-aee528663c0d ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(555465de-a754-43d6-9a97-3644be67f545): Uploading 1175 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(555465de-a754-43d6-9a97-3644be67f545) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(555465de-a754-43d6-9a97-3644be67f545) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(555465de-a754-43d6-9a97-3644be67f545) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/555465de-a754-43d6-9a97-3644be67f545 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/26.tmp (integrity=sha256-yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3+1GBRu4D0+Q=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(555465de-a754-43d6-9a97-3644be67f545): Upload complete of 1175 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901109) for http://localhost:42745/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901109http://localhost:42745/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/40a2d9ec-18f9-4087-9bbd-0835abd0a05d -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/40a2d9ec-18f9-4087-9bbd-0835abd0a05d ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(661ee84f-56a8-45cb-ab8b-fb0e4d2d0840): Uploading 1335 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(661ee84f-56a8-45cb-ab8b-fb0e4d2d0840) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(661ee84f-56a8-45cb-ab8b-fb0e4d2d0840) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(661ee84f-56a8-45cb-ab8b-fb0e4d2d0840) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/661ee84f-56a8-45cb-ab8b-fb0e4d2d0840 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/27.tmp (integrity=sha256-b/pemT3AQtkcxWYfWDVJk2/kTkEqjdt+oehmTIE02AM=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(661ee84f-56a8-45cb-ab8b-fb0e4d2d0840): Upload complete of 1335 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901110) for http://localhost:42745/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901110http://localhost:42745/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/557ebba3-5564-4354-b889-fc0f0b9e631a -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/557ebba3-5564-4354-b889-fc0f0b9e631a ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(2ec7db42-658a-4544-ad9a-8280aa58aa48): Uploading 1152 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(2ec7db42-658a-4544-ad9a-8280aa58aa48) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(2ec7db42-658a-4544-ad9a-8280aa58aa48) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(2ec7db42-658a-4544-ad9a-8280aa58aa48) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/2ec7db42-658a-4544-ad9a-8280aa58aa48 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/28.tmp (integrity=sha256-mfov8Hrp8eJ57UpQUEJ+8RVeKjq45a8ngANpAaLYR6w=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(2ec7db42-658a-4544-ad9a-8280aa58aa48): Upload complete of 1152 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901111) for http://localhost:42745/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901111http://localhost:42745/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/72a21adf-20ee-4aca-9f0c-310f19d5bf9d -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/72a21adf-20ee-4aca-9f0c-310f19d5bf9d ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(f86dc399-d258-47e0-8c02-f7b1e461dfaf): Uploading 1150 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(f86dc399-d258-47e0-8c02-f7b1e461dfaf) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(f86dc399-d258-47e0-8c02-f7b1e461dfaf) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(f86dc399-d258-47e0-8c02-f7b1e461dfaf) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/f86dc399-d258-47e0-8c02-f7b1e461dfaf ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/29.tmp (integrity=sha256-7xF1FYDJR0vQb3gRCLf5zGPh50+3WuGOhPKs9utqGUE=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(f86dc399-d258-47e0-8c02-f7b1e461dfaf): Upload complete of 1150 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901112) for http://localhost:42745/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901112http://localhost:42745/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/182dc895-ab3b-4c98-82d7-b770dc5f93da -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/182dc895-ab3b-4c98-82d7-b770dc5f93da ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(caeb3ed1-d6a4-497e-9ea2-336b09b389d7): Uploading 1142 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(caeb3ed1-d6a4-497e-9ea2-336b09b389d7) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(caeb3ed1-d6a4-497e-9ea2-336b09b389d7) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(caeb3ed1-d6a4-497e-9ea2-336b09b389d7) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/caeb3ed1-d6a4-497e-9ea2-336b09b389d7 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/30.tmp (integrity=sha256-s+jWsJZ/9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(caeb3ed1-d6a4-497e-9ea2-336b09b389d7): Upload complete of 1142 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901113) for http://localhost:42745/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901113http://localhost:42745/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/7bb16ee2-bb36-47cd-b6b1-d0cc69f54276 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/7bb16ee2-bb36-47cd-b6b1-d0cc69f54276 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(6b2d08a1-dea5-4e9c-a80e-9d02943dbe74): Uploading 1178 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(6b2d08a1-dea5-4e9c-a80e-9d02943dbe74) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(6b2d08a1-dea5-4e9c-a80e-9d02943dbe74) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(6b2d08a1-dea5-4e9c-a80e-9d02943dbe74) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/6b2d08a1-dea5-4e9c-a80e-9d02943dbe74 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/31.tmp (integrity=sha256-MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx+u3BdkYQ=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(6b2d08a1-dea5-4e9c-a80e-9d02943dbe74): Upload complete of 1178 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901114) for http://localhost:42745/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901114http://localhost:42745/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/b8fbd575-ca0c-487a-bb31-f38f40e8b9b3 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/b8fbd575-ca0c-487a-bb31-f38f40e8b9b3 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(34aa46f0-d7d2-46f2-842f-ea1cff9dba01): Uploading 1806 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(34aa46f0-d7d2-46f2-842f-ea1cff9dba01) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(34aa46f0-d7d2-46f2-842f-ea1cff9dba01) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(34aa46f0-d7d2-46f2-842f-ea1cff9dba01) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/34aa46f0-d7d2-46f2-842f-ea1cff9dba01 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/32.tmp (integrity=sha256-s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(34aa46f0-d7d2-46f2-842f-ea1cff9dba01): Upload complete of 1806 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901115) for http://localhost:42745/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901115http://localhost:42745/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/22594786-6d0e-4357-b7d8-4c4823b09ef7 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/22594786-6d0e-4357-b7d8-4c4823b09ef7 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(1b8bd3ee-360e-4c7e-a236-c3e7797a8f12): Uploading 1163 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1b8bd3ee-360e-4c7e-a236-c3e7797a8f12) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1b8bd3ee-360e-4c7e-a236-c3e7797a8f12) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1b8bd3ee-360e-4c7e-a236-c3e7797a8f12) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/1b8bd3ee-360e-4c7e-a236-c3e7797a8f12 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/33.tmp (integrity=sha256-UKuxu3Hz+fGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(1b8bd3ee-360e-4c7e-a236-c3e7797a8f12): Upload complete of 1163 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901116) for http://localhost:42745/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901116http://localhost:42745/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/2e8c929b-df7f-45b1-bf8e-8d80013889b1 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/2e8c929b-df7f-45b1-bf8e-8d80013889b1 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(543fbb30-c2ea-4007-8053-4c91b7b06198): Uploading 1059 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(543fbb30-c2ea-4007-8053-4c91b7b06198) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(543fbb30-c2ea-4007-8053-4c91b7b06198) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(543fbb30-c2ea-4007-8053-4c91b7b06198) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/543fbb30-c2ea-4007-8053-4c91b7b06198 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/34.tmp (integrity=sha256-3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt/TEE=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(543fbb30-c2ea-4007-8053-4c91b7b06198): Upload complete of 1059 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901117) for http://localhost:42745/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901117http://localhost:42745/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/30c4291c-7278-4d75-b189-d297943ff356 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/30c4291c-7278-4d75-b189-d297943ff356 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(3e2057ea-7af1-448a-b4a6-a13b8af8be18): Uploading 1059 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3e2057ea-7af1-448a-b4a6-a13b8af8be18) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3e2057ea-7af1-448a-b4a6-a13b8af8be18) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3e2057ea-7af1-448a-b4a6-a13b8af8be18) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/3e2057ea-7af1-448a-b4a6-a13b8af8be18 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/35.tmp (integrity=sha256-Rq39aiLMuqiP+0mPmeCr0C2QflhXTn//NEPZaPtsh7s=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(3e2057ea-7af1-448a-b4a6-a13b8af8be18): Upload complete of 1059 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901118) for http://localhost:42745/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901118http://localhost:42745/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/c657564c-2020-4dab-9e0f-387b9e9c9617 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/c657564c-2020-4dab-9e0f-387b9e9c9617 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(6e309e2e-ac86-4d84-b87a-0522de1acc90): Uploading 715 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(6e309e2e-ac86-4d84-b87a-0522de1acc90) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(6e309e2e-ac86-4d84-b87a-0522de1acc90) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(6e309e2e-ac86-4d84-b87a-0522de1acc90) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/6e309e2e-ac86-4d84-b87a-0522de1acc90 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/36.tmp (integrity=sha256-PjfwUp1+w6kzto+92J5gCGOUXTWvFUUHmzECFE26ZTI=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(6e309e2e-ac86-4d84-b87a-0522de1acc90): Upload complete of 715 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901119) for http://localhost:42745/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901119http://localhost:42745/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/5b5f02f6-2d94-4466-b3b1-55abde66c6b3 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/5b5f02f6-2d94-4466-b3b1-55abde66c6b3 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c4f683a4-166e-481d-978b-0d3c2f26275e): Uploading 10052 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #13 : SQLite Change Tracker: Changed tables=[TransferJobItem] ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c4f683a4-166e-481d-978b-0d3c2f26275e) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c4f683a4-166e-481d-978b-0d3c2f26275e) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c4f683a4-166e-481d-978b-0d3c2f26275e) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/c4f683a4-166e-481d-978b-0d3c2f26275e ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/37.tmp (integrity=sha256-h+jhrR+2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c4f683a4-166e-481d-978b-0d3c2f26275e): Upload complete of 10052 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901120) for http://localhost:42745/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901120http://localhost:42745/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/7604a4c9-b633-4b8a-af6a-88f967d861af -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/7604a4c9-b633-4b8a-af6a-88f967d861af ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(14ecfab2-d078-49e5-af0d-7e195bffc72a): Uploading 1970 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(14ecfab2-d078-49e5-af0d-7e195bffc72a) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(14ecfab2-d078-49e5-af0d-7e195bffc72a) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(14ecfab2-d078-49e5-af0d-7e195bffc72a) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/14ecfab2-d078-49e5-af0d-7e195bffc72a ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/38.tmp (integrity=sha256-vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(14ecfab2-d078-49e5-af0d-7e195bffc72a): Upload complete of 1970 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901121) for http://localhost:42745/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901121http://localhost:42745/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/e9d2a505-75ae-462f-a1e8-7f372387d377 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/e9d2a505-75ae-462f-a1e8-7f372387d377 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(d164cfcc-c1a1-4953-b5dd-229c83fc48ce): Uploading 3560 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d164cfcc-c1a1-4953-b5dd-229c83fc48ce) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d164cfcc-c1a1-4953-b5dd-229c83fc48ce) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d164cfcc-c1a1-4953-b5dd-229c83fc48ce) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/d164cfcc-c1a1-4953-b5dd-229c83fc48ce ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/39.tmp (integrity=sha256-2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(d164cfcc-c1a1-4953-b5dd-229c83fc48ce): Upload complete of 3560 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901122) for http://localhost:42745/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901122http://localhost:42745/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/c7a988b8-a6c2-41d3-9642-bad6748b68c1 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/c7a988b8-a6c2-41d3-9642-bad6748b68c1 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(68888ec3-46b1-42ca-bc22-7e66accf2b87): Uploading 1773 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(68888ec3-46b1-42ca-bc22-7e66accf2b87) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(68888ec3-46b1-42ca-bc22-7e66accf2b87) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(68888ec3-46b1-42ca-bc22-7e66accf2b87) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/68888ec3-46b1-42ca-bc22-7e66accf2b87 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/40.tmp (integrity=sha256-sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(68888ec3-46b1-42ca-bc22-7e66accf2b87): Upload complete of 1773 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901123) for http://localhost:42745/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901123http://localhost:42745/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/d98e8fd1-ffc2-45c5-b778-515df58f93fb -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/d98e8fd1-ffc2-45c5-b778-515df58f93fb ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(4bf0a65c-3e21-4346-9d5b-78f72a7eaae8): Uploading 11571 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4bf0a65c-3e21-4346-9d5b-78f72a7eaae8) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4bf0a65c-3e21-4346-9d5b-78f72a7eaae8) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4bf0a65c-3e21-4346-9d5b-78f72a7eaae8) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/4bf0a65c-3e21-4346-9d5b-78f72a7eaae8 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/41.tmp (integrity=sha256-Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad+Kk1mN4QiY=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(4bf0a65c-3e21-4346-9d5b-78f72a7eaae8): Upload complete of 11571 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901124) for http://localhost:42745/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901124http://localhost:42745/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/58e0ff2e-c331-4253-b543-d9d70d6f4b2f -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/58e0ff2e-c331-4253-b543-d9d70d6f4b2f ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(b8eeadc1-f5c5-40d5-907f-f74a0bbc216e): Uploading 36870 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(b8eeadc1-f5c5-40d5-907f-f74a0bbc216e) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(b8eeadc1-f5c5-40d5-907f-f74a0bbc216e) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(b8eeadc1-f5c5-40d5-907f-f74a0bbc216e) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/b8eeadc1-f5c5-40d5-907f-f74a0bbc216e ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/42.tmp (integrity=sha256-kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(b8eeadc1-f5c5-40d5-907f-f74a0bbc216e): Upload complete of 36870 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901125) for http://localhost:42745/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901125http://localhost:42745/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/0d9d152c-a9fe-4fe9-98db-84e93960f469 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/0d9d152c-a9fe-4fe9-98db-84e93960f469 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(fd1dc78d-3380-49b5-9fe2-cdab78664a14): Uploading 2536 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(fd1dc78d-3380-49b5-9fe2-cdab78664a14) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(fd1dc78d-3380-49b5-9fe2-cdab78664a14) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(fd1dc78d-3380-49b5-9fe2-cdab78664a14) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/fd1dc78d-3380-49b5-9fe2-cdab78664a14 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/43.tmp (integrity=sha256-eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(fd1dc78d-3380-49b5-9fe2-cdab78664a14): Upload complete of 2536 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901126) for http://localhost:42745/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901126http://localhost:42745/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/0edd6d14-1ebe-440d-9f38-e6fa593be4a7 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/0edd6d14-1ebe-440d-9f38-e6fa593be4a7 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(d426ea6a-74bd-4f3f-a88e-8bbaf9dd0594): Uploading 6098 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d426ea6a-74bd-4f3f-a88e-8bbaf9dd0594) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d426ea6a-74bd-4f3f-a88e-8bbaf9dd0594) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d426ea6a-74bd-4f3f-a88e-8bbaf9dd0594) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/d426ea6a-74bd-4f3f-a88e-8bbaf9dd0594 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/44.tmp (integrity=sha256-XNfsFzpMGtyUb4cp+ZP4sbwRpfi+BGbF07psv2MPtA4=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(d426ea6a-74bd-4f3f-a88e-8bbaf9dd0594): Upload complete of 6098 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901127) for http://localhost:42745/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901127http://localhost:42745/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/dd8dd897-5ee4-48b2-8868-70030389d0cd -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/dd8dd897-5ee4-48b2-8868-70030389d0cd ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(34ea11bc-97e6-42ac-9e30-c8fee3d07889): Uploading 9182 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(34ea11bc-97e6-42ac-9e30-c8fee3d07889) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(34ea11bc-97e6-42ac-9e30-c8fee3d07889) receive request ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(34ea11bc-97e6-42ac-9e30-c8fee3d07889) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/34ea11bc-97e6-42ac-9e30-c8fee3d07889 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/45.tmp (integrity=sha256-GslQZC/V0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8=) ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(34ea11bc-97e6-42ac-9e30-c8fee3d07889): Upload complete of 9182 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901128) for http://localhost:42745/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901128http://localhost:42745/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/aaf5fb1c-e488-47b1-8467-16ae960de432 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/aaf5fb1c-e488-47b1-8467-16ae960de432 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(9ba215d2-4676-4479-ab06-2716536cb07e): Uploading 5993 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNJul 31, 2025 1:55:01 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(9ba215d2-4676-4479-ab06-2716536cb07e) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(9ba215d2-4676-4479-ab06-2716536cb07e) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(9ba215d2-4676-4479-ab06-2716536cb07e) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/9ba215d2-4676-4479-ab06-2716536cb07e ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/46.tmp (integrity=sha256-mvg3xbJ3LnwZdOssam2+vdSJ1/LWFX7/lxFJVciB6lg=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(9ba215d2-4676-4479-ab06-2716536cb07e): Upload complete of 5993 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901129) for http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901129http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/0664f89a-a1a2-4e13-9dcb-31c5e35ea7c6 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/0664f89a-a1a2-4e13-9dcb-31c5e35ea7c6 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(2eadcaac-9955-46dc-8582-6c7858d34741): Uploading 6332 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(2eadcaac-9955-46dc-8582-6c7858d34741) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(2eadcaac-9955-46dc-8582-6c7858d34741) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(2eadcaac-9955-46dc-8582-6c7858d34741) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/2eadcaac-9955-46dc-8582-6c7858d34741 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/47.tmp (integrity=sha256-MAqsHQLxvTtVgSONw2nt+i52FKAKxkPqHKZN3dVehag=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(2eadcaac-9955-46dc-8582-6c7858d34741): Upload complete of 6332 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901130) for http://localhost:42745/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901130http://localhost:42745/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/6f3d7720-ad9c-4a37-8b33-1a58216de1f8 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/6f3d7720-ad9c-4a37-8b33-1a58216de1f8 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(81b2a035-2c8f-45b1-9d44-0e00501a1388): Uploading 6032 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(81b2a035-2c8f-45b1-9d44-0e00501a1388) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(81b2a035-2c8f-45b1-9d44-0e00501a1388) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(81b2a035-2c8f-45b1-9d44-0e00501a1388) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/81b2a035-2c8f-45b1-9d44-0e00501a1388 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/48.tmp (integrity=sha256-iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(81b2a035-2c8f-45b1-9d44-0e00501a1388): Upload complete of 6032 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901131) for http://localhost:42745/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901131http://localhost:42745/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/49d13298-f938-47c1-9674-8bbe1441db12 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/49d13298-f938-47c1-9674-8bbe1441db12 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(f92f8b67-ac8a-46ff-8562-f040d3a24b2f): Uploading 6734 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(f92f8b67-ac8a-46ff-8562-f040d3a24b2f) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(f92f8b67-ac8a-46ff-8562-f040d3a24b2f) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(f92f8b67-ac8a-46ff-8562-f040d3a24b2f) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/f92f8b67-ac8a-46ff-8562-f040d3a24b2f ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/49.tmp (integrity=sha256-82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(f92f8b67-ac8a-46ff-8562-f040d3a24b2f): Upload complete of 6734 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901132) for http://localhost:42745/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901132http://localhost:42745/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/6fb8d02d-85f1-41c9-b60d-3e2e7d9abef0 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/6fb8d02d-85f1-41c9-b60d-3e2e7d9abef0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(4d09646b-63d1-4e12-808d-0f53fa7e35c8): Uploading 9260 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4d09646b-63d1-4e12-808d-0f53fa7e35c8) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4d09646b-63d1-4e12-808d-0f53fa7e35c8) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4d09646b-63d1-4e12-808d-0f53fa7e35c8) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/4d09646b-63d1-4e12-808d-0f53fa7e35c8 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/50.tmp (integrity=sha256-Q/y6R172KY9YPbOiNMSixqoh8QjGcQtM+rFsRKO2bE8=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(4d09646b-63d1-4e12-808d-0f53fa7e35c8): Upload complete of 9260 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901133) for http://localhost:42745/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901133http://localhost:42745/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/263996a6-abf5-4a52-829a-f7ae43b69245 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/263996a6-abf5-4a52-829a-f7ae43b69245 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(2b761a5d-a390-43fa-ba9f-bb8129da17d4): Uploading 6574 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(2b761a5d-a390-43fa-ba9f-bb8129da17d4) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(2b761a5d-a390-43fa-ba9f-bb8129da17d4) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(2b761a5d-a390-43fa-ba9f-bb8129da17d4) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/2b761a5d-a390-43fa-ba9f-bb8129da17d4 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/51.tmp (integrity=sha256-vBVhVK0Ik2c9Bvwl+lAPy96DxOyTL2+keUcQmCA/rq0=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(2b761a5d-a390-43fa-ba9f-bb8129da17d4): Upload complete of 6574 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901134) for http://localhost:42745/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901134http://localhost:42745/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/4ff482de-5c50-4f1d-a0a3-0c438e7ea029 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/4ff482de-5c50-4f1d-a0a3-0c438e7ea029 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(d05aefa3-d458-4364-b23d-dd38e5fe9a29): Uploading 5882 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d05aefa3-d458-4364-b23d-dd38e5fe9a29) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d05aefa3-d458-4364-b23d-dd38e5fe9a29) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d05aefa3-d458-4364-b23d-dd38e5fe9a29) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/d05aefa3-d458-4364-b23d-dd38e5fe9a29 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/52.tmp (integrity=sha256-/x3Wsw8+wpZRU2JIVcrL33nrHQV17lCsxuRemUqet54=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(d05aefa3-d458-4364-b23d-dd38e5fe9a29): Upload complete of 5882 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901135) for http://localhost:42745/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901135http://localhost:42745/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/e0ef63c3-8037-484a-a859-ae8d69d3e4be -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/e0ef63c3-8037-484a-a859-ae8d69d3e4be ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(7ce1bb19-a876-4bc3-89e5-11744ee427d6): Uploading 6506 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(7ce1bb19-a876-4bc3-89e5-11744ee427d6) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(7ce1bb19-a876-4bc3-89e5-11744ee427d6) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(7ce1bb19-a876-4bc3-89e5-11744ee427d6) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/7ce1bb19-a876-4bc3-89e5-11744ee427d6 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/53.tmp (integrity=sha256-8NYR/hsIIjp/PKQLuUNyeWjGcw9Ffd0e82E28xODp0k=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(7ce1bb19-a876-4bc3-89e5-11744ee427d6): Upload complete of 6506 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901136) for http://localhost:42745/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901136http://localhost:42745/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/b55212a3-9d06-4c08-b0e2-4662ff4e040c -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/b55212a3-9d06-4c08-b0e2-4662ff4e040c ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(025fd715-41cd-467b-9c95-d3467794251e): Uploading 6185 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(025fd715-41cd-467b-9c95-d3467794251e) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(025fd715-41cd-467b-9c95-d3467794251e) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(025fd715-41cd-467b-9c95-d3467794251e) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/025fd715-41cd-467b-9c95-d3467794251e ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/54.tmp (integrity=sha256-oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3+WONWHQ=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(025fd715-41cd-467b-9c95-d3467794251e): Upload complete of 6185 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901137) for http://localhost:42745/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901137http://localhost:42745/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/1eabbb6e-93d2-44d6-b10d-d6b44c46a622 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/1eabbb6e-93d2-44d6-b10d-d6b44c46a622 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(23c52514-8953-4bfa-94a8-9dfaafb3b923): Uploading 6547 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(23c52514-8953-4bfa-94a8-9dfaafb3b923) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(23c52514-8953-4bfa-94a8-9dfaafb3b923) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(23c52514-8953-4bfa-94a8-9dfaafb3b923) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/23c52514-8953-4bfa-94a8-9dfaafb3b923 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/55.tmp (integrity=sha256-K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(23c52514-8953-4bfa-94a8-9dfaafb3b923): Upload complete of 6547 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901138) for http://localhost:42745/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901138http://localhost:42745/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/ea4bf874-92ec-48a3-9772-a8fbaa579c0d -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/ea4bf874-92ec-48a3-9772-a8fbaa579c0d ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(aa83ec2b-ae2f-4930-8e90-dddf3153acab): Uploading 6852 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(aa83ec2b-ae2f-4930-8e90-dddf3153acab) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(aa83ec2b-ae2f-4930-8e90-dddf3153acab) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(aa83ec2b-ae2f-4930-8e90-dddf3153acab) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/aa83ec2b-ae2f-4930-8e90-dddf3153acab ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/56.tmp (integrity=sha256-cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(aa83ec2b-ae2f-4930-8e90-dddf3153acab): Upload complete of 6852 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901139) for http://localhost:42745/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901139http://localhost:42745/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/dd826fe0-2044-4436-ba67-d63089730bb4 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/dd826fe0-2044-4436-ba67-d63089730bb4 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(abdcb6da-6ea4-469a-9290-17f3e74ed8f1): Uploading 6253 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(abdcb6da-6ea4-469a-9290-17f3e74ed8f1) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(abdcb6da-6ea4-469a-9290-17f3e74ed8f1) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(abdcb6da-6ea4-469a-9290-17f3e74ed8f1) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/abdcb6da-6ea4-469a-9290-17f3e74ed8f1 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/57.tmp (integrity=sha256-tnKOTsJNsJ1igF6lTizkpOyMKbYWZe+dVsGZzjKfNTc=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(abdcb6da-6ea4-469a-9290-17f3e74ed8f1): Upload complete of 6253 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901140) for http://localhost:42745/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901140http://localhost:42745/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/a8ba1560-841b-4efd-9ccf-3d06837fc945 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/a8ba1560-841b-4efd-9ccf-3d06837fc945 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(84bb9787-b993-46a2-97c3-833c8c2a2712): Uploading 6522 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(84bb9787-b993-46a2-97c3-833c8c2a2712) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(84bb9787-b993-46a2-97c3-833c8c2a2712) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(84bb9787-b993-46a2-97c3-833c8c2a2712) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/84bb9787-b993-46a2-97c3-833c8c2a2712 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/58.tmp (integrity=sha256-cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(84bb9787-b993-46a2-97c3-833c8c2a2712): Upload complete of 6522 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901141) for http://localhost:42745/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901141http://localhost:42745/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/230d0d1a-f74b-43b1-b6b4-1fab0e028dc7 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/230d0d1a-f74b-43b1-b6b4-1fab0e028dc7 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c31f781a-d6ed-446c-9be6-590f9ebc6a93): Uploading 6036 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c31f781a-d6ed-446c-9be6-590f9ebc6a93) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c31f781a-d6ed-446c-9be6-590f9ebc6a93) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c31f781a-d6ed-446c-9be6-590f9ebc6a93) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/c31f781a-d6ed-446c-9be6-590f9ebc6a93 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/59.tmp (integrity=sha256-lxzYcB9KSB/Ykf7kHHM4ZRcTEbModiVoT3lAhJxL3mA=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c31f781a-d6ed-446c-9be6-590f9ebc6a93): Upload complete of 6036 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901142) for http://localhost:42745/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901142http://localhost:42745/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/42443e4c-205f-4cd3-b177-65701990335c -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/42443e4c-205f-4cd3-b177-65701990335c ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(b33fab0c-6365-4deb-9983-d8d44c407dea): Uploading 6274 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(b33fab0c-6365-4deb-9983-d8d44c407dea) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(b33fab0c-6365-4deb-9983-d8d44c407dea) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(b33fab0c-6365-4deb-9983-d8d44c407dea) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/b33fab0c-6365-4deb-9983-d8d44c407dea ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/60.tmp (integrity=sha256-Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(b33fab0c-6365-4deb-9983-d8d44c407dea): Upload complete of 6274 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901143) for http://localhost:42745/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901143http://localhost:42745/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/d5a4dd02-19c2-4a9e-bf7e-8f975c93db4d -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/d5a4dd02-19c2-4a9e-bf7e-8f975c93db4d ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(fbe2054a-f573-4e2b-8151-faaf82c7c45e): Uploading 6046 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(fbe2054a-f573-4e2b-8151-faaf82c7c45e) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(fbe2054a-f573-4e2b-8151-faaf82c7c45e) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(fbe2054a-f573-4e2b-8151-faaf82c7c45e) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/fbe2054a-f573-4e2b-8151-faaf82c7c45e ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/61.tmp (integrity=sha256-vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(fbe2054a-f573-4e2b-8151-faaf82c7c45e): Upload complete of 6046 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901144) for http://localhost:42745/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901144http://localhost:42745/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/daa4cb62-e91e-4302-8f3b-4c26ba0a3290 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/daa4cb62-e91e-4302-8f3b-4c26ba0a3290 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(5418056f-6d16-4c4d-9955-321cfe48cd61): Uploading 6250 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(5418056f-6d16-4c4d-9955-321cfe48cd61) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(5418056f-6d16-4c4d-9955-321cfe48cd61) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(5418056f-6d16-4c4d-9955-321cfe48cd61) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/5418056f-6d16-4c4d-9955-321cfe48cd61 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/62.tmp (integrity=sha256-Cxs1ShEiNfLO/U/vt3ziCc6g7XCCt3cXpLKqS0NW9p0=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(5418056f-6d16-4c4d-9955-321cfe48cd61): Upload complete of 6250 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901145) for http://localhost:42745/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901145http://localhost:42745/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/6e2f57a2-008e-4556-b3c5-5854c0254dd5 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/6e2f57a2-008e-4556-b3c5-5854c0254dd5 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(253decf0-a5b3-4621-ac76-30a9bbdd539b): Uploading 8742 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(253decf0-a5b3-4621-ac76-30a9bbdd539b) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(253decf0-a5b3-4621-ac76-30a9bbdd539b) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(253decf0-a5b3-4621-ac76-30a9bbdd539b) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/253decf0-a5b3-4621-ac76-30a9bbdd539b ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/63.tmp (integrity=sha256-hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(253decf0-a5b3-4621-ac76-30a9bbdd539b): Upload complete of 8742 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901146) for http://localhost:42745/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901146http://localhost:42745/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/12eb8fb2-4db0-4615-be77-1aa915fc00db -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/12eb8fb2-4db0-4615-be77-1aa915fc00db ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(8de5dc46-b698-4f27-a87c-2d8c9e857574): Uploading 6307 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8de5dc46-b698-4f27-a87c-2d8c9e857574) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8de5dc46-b698-4f27-a87c-2d8c9e857574) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8de5dc46-b698-4f27-a87c-2d8c9e857574) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/8de5dc46-b698-4f27-a87c-2d8c9e857574 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/64.tmp (integrity=sha256-I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(8de5dc46-b698-4f27-a87c-2d8c9e857574): Upload complete of 6307 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901147) for http://localhost:42745/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901147http://localhost:42745/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/09de37f3-0800-4801-b7ca-031653fd859e -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/09de37f3-0800-4801-b7ca-031653fd859e ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(4cfe0fea-0741-4045-927f-009f218b3568): Uploading 6154 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4cfe0fea-0741-4045-927f-009f218b3568) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4cfe0fea-0741-4045-927f-009f218b3568) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4cfe0fea-0741-4045-927f-009f218b3568) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/4cfe0fea-0741-4045-927f-009f218b3568 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/65.tmp (integrity=sha256-dlAewQPKn9t0EDFTEm5ltRQT+WrMBBErX1LZM6zfIc0=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(4cfe0fea-0741-4045-927f-009f218b3568): Upload complete of 6154 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901148) for http://localhost:42745/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901148http://localhost:42745/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/7e152b7a-d7fe-41fd-93c5-6b8aec640868 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/7e152b7a-d7fe-41fd-93c5-6b8aec640868 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(bece8d1e-80a6-4f8a-b393-1a0d6b9bb5fc): Uploading 8669 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(bece8d1e-80a6-4f8a-b393-1a0d6b9bb5fc) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(bece8d1e-80a6-4f8a-b393-1a0d6b9bb5fc) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(bece8d1e-80a6-4f8a-b393-1a0d6b9bb5fc) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/bece8d1e-80a6-4f8a-b393-1a0d6b9bb5fc ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/66.tmp (integrity=sha256-ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(bece8d1e-80a6-4f8a-b393-1a0d6b9bb5fc): Upload complete of 8669 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901149) for http://localhost:42745/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901149http://localhost:42745/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/539addd0-a1f2-49cf-84bd-82ddbecafc97 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/539addd0-a1f2-49cf-84bd-82ddbecafc97 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(69236982-7f30-4664-8651-2167822e8011): Uploading 6901 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(69236982-7f30-4664-8651-2167822e8011) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(69236982-7f30-4664-8651-2167822e8011) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(69236982-7f30-4664-8651-2167822e8011) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/69236982-7f30-4664-8651-2167822e8011 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/67.tmp (integrity=sha256-8l+WWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(69236982-7f30-4664-8651-2167822e8011): Upload complete of 6901 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901150) for http://localhost:42745/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901150http://localhost:42745/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/94b7beb3-4fcd-4d13-ac81-ba8bac2d35ed -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/94b7beb3-4fcd-4d13-ac81-ba8bac2d35ed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(5b438b02-9bcb-4bd0-915c-5c21733a5c05): Uploading 5848 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(5b438b02-9bcb-4bd0-915c-5c21733a5c05) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(5b438b02-9bcb-4bd0-915c-5c21733a5c05) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(5b438b02-9bcb-4bd0-915c-5c21733a5c05) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/5b438b02-9bcb-4bd0-915c-5c21733a5c05 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/68.tmp (integrity=sha256-+IRZ4//V1GOWQ9KLtbzgE+NbhhRBycosRc64B97TKj4=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(5b438b02-9bcb-4bd0-915c-5c21733a5c05): Upload complete of 5848 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901151) for http://localhost:42745/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901151http://localhost:42745/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/5e9c8f8d-40ba-4557-b78d-8d633130bb32 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/5e9c8f8d-40ba-4557-b78d-8d633130bb32 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c293080a-2de2-4c03-8380-b81507f93ea4): Uploading 1101 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c293080a-2de2-4c03-8380-b81507f93ea4) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c293080a-2de2-4c03-8380-b81507f93ea4) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c293080a-2de2-4c03-8380-b81507f93ea4) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/c293080a-2de2-4c03-8380-b81507f93ea4 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/69.tmp (integrity=sha256-V+lxWB0nxel8r7ylMgw556l/VPsMO29I16T/DgO8NMQ=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c293080a-2de2-4c03-8380-b81507f93ea4): Upload complete of 1101 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901152) for http://localhost:42745/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901152http://localhost:42745/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/dadc9efb-00bb-4775-ac5d-4db69ab239b4 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/dadc9efb-00bb-4775-ac5d-4db69ab239b4 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(20286a89-ba59-44b6-a5d8-08fe4cf6af47): Uploading 12010 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(20286a89-ba59-44b6-a5d8-08fe4cf6af47) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(20286a89-ba59-44b6-a5d8-08fe4cf6af47) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(20286a89-ba59-44b6-a5d8-08fe4cf6af47) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/20286a89-ba59-44b6-a5d8-08fe4cf6af47 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/70.tmp (integrity=sha256-uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(20286a89-ba59-44b6-a5d8-08fe4cf6af47): Upload complete of 12010 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901153) for http://localhost:42745/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901153http://localhost:42745/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/c846fdbb-e834-4e35-a14e-988e74558bb7 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/c846fdbb-e834-4e35-a14e-988e74558bb7 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(5631eb1f-4db0-4ffb-b59c-f9b9e51a2f1b): Uploading 1141 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(5631eb1f-4db0-4ffb-b59c-f9b9e51a2f1b) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(5631eb1f-4db0-4ffb-b59c-f9b9e51a2f1b) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(5631eb1f-4db0-4ffb-b59c-f9b9e51a2f1b) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/5631eb1f-4db0-4ffb-b59c-f9b9e51a2f1b ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/71.tmp (integrity=sha256-pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(5631eb1f-4db0-4ffb-b59c-f9b9e51a2f1b): Upload complete of 1141 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901154) for http://localhost:42745/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901154http://localhost:42745/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/d98784f6-8302-4917-9442-38ce31f6a0be -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/d98784f6-8302-4917-9442-38ce31f6a0be ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c38b59c2-596c-4ebb-ae79-8b1d27df5047): Uploading 16800 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c38b59c2-596c-4ebb-ae79-8b1d27df5047) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c38b59c2-596c-4ebb-ae79-8b1d27df5047) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c38b59c2-596c-4ebb-ae79-8b1d27df5047) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/c38b59c2-596c-4ebb-ae79-8b1d27df5047 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/72.tmp (integrity=sha256-Wmgp+1s82IIY+jX9o7lYcOJS1QrGlZC0PpACTzQwl6M=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c38b59c2-596c-4ebb-ae79-8b1d27df5047): Upload complete of 16800 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901155) for http://localhost:42745/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901155http://localhost:42745/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/7f850f16-4650-4306-a276-a8219d0eb493 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/7f850f16-4650-4306-a276-a8219d0eb493 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(492e8bda-f2ad-4081-9152-a7adb65fd722): Uploading 63288 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(492e8bda-f2ad-4081-9152-a7adb65fd722) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(492e8bda-f2ad-4081-9152-a7adb65fd722) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(492e8bda-f2ad-4081-9152-a7adb65fd722) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/492e8bda-f2ad-4081-9152-a7adb65fd722 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/73.tmp (integrity=sha256-sHxTh3q3+dRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(492e8bda-f2ad-4081-9152-a7adb65fd722): Upload complete of 63288 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901156) for http://localhost:42745/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901156http://localhost:42745/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/4f9d05bd-424b-4886-a693-97252a90b456 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/4f9d05bd-424b-4886-a693-97252a90b456 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(e4e75eb4-28c0-45be-8c88-2bb745f7bb2e): Uploading 16652 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #15 : SQLite Change Tracker: Changed tables=[TransferJobItem] ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e4e75eb4-28c0-45be-8c88-2bb745f7bb2e) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e4e75eb4-28c0-45be-8c88-2bb745f7bb2e) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e4e75eb4-28c0-45be-8c88-2bb745f7bb2e) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/e4e75eb4-28c0-45be-8c88-2bb745f7bb2e ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/74.tmp (integrity=sha256-Y3nFU5/VYE71u5aj3293uK2rbUrlZ/wwvObLZ8QhuYQ=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(e4e75eb4-28c0-45be-8c88-2bb745f7bb2e): Upload complete of 16652 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901157) for http://localhost:42745/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901157http://localhost:42745/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/2420b4a0-df11-484b-b3e1-f73db4b0bacc -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/2420b4a0-df11-484b-b3e1-f73db4b0bacc ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(e1e9e1a0-60b0-479c-93ae-d2a4264bade2): Uploading 16728 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e1e9e1a0-60b0-479c-93ae-d2a4264bade2) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e1e9e1a0-60b0-479c-93ae-d2a4264bade2) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e1e9e1a0-60b0-479c-93ae-d2a4264bade2) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/e1e9e1a0-60b0-479c-93ae-d2a4264bade2 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/75.tmp (integrity=sha256-zBbaSmjEFvS6KUk8SEwgYyykdXC+UFyhY9//LwqO8Z0=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(e1e9e1a0-60b0-479c-93ae-d2a4264bade2): Upload complete of 16728 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901158) for http://localhost:42745/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901158http://localhost:42745/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/6ed0eb11-ac18-4066-bd1d-61dd66cb9ff5 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/6ed0eb11-ac18-4066-bd1d-61dd66cb9ff5 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(42663cbc-f3b1-4684-bba6-7c950956bee3): Uploading 246 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(42663cbc-f3b1-4684-bba6-7c950956bee3) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(42663cbc-f3b1-4684-bba6-7c950956bee3) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(42663cbc-f3b1-4684-bba6-7c950956bee3) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/42663cbc-f3b1-4684-bba6-7c950956bee3 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/76.tmp (integrity=sha256-u+LJFVTcY/MEnXDPx/jDr74kdKvSL0fNYsVaoucWMS0=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(42663cbc-f3b1-4684-bba6-7c950956bee3): Upload complete of 246 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901159) for http://localhost:42745/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901159http://localhost:42745/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/fdbdf256-cf12-44ff-9858-373744d0482b -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/fdbdf256-cf12-44ff-9858-373744d0482b ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(eab6231e-a9b2-43ea-8fe6-242cd0bd37ab): Uploading 360 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(eab6231e-a9b2-43ea-8fe6-242cd0bd37ab) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(eab6231e-a9b2-43ea-8fe6-242cd0bd37ab) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(eab6231e-a9b2-43ea-8fe6-242cd0bd37ab) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/eab6231e-a9b2-43ea-8fe6-242cd0bd37ab ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/77.tmp (integrity=sha256-eo8K7m5KF0iRfYzWDplfji/fxUb9GlUHqqY6IuMrLc4=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(eab6231e-a9b2-43ea-8fe6-242cd0bd37ab): Upload complete of 360 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901160) for http://localhost:42745/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901160http://localhost:42745/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/55d396bf-9c54-44c5-8658-e9bb569a987a -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/55d396bf-9c54-44c5-8658-e9bb569a987a ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(0ddbfb39-c5ba-400e-9624-0e3bf2e8f569): Uploading 1169 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(0ddbfb39-c5ba-400e-9624-0e3bf2e8f569) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(0ddbfb39-c5ba-400e-9624-0e3bf2e8f569) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(0ddbfb39-c5ba-400e-9624-0e3bf2e8f569) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/0ddbfb39-c5ba-400e-9624-0e3bf2e8f569 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/78.tmp (integrity=sha256-/qULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK/x8URU=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(0ddbfb39-c5ba-400e-9624-0e3bf2e8f569): Upload complete of 1169 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901161) for http://localhost:42745/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901161http://localhost:42745/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/0e567abc-2b92-445a-8e1f-443ff4e0a306 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/0e567abc-2b92-445a-8e1f-443ff4e0a306 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(1f4a25ee-c944-4a2e-ae1c-d80d7d71ff68): Uploading 3537 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1f4a25ee-c944-4a2e-ae1c-d80d7d71ff68) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1f4a25ee-c944-4a2e-ae1c-d80d7d71ff68) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1f4a25ee-c944-4a2e-ae1c-d80d7d71ff68) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/1f4a25ee-c944-4a2e-ae1c-d80d7d71ff68 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/79.tmp (integrity=sha256-ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(1f4a25ee-c944-4a2e-ae1c-d80d7d71ff68): Upload complete of 3537 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901162) for http://localhost:42745/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901162http://localhost:42745/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/0e77a1b2-06f4-4c06-a7f3-d9ed72a41b42 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/0e77a1b2-06f4-4c06-a7f3-d9ed72a41b42 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(084a3f1b-95c4-4cc6-8e01-ab3e1c790a88): Uploading 478 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(084a3f1b-95c4-4cc6-8e01-ab3e1c790a88) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(084a3f1b-95c4-4cc6-8e01-ab3e1c790a88) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(084a3f1b-95c4-4cc6-8e01-ab3e1c790a88) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/084a3f1b-95c4-4cc6-8e01-ab3e1c790a88 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/80.tmp (integrity=sha256-C1W33ZET4v+aPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(084a3f1b-95c4-4cc6-8e01-ab3e1c790a88): Upload complete of 478 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901163) for http://localhost:42745/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901163http://localhost:42745/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/530a75cd-dd09-4618-8393-c0b6b7151123 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/530a75cd-dd09-4618-8393-c0b6b7151123 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(471b6c5c-63cb-4155-83a8-fe825f06972e): Uploading 1465 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(471b6c5c-63cb-4155-83a8-fe825f06972e) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(471b6c5c-63cb-4155-83a8-fe825f06972e) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(471b6c5c-63cb-4155-83a8-fe825f06972e) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/471b6c5c-63cb-4155-83a8-fe825f06972e ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/81.tmp (integrity=sha256-jGvo9dP2a+kzienoeQzWSLnGKfWhYB2XjsFOuELmW28=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(471b6c5c-63cb-4155-83a8-fe825f06972e): Upload complete of 1465 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901164) for http://localhost:42745/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901164http://localhost:42745/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/67ba122f-2fab-4bcd-b47b-f209a758428d -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/67ba122f-2fab-4bcd-b47b-f209a758428d ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(01d000a8-9be6-4462-9621-b579793bb7e7): Uploading 835 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(01d000a8-9be6-4462-9621-b579793bb7e7) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(01d000a8-9be6-4462-9621-b579793bb7e7) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(01d000a8-9be6-4462-9621-b579793bb7e7) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/01d000a8-9be6-4462-9621-b579793bb7e7 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/82.tmp (integrity=sha256-+F9Tlt29TsSXmyq/WyZ63J8R6bqXkujcv5KBRzPQ+WU=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(01d000a8-9be6-4462-9621-b579793bb7e7): Upload complete of 835 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901165) for http://localhost:42745/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901165http://localhost:42745/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/4c742523-dd71-4ba1-9a99-acb7e59ffbd6 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/4c742523-dd71-4ba1-9a99-acb7e59ffbd6 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(032cf4bb-eb4d-4ce2-a6c7-94e911389e58): Uploading 3536 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(032cf4bb-eb4d-4ce2-a6c7-94e911389e58) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(032cf4bb-eb4d-4ce2-a6c7-94e911389e58) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(032cf4bb-eb4d-4ce2-a6c7-94e911389e58) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/032cf4bb-eb4d-4ce2-a6c7-94e911389e58 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/83.tmp (integrity=sha256-xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(032cf4bb-eb4d-4ce2-a6c7-94e911389e58): Upload complete of 3536 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901166) for http://localhost:42745/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901166http://localhost:42745/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/4fa81f75-0030-4cb5-aea3-cbdf0ee8cd38 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/4fa81f75-0030-4cb5-aea3-cbdf0ee8cd38 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(1038e6ae-2734-40c4-9ab7-999043acda54): Uploading 633 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1038e6ae-2734-40c4-9ab7-999043acda54) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1038e6ae-2734-40c4-9ab7-999043acda54) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1038e6ae-2734-40c4-9ab7-999043acda54) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/1038e6ae-2734-40c4-9ab7-999043acda54 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/84.tmp (integrity=sha256-EkHf/CGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(1038e6ae-2734-40c4-9ab7-999043acda54): Upload complete of 633 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901167) for http://localhost:42745/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901167http://localhost:42745/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/1cf2d821-0a71-4c9c-8c49-304b69d79b5d -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/1cf2d821-0a71-4c9c-8c49-304b69d79b5d ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(9373e600-f248-40c7-a2b4-402486767576): Uploading 639 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(9373e600-f248-40c7-a2b4-402486767576) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(9373e600-f248-40c7-a2b4-402486767576) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(9373e600-f248-40c7-a2b4-402486767576) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/9373e600-f248-40c7-a2b4-402486767576 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/85.tmp (integrity=sha256-vOWepUFkWRq8r0+HZF7AzG8DLHriKMfWpiogMq/FD4s=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(9373e600-f248-40c7-a2b4-402486767576): Upload complete of 639 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901168) for http://localhost:42745/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901168http://localhost:42745/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/9e3ebd7a-8f37-4590-9dbb-23b814c3b95d -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/9e3ebd7a-8f37-4590-9dbb-23b814c3b95d ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c58b91a6-e71d-46cd-b4c8-485b84213b63): Uploading 1127 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c58b91a6-e71d-46cd-b4c8-485b84213b63) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c58b91a6-e71d-46cd-b4c8-485b84213b63) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c58b91a6-e71d-46cd-b4c8-485b84213b63) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/c58b91a6-e71d-46cd-b4c8-485b84213b63 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/86.tmp (integrity=sha256-R0W8u8HlP/sgKWKJ2Q26/MLf5xdmrjzBL5IEPnV34JA=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c58b91a6-e71d-46cd-b4c8-485b84213b63): Upload complete of 1127 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901169) for http://localhost:42745/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901169http://localhost:42745/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/6897fa79-6280-4ff9-ab46-6b064c055b4a -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/6897fa79-6280-4ff9-ab46-6b064c055b4a ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(4a1d7cc7-5cd6-4763-bfe1-3ae8b52a3f7c): Uploading 1073 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4a1d7cc7-5cd6-4763-bfe1-3ae8b52a3f7c) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4a1d7cc7-5cd6-4763-bfe1-3ae8b52a3f7c) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4a1d7cc7-5cd6-4763-bfe1-3ae8b52a3f7c) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/4a1d7cc7-5cd6-4763-bfe1-3ae8b52a3f7c ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/87.tmp (integrity=sha256-yD2T/jRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(4a1d7cc7-5cd6-4763-bfe1-3ae8b52a3f7c): Upload complete of 1073 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901170) for http://localhost:42745/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901170http://localhost:42745/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/6ec96ab6-9c9d-4f6a-827a-ec05411de6e7 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/6ec96ab6-9c9d-4f6a-827a-ec05411de6e7 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(289b4370-dbf2-465b-ac72-42c2f7445391): Uploading 1841 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(289b4370-dbf2-465b-ac72-42c2f7445391) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(289b4370-dbf2-465b-ac72-42c2f7445391) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(289b4370-dbf2-465b-ac72-42c2f7445391) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/289b4370-dbf2-465b-ac72-42c2f7445391 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/88.tmp (integrity=sha256-DMle631prFri4uxxxxdON0FHQFOdiUt+W/6/vFfKmKI=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(289b4370-dbf2-465b-ac72-42c2f7445391): Upload complete of 1841 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901171) for http://localhost:42745/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901171http://localhost:42745/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/e16228d9-fb47-4d54-8939-a90e6609a4d4 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/e16228d9-fb47-4d54-8939-a90e6609a4d4 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(98864e01-c2ee-42fa-b4fb-496c70e2c921): Uploading 4752 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(98864e01-c2ee-42fa-b4fb-496c70e2c921) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(98864e01-c2ee-42fa-b4fb-496c70e2c921) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(98864e01-c2ee-42fa-b4fb-496c70e2c921) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/98864e01-c2ee-42fa-b4fb-496c70e2c921 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/89.tmp (integrity=sha256-Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(98864e01-c2ee-42fa-b4fb-496c70e2c921): Upload complete of 4752 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901172) for http://localhost:42745/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901172http://localhost:42745/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/aa90e2a2-add0-4220-b720-cff6e9810e47 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/aa90e2a2-add0-4220-b720-cff6e9810e47 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c91af716-40e6-4fb3-b16d-991353a30778): Uploading 14092 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c91af716-40e6-4fb3-b16d-991353a30778) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c91af716-40e6-4fb3-b16d-991353a30778) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c91af716-40e6-4fb3-b16d-991353a30778) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/c91af716-40e6-4fb3-b16d-991353a30778 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/90.tmp (integrity=sha256-MuzpZTkDFXpw0wwJdw/bBYCIsDKwWBU628LKd2p83po=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c91af716-40e6-4fb3-b16d-991353a30778): Upload complete of 14092 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901173) for http://localhost:42745/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901173http://localhost:42745/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/942e7a5f-50b4-457c-ae1e-5a2504bb17dc -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/942e7a5f-50b4-457c-ae1e-5a2504bb17dc ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(252d5c17-5ac0-45e7-a027-6d620e6cc989): Uploading 4592 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(252d5c17-5ac0-45e7-a027-6d620e6cc989) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(252d5c17-5ac0-45e7-a027-6d620e6cc989) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(252d5c17-5ac0-45e7-a027-6d620e6cc989) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/252d5c17-5ac0-45e7-a027-6d620e6cc989 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/91.tmp (integrity=sha256-4zSTZMv/WKjpNfIWFmdBzDq+xpKgteLo5HBhbpkIMgg=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(252d5c17-5ac0-45e7-a027-6d620e6cc989): Upload complete of 4592 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901174) for http://localhost:42745/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901174http://localhost:42745/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/9c314cce-7fba-442f-84a4-cf6920cd97be -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/9c314cce-7fba-442f-84a4-cf6920cd97be ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(3da3b0d4-6723-4a70-a3c6-3cd1dc321bd5): Uploading 4668 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3da3b0d4-6723-4a70-a3c6-3cd1dc321bd5) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3da3b0d4-6723-4a70-a3c6-3cd1dc321bd5) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3da3b0d4-6723-4a70-a3c6-3cd1dc321bd5) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/3da3b0d4-6723-4a70-a3c6-3cd1dc321bd5 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/92.tmp (integrity=sha256-YuUHNreyN7U7+QZ5+zNNY1N11RsxVtHYZsqyJGBtmbQ=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(3da3b0d4-6723-4a70-a3c6-3cd1dc321bd5): Upload complete of 4668 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901175) for http://localhost:42745/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901175http://localhost:42745/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/bbc7c5e3-847b-4396-a260-f8e4c9ea1596 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/bbc7c5e3-847b-4396-a260-f8e4c9ea1596 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(8a5719bd-06c1-4456-9ef0-d8d58579f224): Uploading 2483 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8a5719bd-06c1-4456-9ef0-d8d58579f224) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8a5719bd-06c1-4456-9ef0-d8d58579f224) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8a5719bd-06c1-4456-9ef0-d8d58579f224) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/8a5719bd-06c1-4456-9ef0-d8d58579f224 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/93.tmp (integrity=sha256-6p3YvM8W7PtrV7LudBIoa+q4QN3Y1SdaU02/GCeg0IM=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(8a5719bd-06c1-4456-9ef0-d8d58579f224): Upload complete of 2483 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901176) for http://localhost:42745/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901176http://localhost:42745/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/bdb7ad9c-9560-4642-95b6-14355ac87a5d -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/bdb7ad9c-9560-4642-95b6-14355ac87a5d ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(0f6b3d75-a63d-4c95-a25c-20ca9c10eb79): Uploading 968 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(0f6b3d75-a63d-4c95-a25c-20ca9c10eb79) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(0f6b3d75-a63d-4c95-a25c-20ca9c10eb79) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(0f6b3d75-a63d-4c95-a25c-20ca9c10eb79) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/0f6b3d75-a63d-4c95-a25c-20ca9c10eb79 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/94.tmp (integrity=sha256-c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(0f6b3d75-a63d-4c95-a25c-20ca9c10eb79): Upload complete of 968 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901177) for http://localhost:42745/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901177http://localhost:42745/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/9b05fc14-2245-48cb-8ca4-97d075506a51 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/9b05fc14-2245-48cb-8ca4-97d075506a51 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(35ac61ab-cab7-4f08-b8cb-fc89be6b29dd): Uploading 4622 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(35ac61ab-cab7-4f08-b8cb-fc89be6b29dd) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(35ac61ab-cab7-4f08-b8cb-fc89be6b29dd) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(35ac61ab-cab7-4f08-b8cb-fc89be6b29dd) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/35ac61ab-cab7-4f08-b8cb-fc89be6b29dd ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/95.tmp (integrity=sha256-fAhuvZVtVYSUCOENltmx6R+Sg0UZACwHQOMDNf9fYlY=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(35ac61ab-cab7-4f08-b8cb-fc89be6b29dd): Upload complete of 4622 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901178) for http://localhost:42745/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901178http://localhost:42745/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/4bafaa8a-d823-495c-8405-c9ddce17b8c1 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/4bafaa8a-d823-495c-8405-c9ddce17b8c1 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(99640ef9-e475-4d69-a665-71c36269d3e9): Uploading 4940 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(99640ef9-e475-4d69-a665-71c36269d3e9) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(99640ef9-e475-4d69-a665-71c36269d3e9) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(99640ef9-e475-4d69-a665-71c36269d3e9) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/99640ef9-e475-4d69-a665-71c36269d3e9 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/96.tmp (integrity=sha256-we47ND4nhwrjRI+YLyQ+HWLDKA0nvAypEBID7KE1sjM=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(99640ef9-e475-4d69-a665-71c36269d3e9): Upload complete of 4940 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901179) for http://localhost:42745/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901179http://localhost:42745/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/f822b5a7-d483-40b9-9dff-2d65d1be4667 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/f822b5a7-d483-40b9-9dff-2d65d1be4667 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(81814d37-25ed-4829-b3a1-19e4310dae76): Uploading 8422 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(81814d37-25ed-4829-b3a1-19e4310dae76) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(81814d37-25ed-4829-b3a1-19e4310dae76) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(81814d37-25ed-4829-b3a1-19e4310dae76) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/81814d37-25ed-4829-b3a1-19e4310dae76 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/97.tmp (integrity=sha256-EDd6hjdyPU1Mt2vw3AA1ph+qFNUyZir+dXzbgA2ARyw=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(81814d37-25ed-4829-b3a1-19e4310dae76): Upload complete of 8422 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901180) for http://localhost:42745/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901180http://localhost:42745/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/0e682829-b84f-41ed-bee5-4059b4b4c34e -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/0e682829-b84f-41ed-bee5-4059b4b4c34e ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(64bd01f7-4e8e-4d20-8d81-90af95a8465a): Uploading 689 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(64bd01f7-4e8e-4d20-8d81-90af95a8465a) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(64bd01f7-4e8e-4d20-8d81-90af95a8465a) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(64bd01f7-4e8e-4d20-8d81-90af95a8465a) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/64bd01f7-4e8e-4d20-8d81-90af95a8465a ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/98.tmp (integrity=sha256-WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(64bd01f7-4e8e-4d20-8d81-90af95a8465a): Upload complete of 689 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901181) for http://localhost:42745/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901181http://localhost:42745/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/b9c51567-1a7d-4df3-aa4c-7f60a81f6774 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/b9c51567-1a7d-4df3-aa4c-7f60a81f6774 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(a4be8481-b988-4f3a-9abc-f84b1c27e58a): Uploading 2237 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a4be8481-b988-4f3a-9abc-f84b1c27e58a) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a4be8481-b988-4f3a-9abc-f84b1c27e58a) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a4be8481-b988-4f3a-9abc-f84b1c27e58a) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/a4be8481-b988-4f3a-9abc-f84b1c27e58a ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/99.tmp (integrity=sha256-f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(a4be8481-b988-4f3a-9abc-f84b1c27e58a): Upload complete of 2237 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901182) for http://localhost:42745/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901182http://localhost:42745/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/18ea45d3-007f-402d-bb73-607a222226a8 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/18ea45d3-007f-402d-bb73-607a222226a8 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(109ebc83-8317-414f-aa27-551574008383): Uploading 10766 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(109ebc83-8317-414f-aa27-551574008383) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(109ebc83-8317-414f-aa27-551574008383) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(109ebc83-8317-414f-aa27-551574008383) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/109ebc83-8317-414f-aa27-551574008383 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/100.tmp (integrity=sha256-17pZuPthKwaraODIXZkgcqZCV0+uh/01t0UPA4EqtEs=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(109ebc83-8317-414f-aa27-551574008383): Upload complete of 10766 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901183) for http://localhost:42745/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901183http://localhost:42745/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/0a1914f2-447b-4ac5-8326-819e44b8c433 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/0a1914f2-447b-4ac5-8326-819e44b8c433 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(a95d4b2d-5330-4b0b-9cec-03427583d6e7): Uploading 312 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a95d4b2d-5330-4b0b-9cec-03427583d6e7) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a95d4b2d-5330-4b0b-9cec-03427583d6e7) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a95d4b2d-5330-4b0b-9cec-03427583d6e7) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/a95d4b2d-5330-4b0b-9cec-03427583d6e7 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/101.tmp (integrity=sha256-CmlVJmRSZLB7BmMKh27ly66/mbubmFKZNdWpB8De5X8=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(a95d4b2d-5330-4b0b-9cec-03427583d6e7): Upload complete of 312 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901184) for http://localhost:42745/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901184http://localhost:42745/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/947ec20f-bc55-457f-bb88-b593ec07be42 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/947ec20f-bc55-457f-bb88-b593ec07be42 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(1ef9680d-c7c3-4a9e-9adc-f126ff99d1f0): Uploading 3691 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1ef9680d-c7c3-4a9e-9adc-f126ff99d1f0) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1ef9680d-c7c3-4a9e-9adc-f126ff99d1f0) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1ef9680d-c7c3-4a9e-9adc-f126ff99d1f0) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/1ef9680d-c7c3-4a9e-9adc-f126ff99d1f0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/102.tmp (integrity=sha256-nsmfXTJrTxUTogzM8u3+nLHfuNFK4hVP4tnH90njdqE=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(1ef9680d-c7c3-4a9e-9adc-f126ff99d1f0): Upload complete of 3691 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901185) for http://localhost:42745/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901185http://localhost:42745/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/edec43eb-cf52-4d46-bfa4-d65d84790c24 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/edec43eb-cf52-4d46-bfa4-d65d84790c24 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(08b69d2e-2c24-4851-b301-2d09b6cb9dfb): Uploading 6015 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(08b69d2e-2c24-4851-b301-2d09b6cb9dfb) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(08b69d2e-2c24-4851-b301-2d09b6cb9dfb) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(08b69d2e-2c24-4851-b301-2d09b6cb9dfb) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/08b69d2e-2c24-4851-b301-2d09b6cb9dfb ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/103.tmp (integrity=sha256-GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(08b69d2e-2c24-4851-b301-2d09b6cb9dfb): Upload complete of 6015 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901186) for http://localhost:42745/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901186http://localhost:42745/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/9e2918f4-2afc-4fe0-9c89-d360666671d3 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/9e2918f4-2afc-4fe0-9c89-d360666671d3 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(cf5dd46a-e60f-4e56-9453-e4eaa55a195e): Uploading 1953 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cf5dd46a-e60f-4e56-9453-e4eaa55a195e) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cf5dd46a-e60f-4e56-9453-e4eaa55a195e) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cf5dd46a-e60f-4e56-9453-e4eaa55a195e) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/cf5dd46a-e60f-4e56-9453-e4eaa55a195e ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/104.tmp (integrity=sha256-3l8y8J6DrWhQA1W7Shf+SPfKgZyc+u/b+bCekBx6f8g=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(cf5dd46a-e60f-4e56-9453-e4eaa55a195e): Upload complete of 1953 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901187) for http://localhost:42745/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901187http://localhost:42745/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/fa40d6d2-2fec-4653-adbb-27d459ac26b9 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/fa40d6d2-2fec-4653-adbb-27d459ac26b9 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(bacb75cd-4f98-4cce-be64-b799db4800a8): Uploading 322 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(bacb75cd-4f98-4cce-be64-b799db4800a8) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(bacb75cd-4f98-4cce-be64-b799db4800a8) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(bacb75cd-4f98-4cce-be64-b799db4800a8) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/bacb75cd-4f98-4cce-be64-b799db4800a8 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/105.tmp (integrity=sha256-+pluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(bacb75cd-4f98-4cce-be64-b799db4800a8): Upload complete of 322 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901188) for http://localhost:42745/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901188http://localhost:42745/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/801e9bb2-fda6-4ae1-964e-55132ea64b36 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/801e9bb2-fda6-4ae1-964e-55132ea64b36 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(3abd202b-5242-48c5-8d01-a13639917974): Uploading 4591 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3abd202b-5242-48c5-8d01-a13639917974) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3abd202b-5242-48c5-8d01-a13639917974) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3abd202b-5242-48c5-8d01-a13639917974) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/3abd202b-5242-48c5-8d01-a13639917974 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/106.tmp (integrity=sha256-5Ilriy7n1kwHjr0/XWzh4jhJPrT8xsZ1jrczKGatDiY=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(3abd202b-5242-48c5-8d01-a13639917974): Upload complete of 4591 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901189) for http://localhost:42745/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901189http://localhost:42745/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/e3a049dd-04b1-4a79-af0c-63b7fb7a3906 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/e3a049dd-04b1-4a79-af0c-63b7fb7a3906 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c1bf287c-f957-4a47-9c18-d5990e674b20): Uploading 57 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c1bf287c-f957-4a47-9c18-d5990e674b20) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c1bf287c-f957-4a47-9c18-d5990e674b20) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c1bf287c-f957-4a47-9c18-d5990e674b20) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/c1bf287c-f957-4a47-9c18-d5990e674b20 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/107.tmp (integrity=sha256-EgapfpQkKZP4bsfj/K5PxfHKzTlIJAVzuAkZmNmg3MM=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c1bf287c-f957-4a47-9c18-d5990e674b20): Upload complete of 57 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901190) for http://localhost:42745/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901190http://localhost:42745/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/23f15e62-20c9-4470-b1a6-37a58879adb1 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/23f15e62-20c9-4470-b1a6-37a58879adb1 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(cdbe947d-a04a-443f-84b8-a255ae3c270c): Uploading 3979 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cdbe947d-a04a-443f-84b8-a255ae3c270c) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cdbe947d-a04a-443f-84b8-a255ae3c270c) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cdbe947d-a04a-443f-84b8-a255ae3c270c) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/cdbe947d-a04a-443f-84b8-a255ae3c270c ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/108.tmp (integrity=sha256-QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5/V3/Osnhog=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(cdbe947d-a04a-443f-84b8-a255ae3c270c): Upload complete of 3979 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901191) for http://localhost:42745/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901191http://localhost:42745/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/56db5bb2-eaa5-4c11-94ce-77cff1a039d9 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/56db5bb2-eaa5-4c11-94ce-77cff1a039d9 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(7e83c059-8dec-4f16-a33d-96c1283b49bc): Uploading 361 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(7e83c059-8dec-4f16-a33d-96c1283b49bc) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(7e83c059-8dec-4f16-a33d-96c1283b49bc) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(7e83c059-8dec-4f16-a33d-96c1283b49bc) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/7e83c059-8dec-4f16-a33d-96c1283b49bc ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/109.tmp (integrity=sha256-LnC2D3wwhrq34V1CB+xg6EwLoaYhOVkplQkYTyRkqVA=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(7e83c059-8dec-4f16-a33d-96c1283b49bc): Upload complete of 361 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901192) for http://localhost:42745/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901192http://localhost:42745/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/2a902a5f-3ce8-4c7d-bfea-9a6240779137 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/2a902a5f-3ce8-4c7d-bfea-9a6240779137 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(ec71b58a-9ffc-4de6-b558-4befd052d085): Uploading 554 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ec71b58a-9ffc-4de6-b558-4befd052d085) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ec71b58a-9ffc-4de6-b558-4befd052d085) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ec71b58a-9ffc-4de6-b558-4befd052d085) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/ec71b58a-9ffc-4de6-b558-4befd052d085 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/110.tmp (integrity=sha256-J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(ec71b58a-9ffc-4de6-b558-4befd052d085): Upload complete of 554 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901193) for http://localhost:42745/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901193http://localhost:42745/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/783a4883-4a1d-472b-9ee3-a43ffec4b97d -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/783a4883-4a1d-472b-9ee3-a43ffec4b97d ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(ccb09eb9-d17d-451c-b031-83a63f9f8105): Uploading 6453 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ccb09eb9-d17d-451c-b031-83a63f9f8105) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ccb09eb9-d17d-451c-b031-83a63f9f8105) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ccb09eb9-d17d-451c-b031-83a63f9f8105) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/ccb09eb9-d17d-451c-b031-83a63f9f8105 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/111.tmp (integrity=sha256-eARe8bkhihrOsDAQ7nvQs7HXU1+i/popDv+Q6UNWPcg=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(ccb09eb9-d17d-451c-b031-83a63f9f8105): Upload complete of 6453 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901194) for http://localhost:42745/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901194http://localhost:42745/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/e5dcfce1-2e55-420f-b725-c660a37591e5 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/e5dcfce1-2e55-420f-b725-c660a37591e5 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(ac9a651e-39cd-470d-848c-f7d314905cef): Uploading 13455 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ac9a651e-39cd-470d-848c-f7d314905cef) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ac9a651e-39cd-470d-848c-f7d314905cef) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ac9a651e-39cd-470d-848c-f7d314905cef) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/ac9a651e-39cd-470d-848c-f7d314905cef ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/112.tmp (integrity=sha256-3fCEhtExvRNHYfveM9cY5bbE17mYr8+dEFRgE5Tz8ZU=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(ac9a651e-39cd-470d-848c-f7d314905cef): Upload complete of 13455 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901195) for http://localhost:42745/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901195http://localhost:42745/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/8ce5a925-7789-4eab-b924-60cb0e404392 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/8ce5a925-7789-4eab-b924-60cb0e404392 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(e5239be9-4069-45e8-9315-849e572c77d7): Uploading 540 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e5239be9-4069-45e8-9315-849e572c77d7) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e5239be9-4069-45e8-9315-849e572c77d7) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e5239be9-4069-45e8-9315-849e572c77d7) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/e5239be9-4069-45e8-9315-849e572c77d7 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/113.tmp (integrity=sha256-NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(e5239be9-4069-45e8-9315-849e572c77d7): Upload complete of 540 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901196) for http://localhost:42745/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901196http://localhost:42745/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/78a2ffd7-81a1-4948-9572-111646b61a3f -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/78a2ffd7-81a1-4948-9572-111646b61a3f ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(d0a57d66-74a2-445f-aab9-c120410f3069): Uploading 22958 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d0a57d66-74a2-445f-aab9-c120410f3069) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d0a57d66-74a2-445f-aab9-c120410f3069) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d0a57d66-74a2-445f-aab9-c120410f3069) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/d0a57d66-74a2-445f-aab9-c120410f3069 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/114.tmp (integrity=sha256-/3QD+d53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(d0a57d66-74a2-445f-aab9-c120410f3069): Upload complete of 22958 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901197) for http://localhost:42745/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901197http://localhost:42745/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/6ab416ab-46e0-4029-8f67-e4073971aed1 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/6ab416ab-46e0-4029-8f67-e4073971aed1 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(d0165207-cccd-4a6e-945a-05e47cb51c30): Uploading 237 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d0165207-cccd-4a6e-945a-05e47cb51c30) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d0165207-cccd-4a6e-945a-05e47cb51c30) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d0165207-cccd-4a6e-945a-05e47cb51c30) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/d0165207-cccd-4a6e-945a-05e47cb51c30 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/115.tmp (integrity=sha256-y4TDcAD4/j5o4keZvggf698Cr9Oc7JZ+gGMax23qmVA=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(d0165207-cccd-4a6e-945a-05e47cb51c30): Upload complete of 237 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901198) for http://localhost:42745/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901198http://localhost:42745/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/c18108ff-f971-40be-b0e9-3935526b2db6 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/c18108ff-f971-40be-b0e9-3935526b2db6 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(23a792b3-34ea-460e-86d5-e0384be5a636): Uploading 9187 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(23a792b3-34ea-460e-86d5-e0384be5a636) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(23a792b3-34ea-460e-86d5-e0384be5a636) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(23a792b3-34ea-460e-86d5-e0384be5a636) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/23a792b3-34ea-460e-86d5-e0384be5a636 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/116.tmp (integrity=sha256-UvNzyhHidciHBssZ/P+2l5FZbI1XAfmSJAplrILQ8gg=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(23a792b3-34ea-460e-86d5-e0384be5a636): Upload complete of 9187 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901199) for http://localhost:42745/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901199http://localhost:42745/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/1d26dd56-3708-47fc-bf9c-876012bbf64c -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/1d26dd56-3708-47fc-bf9c-876012bbf64c ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(ce51d6b2-0897-427b-832e-77c51f1454c6): Uploading 8534 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ce51d6b2-0897-427b-832e-77c51f1454c6) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ce51d6b2-0897-427b-832e-77c51f1454c6) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ce51d6b2-0897-427b-832e-77c51f1454c6) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/ce51d6b2-0897-427b-832e-77c51f1454c6 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/117.tmp (integrity=sha256-ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa/p8=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(ce51d6b2-0897-427b-832e-77c51f1454c6): Upload complete of 8534 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901200) for http://localhost:42745/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901200http://localhost:42745/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/72c41c73-999b-44f0-8e5d-9cc188b88586 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/72c41c73-999b-44f0-8e5d-9cc188b88586 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(f0b90954-c55b-41c8-b43c-42228cc1ffc9): Uploading 7750 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #17 : SQLite Change Tracker: Changed tables=[TransferJobItem] ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(f0b90954-c55b-41c8-b43c-42228cc1ffc9) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(f0b90954-c55b-41c8-b43c-42228cc1ffc9) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(f0b90954-c55b-41c8-b43c-42228cc1ffc9) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/f0b90954-c55b-41c8-b43c-42228cc1ffc9 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/118.tmp (integrity=sha256-De2JgQ0Nt5adGTd+S3vvpLJVOZegId+lUNz28Tv2qPA=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(f0b90954-c55b-41c8-b43c-42228cc1ffc9): Upload complete of 7750 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901201) for http://localhost:42745/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901201http://localhost:42745/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/82cf5842-5f96-444a-aebc-a636d9ec2f00 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/82cf5842-5f96-444a-aebc-a636d9ec2f00 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(be2caaf5-9cc9-458b-9810-a81309fb6afe): Uploading 10885 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(be2caaf5-9cc9-458b-9810-a81309fb6afe) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(be2caaf5-9cc9-458b-9810-a81309fb6afe) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(be2caaf5-9cc9-458b-9810-a81309fb6afe) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/be2caaf5-9cc9-458b-9810-a81309fb6afe ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/119.tmp (integrity=sha256-AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(be2caaf5-9cc9-458b-9810-a81309fb6afe): Upload complete of 10885 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901202) for http://localhost:42745/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901202http://localhost:42745/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/e365b54d-2b52-4f35-a038-8a4961b15bb3 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/e365b54d-2b52-4f35-a038-8a4961b15bb3 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(905fd9a8-5c10-440c-b6c7-b84a2aff5df7): Uploading 11146 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(905fd9a8-5c10-440c-b6c7-b84a2aff5df7) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(905fd9a8-5c10-440c-b6c7-b84a2aff5df7) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(905fd9a8-5c10-440c-b6c7-b84a2aff5df7) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/905fd9a8-5c10-440c-b6c7-b84a2aff5df7 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/120.tmp (integrity=sha256-JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(905fd9a8-5c10-440c-b6c7-b84a2aff5df7): Upload complete of 11146 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901203) for http://localhost:42745/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901203http://localhost:42745/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/a5603992-3102-4984-b1cd-1f5fa3e4bc4a -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/a5603992-3102-4984-b1cd-1f5fa3e4bc4a ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(5e1de2cb-40b1-49a5-9772-1f8777d9b477): Uploading 3945 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(5e1de2cb-40b1-49a5-9772-1f8777d9b477) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(5e1de2cb-40b1-49a5-9772-1f8777d9b477) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(5e1de2cb-40b1-49a5-9772-1f8777d9b477) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/5e1de2cb-40b1-49a5-9772-1f8777d9b477 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/121.tmp (integrity=sha256-CdrdmkKdsdoH81+2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(5e1de2cb-40b1-49a5-9772-1f8777d9b477): Upload complete of 3945 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901204) for http://localhost:42745/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901204http://localhost:42745/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/65c9b979-5e23-4e7e-a31f-e5bed3a46b85 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/65c9b979-5e23-4e7e-a31f-e5bed3a46b85 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(78600442-79fd-4c56-9bd6-2e0ccd85024e): Uploading 55870 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(78600442-79fd-4c56-9bd6-2e0ccd85024e) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(78600442-79fd-4c56-9bd6-2e0ccd85024e) receive request ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(78600442-79fd-4c56-9bd6-2e0ccd85024e) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/78600442-79fd-4c56-9bd6-2e0ccd85024e ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/122.tmp (integrity=sha256-ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU/tZAhs=) ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(78600442-79fd-4c56-9bd6-2e0ccd85024e): Upload complete of 55870 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901205) for http://localhost:42745/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901205http://localhost:42745/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/bcde4005-f77b-4bb3-8369-3113b07ca5e0 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/bcde4005-f77b-4bb3-8369-3113b07ca5e0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(adb5c16a-e3be-43e6-b46c-df195c137af3): Uploading 78092 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BNJul 31, 2025 1:55:02 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(adb5c16a-e3be-43e6-b46c-df195c137af3) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(adb5c16a-e3be-43e6-b46c-df195c137af3) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(adb5c16a-e3be-43e6-b46c-df195c137af3) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/adb5c16a-e3be-43e6-b46c-df195c137af3 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/123.tmp (integrity=sha256-kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o=) ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(adb5c16a-e3be-43e6-b46c-df195c137af3): Upload complete of 78092 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901206) for http://localhost:42745/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901206http://localhost:42745/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/66898b03-9bad-4394-b677-90ca5f9c9013 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/66898b03-9bad-4394-b677-90ca5f9c9013 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(ef016846-21fd-499d-becf-7b850eb0a3f0): Uploading 86908 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ef016846-21fd-499d-becf-7b850eb0a3f0) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ef016846-21fd-499d-becf-7b850eb0a3f0) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ef016846-21fd-499d-becf-7b850eb0a3f0) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/ef016846-21fd-499d-becf-7b850eb0a3f0 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/124.tmp (integrity=sha256-/Emb+/duVWkOJrRcZWoRMF6TTLig7Qm2uAa7A+78ghA=) ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(ef016846-21fd-499d-becf-7b850eb0a3f0): Upload complete of 86908 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901207) for http://localhost:42745/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901207http://localhost:42745/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/dcdf6f2f-e31f-4b02-ba5d-afdf37971e16 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/dcdf6f2f-e31f-4b02-ba5d-afdf37971e16 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(080630b1-f6d5-48e0-b7c7-2ca508cb6a5c): Uploading 71345 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(080630b1-f6d5-48e0-b7c7-2ca508cb6a5c) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(080630b1-f6d5-48e0-b7c7-2ca508cb6a5c) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(080630b1-f6d5-48e0-b7c7-2ca508cb6a5c) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/080630b1-f6d5-48e0-b7c7-2ca508cb6a5c ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/125.tmp (integrity=sha256-lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6+4=) ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(080630b1-f6d5-48e0-b7c7-2ca508cb6a5c): Upload complete of 71345 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901208) for http://localhost:42745/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901208http://localhost:42745/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/b0f598ce-c2ea-430a-a31c-a70aaba2eacd -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/b0f598ce-c2ea-430a-a31c-a70aaba2eacd ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(7cef95f8-c213-4e54-bc06-b400872e69e4): Uploading 65509 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(7cef95f8-c213-4e54-bc06-b400872e69e4) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(7cef95f8-c213-4e54-bc06-b400872e69e4) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(7cef95f8-c213-4e54-bc06-b400872e69e4) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/7cef95f8-c213-4e54-bc06-b400872e69e4 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/126.tmp (integrity=sha256-rySbdfEfwrB779vaMkVIyj+ABqAS+gtUUBu4dkB4J6A=) ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(7cef95f8-c213-4e54-bc06-b400872e69e4): Upload complete of 65509 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901209) for http://localhost:42745/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901209http://localhost:42745/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/f70deff8-e620-4b7f-865b-9703a3ec15e3 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/f70deff8-e620-4b7f-865b-9703a3ec15e3 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(828c29e8-cba8-4d48-9d2c-0fb166b6a641): Uploading 324 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(828c29e8-cba8-4d48-9d2c-0fb166b6a641) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(828c29e8-cba8-4d48-9d2c-0fb166b6a641) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(828c29e8-cba8-4d48-9d2c-0fb166b6a641) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/828c29e8-cba8-4d48-9d2c-0fb166b6a641 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/127.tmp (integrity=sha256-oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB/0=) ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(828c29e8-cba8-4d48-9d2c-0fb166b6a641): Upload complete of 324 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901210) for http://localhost:42745/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901210http://localhost:42745/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/9aa403e4-fc70-4aca-bb5a-2d1787779d86 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/9aa403e4-fc70-4aca-bb5a-2d1787779d86 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(ae0bc449-1f3b-488b-b7cb-c29a534dfa45): Uploading 16272 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ae0bc449-1f3b-488b-b7cb-c29a534dfa45) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ae0bc449-1f3b-488b-b7cb-c29a534dfa45) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ae0bc449-1f3b-488b-b7cb-c29a534dfa45) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/ae0bc449-1f3b-488b-b7cb-c29a534dfa45 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/128.tmp (integrity=sha256-VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE=) ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(ae0bc449-1f3b-488b-b7cb-c29a534dfa45): Upload complete of 16272 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901211) for http://localhost:42745/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901211http://localhost:42745/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/aced47de-9b06-4ca0-9ed1-d1779a27312a -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/aced47de-9b06-4ca0-9ed1-d1779a27312a ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(be13a7f6-7604-48a3-928e-84b37115bd98): Uploading 787 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(be13a7f6-7604-48a3-928e-84b37115bd98) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(be13a7f6-7604-48a3-928e-84b37115bd98) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(be13a7f6-7604-48a3-928e-84b37115bd98) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/be13a7f6-7604-48a3-928e-84b37115bd98 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/129.tmp (integrity=sha256-JVUTiGfvsBPpaY2QLvpiW+x0rWNh6Tlj0QXu2TOSbGY=) ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(be13a7f6-7604-48a3-928e-84b37115bd98): Upload complete of 787 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901212) for http://localhost:42745/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901212http://localhost:42745/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/a6df26c5-2f10-4184-b78c-bbf4b9bf03ce -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/a6df26c5-2f10-4184-b78c-bbf4b9bf03ce ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(b166e5d4-3537-4d0e-8436-5ede082f6c7e): Uploading 2704 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(b166e5d4-3537-4d0e-8436-5ede082f6c7e) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(b166e5d4-3537-4d0e-8436-5ede082f6c7e) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(b166e5d4-3537-4d0e-8436-5ede082f6c7e) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/b166e5d4-3537-4d0e-8436-5ede082f6c7e ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/130.tmp (integrity=sha256-z2ct+VoKX1r9xRSP/GYmKyUmhGtAlSmS7FrBHQz1i6E=) ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(b166e5d4-3537-4d0e-8436-5ede082f6c7e): Upload complete of 2704 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901213) for http://localhost:42745/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901213http://localhost:42745/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/573e2f39-4cb5-4b5c-87a6-cd1833159def -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/573e2f39-4cb5-4b5c-87a6-cd1833159def ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(1ab53ae3-9e39-4941-a2fb-d9d5c41abf77): Uploading 105 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1ab53ae3-9e39-4941-a2fb-d9d5c41abf77) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1ab53ae3-9e39-4941-a2fb-d9d5c41abf77) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1ab53ae3-9e39-4941-a2fb-d9d5c41abf77) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/1ab53ae3-9e39-4941-a2fb-d9d5c41abf77 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/131.tmp (integrity=sha256-5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU=) ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(1ab53ae3-9e39-4941-a2fb-d9d5c41abf77): Upload complete of 105 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901214) for http://localhost:42745/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901214http://localhost:42745/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/1d6882f2-246f-465d-b9a0-3ded2a2b0261 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/1d6882f2-246f-465d-b9a0-3ded2a2b0261 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(3997f083-3450-42a9-92f4-168b9d3239a4): Uploading 25676 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3997f083-3450-42a9-92f4-168b9d3239a4) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3997f083-3450-42a9-92f4-168b9d3239a4) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3997f083-3450-42a9-92f4-168b9d3239a4) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/3997f083-3450-42a9-92f4-168b9d3239a4 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/132.tmp (integrity=sha256-LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o=) ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(3997f083-3450-42a9-92f4-168b9d3239a4): Upload complete of 25676 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901215) for http://localhost:42745/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901215http://localhost:42745/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/b1d77c5e-88b1-48db-8009-49caf9801b82 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/b1d77c5e-88b1-48db-8009-49caf9801b82 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(080ef700-10c6-4da4-acfd-62df244982e2): Uploading 2548 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(080ef700-10c6-4da4-acfd-62df244982e2) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(080ef700-10c6-4da4-acfd-62df244982e2) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(080ef700-10c6-4da4-acfd-62df244982e2) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/080ef700-10c6-4da4-acfd-62df244982e2 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/133.tmp (integrity=sha256-sy4b7/3q3vGmQUg9OE/4gm/nVaSA36EeIqyCcnYi4M8=) ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(080ef700-10c6-4da4-acfd-62df244982e2): Upload complete of 2548 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901216) for http://localhost:42745/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901216http://localhost:42745/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/2c535cea-c011-46fc-8bf3-3ec31b14d9bf -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/2c535cea-c011-46fc-8bf3-3ec31b14d9bf ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(366731d9-8e60-40fa-9308-18a676ef1010): Uploading 2712 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(366731d9-8e60-40fa-9308-18a676ef1010) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(366731d9-8e60-40fa-9308-18a676ef1010) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(366731d9-8e60-40fa-9308-18a676ef1010) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/366731d9-8e60-40fa-9308-18a676ef1010 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/134.tmp (integrity=sha256-gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME=) ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(366731d9-8e60-40fa-9308-18a676ef1010): Upload complete of 2712 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901217) for http://localhost:42745/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901217http://localhost:42745/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/e50fd095-a666-43bc-a4e4-06eb618bd4ce -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/e50fd095-a666-43bc-a4e4-06eb618bd4ce ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(721d8de4-22c2-4df0-afd8-eccabe2da7b6): Uploading 2624 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(721d8de4-22c2-4df0-afd8-eccabe2da7b6) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(721d8de4-22c2-4df0-afd8-eccabe2da7b6) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(721d8de4-22c2-4df0-afd8-eccabe2da7b6) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/721d8de4-22c2-4df0-afd8-eccabe2da7b6 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/135.tmp (integrity=sha256-yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w=) ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(721d8de4-22c2-4df0-afd8-eccabe2da7b6): Upload complete of 2624 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901218) for http://localhost:42745/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901218http://localhost:42745/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/4b3a9d22-a9a2-46c4-b765-a27261b04db3 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/4b3a9d22-a9a2-46c4-b765-a27261b04db3 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(02aed9ea-40dd-4ddc-ad73-b90ecb0ebf45): Uploading 25780 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(02aed9ea-40dd-4ddc-ad73-b90ecb0ebf45) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(02aed9ea-40dd-4ddc-ad73-b90ecb0ebf45) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(02aed9ea-40dd-4ddc-ad73-b90ecb0ebf45) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/02aed9ea-40dd-4ddc-ad73-b90ecb0ebf45 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/136.tmp (integrity=sha256-p8QJ1CS/Uy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo=) ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(02aed9ea-40dd-4ddc-ad73-b90ecb0ebf45): Upload complete of 25780 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901219) for http://localhost:42745/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901219http://localhost:42745/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/7861f099-ccb2-4d03-a3e2-1bcb34910220 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/7861f099-ccb2-4d03-a3e2-1bcb34910220 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(4fa43f0a-38cb-4a57-963f-e36fee0f3e45): Uploading 25600 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4fa43f0a-38cb-4a57-963f-e36fee0f3e45) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4fa43f0a-38cb-4a57-963f-e36fee0f3e45) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4fa43f0a-38cb-4a57-963f-e36fee0f3e45) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/4fa43f0a-38cb-4a57-963f-e36fee0f3e45 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/137.tmp (integrity=sha256-x8RELOMsvCzPJXs2+uGp6tUMSIzdxC/SRUta7acbbZ4=) ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(4fa43f0a-38cb-4a57-963f-e36fee0f3e45): Upload complete of 25600 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901220) for http://localhost:42745/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901220http://localhost:42745/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/80f70250-119e-4e4d-9010-6ceaf987afd5 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/80f70250-119e-4e4d-9010-6ceaf987afd5 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(2fa05b54-5399-4d88-aa60-84130287a7b3): Uploading 6766 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(2fa05b54-5399-4d88-aa60-84130287a7b3) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(2fa05b54-5399-4d88-aa60-84130287a7b3) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(2fa05b54-5399-4d88-aa60-84130287a7b3) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/2fa05b54-5399-4d88-aa60-84130287a7b3 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/138.tmp (integrity=sha256-2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI=) ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(2fa05b54-5399-4d88-aa60-84130287a7b3): Upload complete of 6766 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901221) for http://localhost:42745/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901221http://localhost:42745/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/9f55ee8f-e33e-475f-af10-305cb0738213 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/9f55ee8f-e33e-475f-af10-305cb0738213 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(8d27a91f-5a01-4f13-b0e8-bd6c16111b35): Uploading 97553 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8d27a91f-5a01-4f13-b0e8-bd6c16111b35) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8d27a91f-5a01-4f13-b0e8-bd6c16111b35) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8d27a91f-5a01-4f13-b0e8-bd6c16111b35) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/8d27a91f-5a01-4f13-b0e8-bd6c16111b35 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/139.tmp (integrity=sha256-Pp8lPMJPMU/g1eelJlUn1gggLBKxNX2QhrjbNVWCbyI=) ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(8d27a91f-5a01-4f13-b0e8-bd6c16111b35): Upload complete of 97553 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901222) for http://localhost:42745/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901222http://localhost:42745/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/d1b5ccad-009b-4c8e-84c9-a8cd1d7ab99d -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/d1b5ccad-009b-4c8e-84c9-a8cd1d7ab99d ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(1a77d40a-5d75-40ce-94f6-2c4074f97ca2): Uploading 0 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1a77d40a-5d75-40ce-94f6-2c4074f97ca2) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1a77d40a-5d75-40ce-94f6-2c4074f97ca2) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1a77d40a-5d75-40ce-94f6-2c4074f97ca2) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/1a77d40a-5d75-40ce-94f6-2c4074f97ca2 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/140.tmp (integrity=sha256-47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=) ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(1a77d40a-5d75-40ce-94f6-2c4074f97ca2): Upload complete of 0 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901223) for http://localhost:42745/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901223http://localhost:42745/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/ddeba993-539a-4941-8d0b-3ec33a4d27d3 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/ddeba993-539a-4941-8d0b-3ec33a4d27d3 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(0819deb9-a6c3-4848-a4f7-5cdf2d85aae6): Uploading 17064 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(0819deb9-a6c3-4848-a4f7-5cdf2d85aae6) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(0819deb9-a6c3-4848-a4f7-5cdf2d85aae6) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(0819deb9-a6c3-4848-a4f7-5cdf2d85aae6) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/0819deb9-a6c3-4848-a4f7-5cdf2d85aae6 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/141.tmp (integrity=sha256-60oKn5/PS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8=) ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(0819deb9-a6c3-4848-a4f7-5cdf2d85aae6): Upload complete of 17064 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901224) for http://localhost:42745/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901224http://localhost:42745/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/7b5ece07-9d4a-4511-b83a-21deaefaca20 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/7b5ece07-9d4a-4511-b83a-21deaefaca20 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(a0eef8f5-fa00-4445-b92a-10a03e2a290d): Uploading 485 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a0eef8f5-fa00-4445-b92a-10a03e2a290d) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a0eef8f5-fa00-4445-b92a-10a03e2a290d) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a0eef8f5-fa00-4445-b92a-10a03e2a290d) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/a0eef8f5-fa00-4445-b92a-10a03e2a290d ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/142.tmp (integrity=sha256-xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c=) ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(a0eef8f5-fa00-4445-b92a-10a03e2a290d): Upload complete of 485 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901225) for http://localhost:42745/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901225http://localhost:42745/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/fa151839-e375-49dd-8593-9db7dc432e90 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/fa151839-e375-49dd-8593-9db7dc432e90 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(da24f14f-abc7-4326-b61d-dc38c46bbcfc): Uploading 23725 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(da24f14f-abc7-4326-b61d-dc38c46bbcfc) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(da24f14f-abc7-4326-b61d-dc38c46bbcfc) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(da24f14f-abc7-4326-b61d-dc38c46bbcfc) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/da24f14f-abc7-4326-b61d-dc38c46bbcfc ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/143.tmp (integrity=sha256-xiokJ09WttZwKc3d/hV6IqkEKeWLg9lWE0/bWOTxClg=) ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(da24f14f-abc7-4326-b61d-dc38c46bbcfc): Upload complete of 23725 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901226) for http://localhost:42745/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901226http://localhost:42745/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/789402ab-1205-466a-8ef1-d7a677629c4f -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/789402ab-1205-466a-8ef1-d7a677629c4f ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(dd3f9c74-faaa-4a91-815a-466405193c4c): Uploading 12837 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(dd3f9c74-faaa-4a91-815a-466405193c4c) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(dd3f9c74-faaa-4a91-815a-466405193c4c) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(dd3f9c74-faaa-4a91-815a-466405193c4c) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/dd3f9c74-faaa-4a91-815a-466405193c4c ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/144.tmp (integrity=sha256-wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv+g=) ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(dd3f9c74-faaa-4a91-815a-466405193c4c): Upload complete of 12837 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901227) for http://localhost:42745/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901227http://localhost:42745/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/fdc4a3ff-2ba1-4e78-bb68-9c14831fa396 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/fdc4a3ff-2ba1-4e78-bb68-9c14831fa396 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(8052668f-cb84-40a3-82f7-7858d36922d1): Uploading 1229 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8052668f-cb84-40a3-82f7-7858d36922d1) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8052668f-cb84-40a3-82f7-7858d36922d1) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8052668f-cb84-40a3-82f7-7858d36922d1) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/8052668f-cb84-40a3-82f7-7858d36922d1 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/145.tmp (integrity=sha256-QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z+hjD4sko=) ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(8052668f-cb84-40a3-82f7-7858d36922d1): Upload complete of 1229 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901228) for http://localhost:42745/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901228http://localhost:42745/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/c4008303-65ed-4bf5-aab9-65adb21564d5 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/c4008303-65ed-4bf5-aab9-65adb21564d5 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(13c0246e-4ff7-41fe-ad44-6734d4ba2023): Uploading 38480 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #19 : SQLite Change Tracker: Changed tables=[TransferJobItem] ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(13c0246e-4ff7-41fe-ad44-6734d4ba2023) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(13c0246e-4ff7-41fe-ad44-6734d4ba2023) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(13c0246e-4ff7-41fe-ad44-6734d4ba2023) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/13c0246e-4ff7-41fe-ad44-6734d4ba2023 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/146.tmp (integrity=sha256-Cs/L+OBmRgENBqKnXY5/OJ44hDv7z+18UB+dln6zuFs=) ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(13c0246e-4ff7-41fe-ad44-6734d4ba2023): Upload complete of 38480 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901229) for http://localhost:42745/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901229http://localhost:42745/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/24f3b1a0-6539-4b49-8d95-c4228ea9fe1a -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/24f3b1a0-6539-4b49-8d95-c4228ea9fe1a ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(043f475a-a586-421e-a032-34a1b6812eef): Uploading 3615 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(043f475a-a586-421e-a032-34a1b6812eef) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(043f475a-a586-421e-a032-34a1b6812eef) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(043f475a-a586-421e-a032-34a1b6812eef) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/043f475a-a586-421e-a032-34a1b6812eef ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/147.tmp (integrity=sha256-HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE=) ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(043f475a-a586-421e-a032-34a1b6812eef): Upload complete of 3615 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901230) for http://localhost:42745/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901230http://localhost:42745/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/4ddc8c47-0949-40b7-a726-20d726d47ad9 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/4ddc8c47-0949-40b7-a726-20d726d47ad9 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(12bf9967-e1b9-4f51-8696-5b84313bc8a4): Uploading 7051 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(12bf9967-e1b9-4f51-8696-5b84313bc8a4) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(12bf9967-e1b9-4f51-8696-5b84313bc8a4) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(12bf9967-e1b9-4f51-8696-5b84313bc8a4) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/12bf9967-e1b9-4f51-8696-5b84313bc8a4 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/148.tmp (integrity=sha256-kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0=) ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(12bf9967-e1b9-4f51-8696-5b84313bc8a4): Upload complete of 7051 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901231) for http://localhost:42745/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901231http://localhost:42745/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/6c1830be-155f-453a-942f-a21a47f6d35e -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/6c1830be-155f-453a-942f-a21a47f6d35e ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(3a95c8d3-b7c5-4d1e-8c5b-bad2962ac17d): Uploading 135 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3a95c8d3-b7c5-4d1e-8c5b-bad2962ac17d) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3a95c8d3-b7c5-4d1e-8c5b-bad2962ac17d) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3a95c8d3-b7c5-4d1e-8c5b-bad2962ac17d) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/3a95c8d3-b7c5-4d1e-8c5b-bad2962ac17d ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/149.tmp (integrity=sha256-3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc=) ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(3a95c8d3-b7c5-4d1e-8c5b-bad2962ac17d): Upload complete of 135 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901232) for http://localhost:42745/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901232http://localhost:42745/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/e5dfec57-7768-4b7a-aa74-0441d45ccb34 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/e5dfec57-7768-4b7a-aa74-0441d45ccb34 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(27603a0b-2b56-43df-8a10-e3dd87052c20): Uploading 138900 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(27603a0b-2b56-43df-8a10-e3dd87052c20) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(27603a0b-2b56-43df-8a10-e3dd87052c20) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(27603a0b-2b56-43df-8a10-e3dd87052c20) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/27603a0b-2b56-43df-8a10-e3dd87052c20 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/150.tmp (integrity=sha256-lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4=) ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(27603a0b-2b56-43df-8a10-e3dd87052c20): Upload complete of 138900 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901233) for http://localhost:42745/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901233http://localhost:42745/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/7ce6192c-317e-4701-8981-fc0715a58906 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/7ce6192c-317e-4701-8981-fc0715a58906 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(7ca24ea8-ccd8-461c-b16a-ab83d54a45a4): Uploading 11685 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(7ca24ea8-ccd8-461c-b16a-ab83d54a45a4) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(7ca24ea8-ccd8-461c-b16a-ab83d54a45a4) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(7ca24ea8-ccd8-461c-b16a-ab83d54a45a4) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/7ca24ea8-ccd8-461c-b16a-ab83d54a45a4 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/151.tmp (integrity=sha256-0gUfpA5HMCps0QY+oMxb+JSq+oBIWs62g2C4f+xJCoU=) ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(7ca24ea8-ccd8-461c-b16a-ab83d54a45a4): Upload complete of 11685 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901234) for http://localhost:42745/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901234http://localhost:42745/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/4660bc80-8a7b-4971-98a1-91f1e79ac5f6 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/4660bc80-8a7b-4971-98a1-91f1e79ac5f6 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(2e91ff4e-fd92-46dc-ae69-6290dd9721a7): Uploading 404 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/sIlqeNFMo4km%2BrBox2OEVPavU5iZ7h0GKeBuY%2BgrKk0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/sIlqeNFMo4km%2BrBox2OEVPavU5iZ7h0GKeBuY%2BgrKk0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/sIlqeNFMo4km%2BrBox2OEVPavU5iZ7h0GKeBuY%2BgrKk0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(2e91ff4e-fd92-46dc-ae69-6290dd9721a7) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(2e91ff4e-fd92-46dc-ae69-6290dd9721a7) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(2e91ff4e-fd92-46dc-ae69-6290dd9721a7) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/2e91ff4e-fd92-46dc-ae69-6290dd9721a7 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/sIlqeNFMo4km%2BrBox2OEVPavU5iZ7h0GKeBuY%2BgrKk0%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/152.tmp (integrity=sha256-sIlqeNFMo4km+rBox2OEVPavU5iZ7h0GKeBuY+grKk0=) ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(2e91ff4e-fd92-46dc-ae69-6290dd9721a7): Upload complete of 404 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901235) for http://localhost:42745/api/blob/sIlqeNFMo4km%2BrBox2OEVPavU5iZ7h0GKeBuY%2BgrKk0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901235http://localhost:42745/api/blob/sIlqeNFMo4km%2BrBox2OEVPavU5iZ7h0GKeBuY%2BgrKk0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/sIlqeNFMo4km%2BrBox2OEVPavU5iZ7h0GKeBuY%2BgrKk0%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/549a2530-de94-4884-95cc-fcb67ee2db5d -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/549a2530-de94-4884-95cc-fcb67ee2db5d ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(39146c24-9559-45db-94af-2814db910938): Uploading 2691 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(39146c24-9559-45db-94af-2814db910938) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(39146c24-9559-45db-94af-2814db910938) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(39146c24-9559-45db-94af-2814db910938) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/39146c24-9559-45db-94af-2814db910938 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/153.tmp (integrity=sha256-EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo=) ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(39146c24-9559-45db-94af-2814db910938): Upload complete of 2691 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901236) for http://localhost:42745/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901236http://localhost:42745/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/650557ff-40a7-4dff-bf1d-56e0de3d71c9 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/650557ff-40a7-4dff-bf1d-56e0de3d71c9 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(a92193f4-e8a0-4cf5-bf26-19a4793162dd): Uploading 74600 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data starting from byte=0 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/content/756455847634948096/_ustadmanifest.json ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/content/756455847634948096/_ustadmanifest.json ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/content/756455847634948096/_ustadmanifest.json ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a92193f4-e8a0-4cf5-bf26-19a4793162dd) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a92193f4-e8a0-4cf5-bf26-19a4793162dd) receive request ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a92193f4-e8a0-4cf5-bf26-19a4793162dd) appended chunk (isFinal=true) to /tmp/junit4181206563251681505/server-tmproot-server/blob-upload-server/a92193f4-e8a0-4cf5-bf26-19a4793162dd ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42745/api/content/756455847634948096/_ustadmanifest.json to /tmp/junit4181206563251681505/server-server-httpfiles/tmpWork/154.tmp (integrity=sha256-UTvLIjIb4/tCiDn7lgCD6f5OlDpK3F8bCHpZqXHZ98s=) ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(a92193f4-e8a0-4cf5-bf26-19a4793162dd): Upload complete of 74600 bytes in 1 chunks to http://localhost:42745/api/blob/upload-batch-data ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1753962901237) for http://localhost:42745/api/content/756455847634948096/_ustadmanifest.json ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1753962901237http://localhost:42745/api/content/756455847634948096/_ustadmanifest.json ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/content/756455847634948096/_ustadmanifest.json) /tmp/junit4181206563251681505/client-server-httpfiles/persistent/692c76e4-3aee-482b-9472-96ebe47f2f72 -> /tmp/junit4181206563251681505/client-server-httpfiles/cache/692c76e4-3aee-482b-9472-96ebe47f2f72 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER TransferJobItemStatusUpdater$commit$invokeSuspend - TransferJobItemStatusUpdater: update status complete for 1 updates=1 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #21 : SQLite Change Tracker: Changed tables=[TransferJob, TransferJobItem, OutgoingReplication] ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite::memory:] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@1271ddf3 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BoINFO: INFO BlobUploadClientUseCaseJvm$invoke$invokeSuspend - BlobUploadClientUseCaseJvm (#1): Upload Complete! ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BoINFO: INFO BlobUploadClientUseCaseJvm$invoke$invokeSuspend - BlobUploadClientUseCaseJvm (#1): Upload Complete! ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #22 : SQLite Change Tracker: Changed tables=[] ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42745/UmAppDatabase/replication/message ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER XferTestClient$waitForContentUploadCompletion$invokeSuspend - XferTestClient: TransferJob #1 is complete(status = 21) ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/content/756455847634948096/_ustadmanifest.json ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/content/756455847634948096/_ustadmanifest.json ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/content/756455847634948096/_ustadmanifest.json ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/content/756455847634948096/_ustadmanifest.json ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/content/756455847634948096/_ustadmanifest.json ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/content/756455847634948096/_ustadmanifest.json ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[ContentEntryVersion, ReplicationOperation] ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [NodeEventManager - jdbc:sqlite::memory:] receiveMessage with 1 replications: inserts done/transaction finished ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: GET http://localhost:42745/api/content/756455847634948096/_ustadmanifest.json ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/content/756455847634948096/_ustadmanifest.json ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/content/756455847634948096/_ustadmanifest.json ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/content/756455847634948096/_ustadmanifest.json ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - OKHttp-CacheInterceptor: HIT(valid) http://localhost:42745/api/content/756455847634948096/_ustadmanifest.json 200 OK (contentType=application/json, content-encoding=identity content-length=74600) ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BcFINEST: FINEST UstadCache - UstadCache(client): add retention locks for http://localhost:42745/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D, http://localhost:42745/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D, http://localhost:42745/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D, http://localhost:42745/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D, http://localhost:42745/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D, http://localhost:42745/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D, http://localhost:42745/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D, http://localhost:42745/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D, http://localhost:42745/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D, http://localhost:42745/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D, http://localhost:42745/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D, http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:42745/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D, http://localhost:42745/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D, http://localhost:42745/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D, http://localhost:42745/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D, http://localhost:42745/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D, http://localhost:42745/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D, http://localhost:42745/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D, http://localhost:42745/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D, http://localhost:42745/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D, http://localhost:42745/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D, http://localhost:42745/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D, http://localhost:42745/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D, http://localhost:42745/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D, http://localhost:42745/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D, http://localhost:42745/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D, http://localhost:42745/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D, http://localhost:42745/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D, http://localhost:42745/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D, http://localhost:42745/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D, http://localhost:42745/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D, http://localhost:42745/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D, http://localhost:42745/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D, http://localhost:42745/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D, http://localhost:42745/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D, http://localhost:42745/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D, http://localhost:42745/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D, http://localhost:42745/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D, http://localhost:42745/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D, http://localhost:42745/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D, http://localhost:42745/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D, http://localhost:42745/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D, http://localhost:42745/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D, http://localhost:42745/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D, http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D, http://localhost:42745/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D, http://localhost:42745/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D, http://localhost:42745/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D, http://localhost:42745/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D, http://localhost:42745/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D, http://localhost:42745/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D, http://localhost:42745/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D, http://localhost:42745/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D, http://localhost:42745/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D, http://localhost:42745/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D, http://localhost:42745/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D, http://localhost:42745/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D, http://localhost:42745/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D, http://localhost:42745/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D, http://localhost:42745/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D, http://localhost:42745/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D, http://localhost:42745/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D, http://localhost:42745/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D, http://localhost:42745/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D, http://localhost:42745/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D, http://localhost:42745/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D, http://localhost:42745/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D, http://localhost:42745/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D, http://localhost:42745/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D, http://localhost:42745/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D, http://localhost:42745/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D, http://localhost:42745/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D, http://localhost:42745/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D, http://localhost:42745/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D, http://localhost:42745/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D, http://localhost:42745/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D, http://localhost:42745/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D, http://localhost:42745/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D, http://localhost:42745/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D, http://localhost:42745/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D, http://localhost:42745/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D, http://localhost:42745/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D, http://localhost:42745/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D, http://localhost:42745/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D, http://localhost:42745/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D, http://localhost:42745/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D, http://localhost:42745/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D, http://localhost:42745/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D, http://localhost:42745/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D, http://localhost:42745/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D, http://localhost:42745/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D, http://localhost:42745/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D, http://localhost:42745/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D, http://localhost:42745/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D, http://localhost:42745/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D, http://localhost:42745/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D, http://localhost:42745/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D, http://localhost:42745/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D, http://localhost:42745/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D, http://localhost:42745/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D, http://localhost:42745/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D, http://localhost:42745/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D, http://localhost:42745/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D, http://localhost:42745/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D, http://localhost:42745/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D, http://localhost:42745/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D, http://localhost:42745/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D, http://localhost:42745/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D, http://localhost:42745/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D, http://localhost:42745/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D, http://localhost:42745/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D, http://localhost:42745/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D, http://localhost:42745/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D, http://localhost:42745/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D, http://localhost:42745/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D, http://localhost:42745/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D, http://localhost:42745/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D, http://localhost:42745/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D, http://localhost:42745/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D, http://localhost:42745/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D, http://localhost:42745/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D, http://localhost:42745/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D, http://localhost:42745/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D, http://localhost:42745/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D, http://localhost:42745/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D, http://localhost:42745/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D, http://localhost:42745/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D, http://localhost:42745/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D, http://localhost:42745/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D, http://localhost:42745/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D, http://localhost:42745/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D, http://localhost:42745/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D, http://localhost:42745/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D, http://localhost:42745/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D, http://localhost:42745/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D, http://localhost:42745/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D, http://localhost:42745/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D, http://localhost:42745/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D, http://localhost:42745/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D, http://localhost:42745/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D, http://localhost:42745/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D, http://localhost:42745/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D, http://localhost:42745/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D, http://localhost:42745/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D, http://localhost:42745/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D, http://localhost:42745/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D, http://localhost:42745/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D, http://localhost:42745/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D, http://localhost:42745/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D, http://localhost:42745/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D, http://localhost:42745/api/blob/sIlqeNFMo4km%2BrBox2OEVPavU5iZ7h0GKeBuY%2BgrKk0%3D, http://localhost:42745/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D, http://localhost:42745/api/content/756455847634948096/_ustadmanifest.json ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/506524f4-e0d0-41f0-8ffb-a7cae0439ef3 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/506524f4-e0d0-41f0-8ffb-a7cae0439ef3 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/434e6d60-1be5-45c0-9d9f-382a2ef37d48 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/434e6d60-1be5-45c0-9d9f-382a2ef37d48 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/ab97a502-7bf5-4c05-912d-441a7e476875 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/ab97a502-7bf5-4c05-912d-441a7e476875 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/71704d09-0587-4f55-847b-f8eeb96d0236 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/71704d09-0587-4f55-847b-f8eeb96d0236 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/36dd4e5d-dd51-4d06-973a-8bc8647561c5 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/36dd4e5d-dd51-4d06-973a-8bc8647561c5 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/b8ff0b67-825c-40f6-893d-a9002ea3d4ae -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/b8ff0b67-825c-40f6-893d-a9002ea3d4ae ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/ec4efeab-08c8-4c98-a4cf-d5026828ef9d -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/ec4efeab-08c8-4c98-a4cf-d5026828ef9d ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/47bb6dd2-e815-4d0d-ae1d-926a993af52f -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/47bb6dd2-e815-4d0d-ae1d-926a993af52f ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/fb6f92af-1fb7-47f9-bd67-5b29131e249e -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/fb6f92af-1fb7-47f9-bd67-5b29131e249e ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/3e1efc7d-4545-4cd4-9eb2-d777b14680e4 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/3e1efc7d-4545-4cd4-9eb2-d777b14680e4 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/adac944c-c8de-4fff-b7a1-7b57c5500043 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/adac944c-c8de-4fff-b7a1-7b57c5500043 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/8362d480-4c5e-41c4-aaf4-0870c7a13b74 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/8362d480-4c5e-41c4-aaf4-0870c7a13b74 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/d9689e5a-614b-4834-a7fc-07130f1de800 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/d9689e5a-614b-4834-a7fc-07130f1de800 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/deb7116d-0f68-4716-a2e3-2dc90ebb9c8e -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/deb7116d-0f68-4716-a2e3-2dc90ebb9c8e ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/ae964cf4-31d3-4f42-949b-4a658028ca6f -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/ae964cf4-31d3-4f42-949b-4a658028ca6f ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/13d65743-bf9d-4b45-b836-48e6b8e49fbc -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/13d65743-bf9d-4b45-b836-48e6b8e49fbc ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/6ffd4b8a-5f2b-4776-ad72-703a4ce04d34 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/6ffd4b8a-5f2b-4776-ad72-703a4ce04d34 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/b1f28b6c-a7cf-43d4-ba90-2b17c8da8dd1 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/b1f28b6c-a7cf-43d4-ba90-2b17c8da8dd1 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/389a6846-46cb-47d1-baf0-4800f38108d6 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/389a6846-46cb-47d1-baf0-4800f38108d6 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/b860296b-0c70-42f5-9601-f4990ad7b7e4 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/b860296b-0c70-42f5-9601-f4990ad7b7e4 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/0f3746b4-6676-481a-bf0b-4c77f8fcfb7c -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/0f3746b4-6676-481a-bf0b-4c77f8fcfb7c ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/39054244-d3a8-457d-a785-ad6a9512c150 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/39054244-d3a8-457d-a785-ad6a9512c150 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/54647345-4ef6-443b-91ce-414f950585db -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/54647345-4ef6-443b-91ce-414f950585db ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/246281aa-0573-419d-a532-f84c8eae2426 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/246281aa-0573-419d-a532-f84c8eae2426 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/f44234d0-3009-4f0a-9b17-3dbea04c47ea -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/f44234d0-3009-4f0a-9b17-3dbea04c47ea ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/bc4490d8-5f0a-4984-b5e0-0d517628369d -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/bc4490d8-5f0a-4984-b5e0-0d517628369d ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/d1564945-581e-42d4-b1f8-a65244608c85 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/d1564945-581e-42d4-b1f8-a65244608c85 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/403f5f44-c439-470f-a1f4-9a65729d01da -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/403f5f44-c439-470f-a1f4-9a65729d01da ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/bd3fbc4a-3394-4cae-863f-bf207680cffe -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/bd3fbc4a-3394-4cae-863f-bf207680cffe ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/9e59b04d-97a8-4f18-b940-4d88b4f77f26 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/9e59b04d-97a8-4f18-b940-4d88b4f77f26 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/7e77e853-f897-45cc-b325-4c2a5a010aac -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/7e77e853-f897-45cc-b325-4c2a5a010aac ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/52b6ad24-5f7f-4cb8-93f9-277944dd0997 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/52b6ad24-5f7f-4cb8-93f9-277944dd0997 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/ec1c2265-f9da-48e6-b125-054a962510ca -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/ec1c2265-f9da-48e6-b125-054a962510ca ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/b140fbe5-e1ca-4849-badb-e7b3f5a3c73f -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/b140fbe5-e1ca-4849-badb-e7b3f5a3c73f ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/ee702555-8f5b-4252-8666-a2320a3d0e8d -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/ee702555-8f5b-4252-8666-a2320a3d0e8d ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/6e1bf20c-6d14-45cd-a9ba-4a293166313c -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/6e1bf20c-6d14-45cd-a9ba-4a293166313c ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/cb961237-de75-414e-b063-6cf8afac71e6 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/cb961237-de75-414e-b063-6cf8afac71e6 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/50b6513e-e565-4b76-8a63-a434905aa0c2 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/50b6513e-e565-4b76-8a63-a434905aa0c2 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/792ff93e-84fe-41df-8eb9-a685bd9f3ff6 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/792ff93e-84fe-41df-8eb9-a685bd9f3ff6 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/b0e2d50c-96b1-4912-be22-cfd0e2e2288b -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/b0e2d50c-96b1-4912-be22-cfd0e2e2288b ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/95605322-9b30-4fff-a56c-d6b875536efd -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/95605322-9b30-4fff-a56c-d6b875536efd ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/0ebb6851-7edd-48d0-89a7-274e35762c7c -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/0ebb6851-7edd-48d0-89a7-274e35762c7c ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/38023215-56b2-475e-a755-8bd3fd907b43 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/38023215-56b2-475e-a755-8bd3fd907b43 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/11858bd8-93e4-4199-becf-f88b73cbce88 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/11858bd8-93e4-4199-becf-f88b73cbce88 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/0745ff2a-d780-4a8f-8b1e-ce5771863a89 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/0745ff2a-d780-4a8f-8b1e-ce5771863a89 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/b65110f0-24a2-4ea8-a384-954494bc4aff -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/b65110f0-24a2-4ea8-a384-954494bc4aff ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/9633a6d3-4dff-42d7-bdcf-da6d80018387 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/9633a6d3-4dff-42d7-bdcf-da6d80018387 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/152d1a7e-5a3c-4f7b-afcb-7229cf7c3c38 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/152d1a7e-5a3c-4f7b-afcb-7229cf7c3c38 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/b3ad88f2-3945-422d-9692-36a5ad517d75 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/b3ad88f2-3945-422d-9692-36a5ad517d75 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/afcdcf79-eead-47c5-9faf-704bf48c0218 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/afcdcf79-eead-47c5-9faf-704bf48c0218 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/47f7fe41-94ea-4faf-ac19-2dc661af73cc -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/47f7fe41-94ea-4faf-ac19-2dc661af73cc ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/191efba7-2015-4f2d-b400-680f52d963de -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/191efba7-2015-4f2d-b400-680f52d963de ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/a742a66d-d0ef-44b6-9011-f72dfe430ccc -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/a742a66d-d0ef-44b6-9011-f72dfe430ccc ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/4db511a0-2e19-4cd5-b5f8-00d81d243301 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/4db511a0-2e19-4cd5-b5f8-00d81d243301 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/bea8ed3c-8672-4927-a782-b062130be0b2 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/bea8ed3c-8672-4927-a782-b062130be0b2 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/de23adc1-f5fa-40c3-a6f8-d54b003897e5 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/de23adc1-f5fa-40c3-a6f8-d54b003897e5 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/eede617c-ff86-44dd-b1cb-1847b0228fcb -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/eede617c-ff86-44dd-b1cb-1847b0228fcb ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/dc303ee8-122c-459a-8430-41b3a6b634c5 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/dc303ee8-122c-459a-8430-41b3a6b634c5 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/347dc185-9869-421a-9178-243e5dfc78b3 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/347dc185-9869-421a-9178-243e5dfc78b3 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/c8e410e2-c9a8-4d35-a20b-1f35d7e27bd0 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/c8e410e2-c9a8-4d35-a20b-1f35d7e27bd0 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/687d0bdd-7d85-41ba-b774-7028308071c6 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/687d0bdd-7d85-41ba-b774-7028308071c6 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/33a24ad9-d4f5-4430-afc7-5d8691b20ca4 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/33a24ad9-d4f5-4430-afc7-5d8691b20ca4 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/6411e156-69d3-4efb-8209-c9ce6c230afc -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/6411e156-69d3-4efb-8209-c9ce6c230afc ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/c26b4636-ec76-400c-a79b-c23fd2b519f6 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/c26b4636-ec76-400c-a79b-c23fd2b519f6 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/1a04cd6e-9468-451b-ab93-a5cface8bf1c -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/1a04cd6e-9468-451b-ab93-a5cface8bf1c ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/167e6444-2f57-4cb5-a6f1-e5ad4bd206af -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/167e6444-2f57-4cb5-a6f1-e5ad4bd206af ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/840bfe15-533f-46f6-89f9-baddfeab2ee5 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/840bfe15-533f-46f6-89f9-baddfeab2ee5 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/194b72f7-52b4-4568-a82a-c268d24b79e6 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/194b72f7-52b4-4568-a82a-c268d24b79e6 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/b968a6db-1fe6-48ce-93cd-14efb1a3a9a8 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/b968a6db-1fe6-48ce-93cd-14efb1a3a9a8 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/67a4ae7a-07fd-4464-90ab-1ed781c3530d -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/67a4ae7a-07fd-4464-90ab-1ed781c3530d ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/5131b884-6b8c-4358-9a29-b4b0f66169cc -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/5131b884-6b8c-4358-9a29-b4b0f66169cc ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/3dfd091c-fb56-4c80-acef-5c3f846a9c25 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/3dfd091c-fb56-4c80-acef-5c3f846a9c25 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/24651fad-5397-408e-a07d-126f91caccd2 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/24651fad-5397-408e-a07d-126f91caccd2 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/44d2711f-e017-4a13-ad67-fb4793faad7f -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/44d2711f-e017-4a13-ad67-fb4793faad7f ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/b8c152a5-85c0-43a4-b884-cf7e5bbf59a8 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/b8c152a5-85c0-43a4-b884-cf7e5bbf59a8 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/16b5cc4d-0104-4188-9c6b-07c1c14c8c3d -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/16b5cc4d-0104-4188-9c6b-07c1c14c8c3d ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/8ffce1dc-0d75-4c17-a2b5-0a5efd770639 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/8ffce1dc-0d75-4c17-a2b5-0a5efd770639 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/417f3bae-acb3-49cf-a07b-702a6f66034b -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/417f3bae-acb3-49cf-a07b-702a6f66034b ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/69b5ec00-5010-4dc9-ba5e-b3adabd68439 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/69b5ec00-5010-4dc9-ba5e-b3adabd68439 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/5a3c518e-05fc-49df-8ba5-3d5986c87188 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/5a3c518e-05fc-49df-8ba5-3d5986c87188 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/98dc61b7-cff1-4b43-b5bf-a0d604486bef -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/98dc61b7-cff1-4b43-b5bf-a0d604486bef ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/c22bcbf5-3bf3-4472-adfc-83b6f5eef551 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/c22bcbf5-3bf3-4472-adfc-83b6f5eef551 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/9f002900-1348-4f61-b0d2-302fe8339351 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/9f002900-1348-4f61-b0d2-302fe8339351 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/e857fb02-e206-4c1f-8b71-a0ef64d80cf3 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/e857fb02-e206-4c1f-8b71-a0ef64d80cf3 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #24 : SQLite Change Tracker: Changed tables=[OutgoingReplication] ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/dc53201d-d261-449a-bb90-d5f4334355a1 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/dc53201d-d261-449a-bb90-d5f4334355a1 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/18edc6e1-bdc9-42c4-abeb-49a55c39add7 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/18edc6e1-bdc9-42c4-abeb-49a55c39add7 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/28764f2a-23a4-41e5-8c98-b24d8dbaeb57 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/28764f2a-23a4-41e5-8c98-b24d8dbaeb57 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/1d0e7ccb-5cea-4e33-8853-761332a1612c -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/1d0e7ccb-5cea-4e33-8853-761332a1612c ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/d9b8b026-618a-44a0-8e15-1e6878c42336 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/d9b8b026-618a-44a0-8e15-1e6878c42336 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/adbf8e22-39c9-42f3-b2ee-83e7712e1a6c -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/adbf8e22-39c9-42f3-b2ee-83e7712e1a6c ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/9d85a482-a813-4939-b51c-a1bda2d68e6e -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/9d85a482-a813-4939-b51c-a1bda2d68e6e ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/a2a2bec6-996a-4c54-9c0d-44a33fe19349 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/a2a2bec6-996a-4c54-9c0d-44a33fe19349 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/478859f5-8a12-493e-850c-c80eceb3fcfa -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/478859f5-8a12-493e-850c-c80eceb3fcfa ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/c53a352b-d88b-4eab-85bd-c97d3b0c9406 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/c53a352b-d88b-4eab-85bd-c97d3b0c9406 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/d3b4e11d-8e4f-434e-aa7d-f960113a4760 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/d3b4e11d-8e4f-434e-aa7d-f960113a4760 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/b92bae90-ae44-4333-ba8f-2b0db94c9a09 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/b92bae90-ae44-4333-ba8f-2b0db94c9a09 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/0279ae5c-2627-4439-9c55-1383725722ae -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/0279ae5c-2627-4439-9c55-1383725722ae ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/8b33ae71-cdb8-4747-b561-0e2d599b9819 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/8b33ae71-cdb8-4747-b561-0e2d599b9819 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/91b610c6-b8e9-469f-9c97-b4bf8442c0f7 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/91b610c6-b8e9-469f-9c97-b4bf8442c0f7 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/31a7f591-6bcb-488b-a8de-6da2e6198629 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/31a7f591-6bcb-488b-a8de-6da2e6198629 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/60efb071-0876-4bef-b54a-4ca239fc5ac7 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/60efb071-0876-4bef-b54a-4ca239fc5ac7 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/269886cf-4211-493b-b4d1-6ca7505479e4 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/269886cf-4211-493b-b4d1-6ca7505479e4 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/f8f28ffc-7e5e-4678-b294-e69c7c44d8af -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/f8f28ffc-7e5e-4678-b294-e69c7c44d8af ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/1cee2b86-6d28-41e5-8a4b-df554e3fb0a0 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/1cee2b86-6d28-41e5-8a4b-df554e3fb0a0 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/6b62a89b-ff59-42fe-8680-28c54b7a8757 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/6b62a89b-ff59-42fe-8680-28c54b7a8757 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/62b55555-068f-4693-844d-121d44cf11f3 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/62b55555-068f-4693-844d-121d44cf11f3 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/940429dd-ee99-4b85-8512-d481d42cc8fe -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/940429dd-ee99-4b85-8512-d481d42cc8fe ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/9b1421e7-58e3-40bb-8f78-991782978b2c -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/9b1421e7-58e3-40bb-8f78-991782978b2c ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/553a3891-176d-43b5-a6ce-6e9996c29c91 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/553a3891-176d-43b5-a6ce-6e9996c29c91 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/621157ea-2da0-47b9-a1cf-b5593932e959 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/621157ea-2da0-47b9-a1cf-b5593932e959 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/e3314e18-0065-41d1-93d8-f2a3fc285b47 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/e3314e18-0065-41d1-93d8-f2a3fc285b47 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/76958e63-e885-4f09-a96d-e139ca7f18cf -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/76958e63-e885-4f09-a96d-e139ca7f18cf ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/8cf50ed6-72b6-4259-b680-de1e08521d5b -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/8cf50ed6-72b6-4259-b680-de1e08521d5b ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/620e8bf4-1409-438b-b0d7-5442477044c4 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/620e8bf4-1409-438b-b0d7-5442477044c4 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/96ee5b92-edf5-434a-830f-8c28557e84a3 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/96ee5b92-edf5-434a-830f-8c28557e84a3 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/bae3238c-7f26-4312-8ce7-3f17db0e88b5 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/bae3238c-7f26-4312-8ce7-3f17db0e88b5 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/e8fc1aef-9c81-481a-b967-22e8ee158777 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/e8fc1aef-9c81-481a-b967-22e8ee158777 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/af8039bb-7f8a-417a-93a9-a775c8cfc521 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/af8039bb-7f8a-417a-93a9-a775c8cfc521 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/2169f88e-18c1-42ba-a277-e4aeb4b62165 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/2169f88e-18c1-42ba-a277-e4aeb4b62165 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/2cb5dd32-c445-42b5-9647-327b19ac351d -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/2cb5dd32-c445-42b5-9647-327b19ac351d ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/fcf5a140-42fe-4e1f-b2cd-06d479a0a451 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/fcf5a140-42fe-4e1f-b2cd-06d479a0a451 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/bf007c6f-b47d-4c3d-88f0-963d574e63fa -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/bf007c6f-b47d-4c3d-88f0-963d574e63fa ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/990c098b-7d3b-40d1-abe7-a24f46fbd618 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/990c098b-7d3b-40d1-abe7-a24f46fbd618 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/27cb91ea-f3d7-4b78-a8b5-00d15b126767 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/27cb91ea-f3d7-4b78-a8b5-00d15b126767 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/1f78dccb-e8b9-481b-9057-5b6bd382b51f -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/1f78dccb-e8b9-481b-9057-5b6bd382b51f ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/27090d9a-c51a-4063-b629-c74d4f6ccfa2 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/27090d9a-c51a-4063-b629-c74d4f6ccfa2 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/d9109af3-14eb-4351-a527-3ccad578647e -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/d9109af3-14eb-4351-a527-3ccad578647e ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/321747e1-7f88-4486-a5c0-782138260e78 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/321747e1-7f88-4486-a5c0-782138260e78 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/57a232f8-f440-442c-9722-3bf8f3f2ab3f -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/57a232f8-f440-442c-9722-3bf8f3f2ab3f ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/efacb06c-e7db-457e-853d-0febe3d66400 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/efacb06c-e7db-457e-853d-0febe3d66400 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/7ed6154e-7f04-4fec-bcc7-d7adba57c434 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/7ed6154e-7f04-4fec-bcc7-d7adba57c434 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/be3d05ea-f046-4c1e-bfff-1e4864ea1717 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/be3d05ea-f046-4c1e-bfff-1e4864ea1717 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/9c717c5d-4ca3-4946-8266-d5d62c58212f -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/9c717c5d-4ca3-4946-8266-d5d62c58212f ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/a5ca7435-e700-4b8e-8626-48ccc24b7df8 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/a5ca7435-e700-4b8e-8626-48ccc24b7df8 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/c2730a02-e44c-4394-9252-f8270763fd24 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/c2730a02-e44c-4394-9252-f8270763fd24 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/4e9b21a6-4056-4742-98b5-2a927d8c697f -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/4e9b21a6-4056-4742-98b5-2a927d8c697f ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/53ff7c61-3a59-4ef1-8364-23c111bc8b7c -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/53ff7c61-3a59-4ef1-8364-23c111bc8b7c ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/b744d569-2109-43de-8cc1-b0e3b283ed9d -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/b744d569-2109-43de-8cc1-b0e3b283ed9d ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/3cd631ae-3ecd-4b10-be8f-e0665eee3ec1 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/3cd631ae-3ecd-4b10-be8f-e0665eee3ec1 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/7e4b7019-7385-4797-afe5-7914649e9fab -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/7e4b7019-7385-4797-afe5-7914649e9fab ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/2760e50c-d19a-4cd1-b112-be12924fed5f -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/2760e50c-d19a-4cd1-b112-be12924fed5f ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/2a57e71d-b761-485e-a8e2-8f7fe9ccd0ad -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/2a57e71d-b761-485e-a8e2-8f7fe9ccd0ad ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/f14f9845-722f-4e14-8609-dafc46c6a0d2 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/f14f9845-722f-4e14-8609-dafc46c6a0d2 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/1fb435b5-0820-4493-a665-db8408b1c15f -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/1fb435b5-0820-4493-a665-db8408b1c15f ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/b84916f6-963a-472d-9756-88b3a94112d6 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/b84916f6-963a-472d-9756-88b3a94112d6 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/1c7e7ee7-611f-4e28-a6bd-c0f787785587 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/1c7e7ee7-611f-4e28-a6bd-c0f787785587 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/c237a54e-b76f-4f1c-8484-97baf4838852 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/c237a54e-b76f-4f1c-8484-97baf4838852 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/f898bf6f-c5de-4326-85da-68c07d3079ae -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/f898bf6f-c5de-4326-85da-68c07d3079ae ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/41c942f5-e08e-497c-b537-15b09635a022 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/41c942f5-e08e-497c-b537-15b09635a022 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/ee65e5b3-75b4-46e4-a7b8-3fa97e572c0c -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/ee65e5b3-75b4-46e4-a7b8-3fa97e572c0c ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/1ddb42c1-8802-4a0e-85ed-e887b709ee42 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/1ddb42c1-8802-4a0e-85ed-e887b709ee42 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/sIlqeNFMo4km%2BrBox2OEVPavU5iZ7h0GKeBuY%2BgrKk0%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/9d267ddf-6f54-427a-ae0f-29816a9cad5a -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/9d267ddf-6f54-427a-ae0f-29816a9cad5a ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D) /tmp/junit4181206563251681505/server-server-httpfiles/cache/30478f5a-761a-4bd1-bdc9-e122ab04cd24 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/30478f5a-761a-4bd1-bdc9-e122ab04cd24 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42745/api/content/756455847634948096/_ustadmanifest.json) /tmp/junit4181206563251681505/server-server-httpfiles/cache/0e6a38b8-dc04-4116-bbd9-a78df4e738f4 -> /tmp/junit4181206563251681505/server-server-httpfiles/persistent/0e6a38b8-dc04-4116-bbd9-a78df4e738f4 ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/sIlqeNFMo4km%2BrBox2OEVPavU5iZ7h0GKeBuY%2BgrKk0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/sIlqeNFMo4km%2BrBox2OEVPavU5iZ7h0GKeBuY%2BgrKk0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/sIlqeNFMo4km%2BrBox2OEVPavU5iZ7h0GKeBuY%2BgrKk0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/content/756455847634948096/_ustadmanifest.json ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/content/756455847634948096/_ustadmanifest.json ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/content/756455847634948096/_ustadmanifest.json ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[CacheLockJoin] ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/sIlqeNFMo4km%2BrBox2OEVPavU5iZ7h0GKeBuY%2BgrKk0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/sIlqeNFMo4km%2BrBox2OEVPavU5iZ7h0GKeBuY%2BgrKk0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/sIlqeNFMo4km%2BrBox2OEVPavU5iZ7h0GKeBuY%2BgrKk0%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42745/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42745/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@63b2418e - http://localhost:42745/UmAppDatabase/replication/sse?door-node=8781609868707480400%2Fc1eed817-db6a-437d-b627-2f4f0c0f64f1] close ?BNJul 31, 2025 1:55:03 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B>FINE: FINER DoorLog - Closed HikariDataSource connection pool ?BNJul 31, 2025 1:55:04 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B>FINE: FINER DoorLog - Closed HikariDataSource connection pool DCNJul 31, 2025 1:55:04 PM com.ustadmobile.core.util.NapierAntilogJvm performLog DC\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete DCNJul 31, 2025 1:55:04 PM com.ustadmobile.core.util.NapierAntilogJvm performLog DC\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete DCNJul 31, 2025 1:55:04 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) DCNJul 31, 2025 1:55:04 PM com.ustadmobile.core.util.NapierAntilogJvm performLog DCDFINE: FINER UstadCache - UstadCache(client): storerequest 3 entries DCNJul 31, 2025 1:55:04 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/junit8604728905920393838/junit4426299512849744572/tmpWork/1.tmp (integrity=sha256-hlfF4oGFRfane2XiRyLv02LtOJ4Va2UanpQV0im/K8I=) DCNJul 31, 2025 1:55:04 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/junit8604728905920393838/junit4426299512849744572/tmpWork/2.tmp (integrity=sha256-DWDf0O8J19BHTcJOC4RUdOWkQIE8T91ahd5W5PySXy4=) DCNJul 31, 2025 1:55:04 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/junit8604728905920393838/junit4426299512849744572/tmpWork/3.tmp (integrity=sha256-kogGiGy6nDHut87gor1HOPRG0qvTakw30a1QMo7hXHk=) DCNJul 31, 2025 1:55:04 PM com.ustadmobile.core.util.NapierAntilogJvm performLog DCOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 3 entries DCNJul 31, 2025 1:55:04 PM com.ustadmobile.core.util.NapierAntilogJvm performLog DCBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files DCNJul 31, 2025 1:55:04 PM com.ustadmobile.core.util.NapierAntilogJvm performLog DCFFINE: FINER UstadCache - UstadCache(client): db transaction completed DCNJul 31, 2025 1:55:04 PM com.ustadmobile.core.util.NapierAntilogJvm performLog DCINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:8094/api/blob/hlfF4oGFRfane2XiRyLv02LtOJ4Va2UanpQV0im%2FK8I%3D DCNJul 31, 2025 1:55:04 PM com.ustadmobile.core.util.NapierAntilogJvm performLog DCINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:8094/api/blob/hlfF4oGFRfane2XiRyLv02LtOJ4Va2UanpQV0im%2FK8I%3D DCNJul 31, 2025 1:55:04 PM com.ustadmobile.core.util.NapierAntilogJvm performLog DCFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:8094/api/blob/hlfF4oGFRfane2XiRyLv02LtOJ4Va2UanpQV0im%2FK8I%3D DCNJul 31, 2025 1:55:04 PM com.ustadmobile.core.util.NapierAntilogJvm performLog DCINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:8094/api/blob/DWDf0O8J19BHTcJOC4RUdOWkQIE8T91ahd5W5PySXy4%3D DCNJul 31, 2025 1:55:04 PM com.ustadmobile.core.util.NapierAntilogJvm performLog DCINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:8094/api/blob/DWDf0O8J19BHTcJOC4RUdOWkQIE8T91ahd5W5PySXy4%3D DCNJul 31, 2025 1:55:04 PM com.ustadmobile.core.util.NapierAntilogJvm performLog DCFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:8094/api/blob/DWDf0O8J19BHTcJOC4RUdOWkQIE8T91ahd5W5PySXy4%3D DCNJul 31, 2025 1:55:04 PM com.ustadmobile.core.util.NapierAntilogJvm performLog DCINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:8094/api/blob/kogGiGy6nDHut87gor1HOPRG0qvTakw30a1QMo7hXHk%3D DCNJul 31, 2025 1:55:04 PM com.ustadmobile.core.util.NapierAntilogJvm performLog DCINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:8094/api/blob/kogGiGy6nDHut87gor1HOPRG0qvTakw30a1QMo7hXHk%3D DCNJul 31, 2025 1:55:04 PM com.ustadmobile.core.util.NapierAntilogJvm performLog DCFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:8094/api/blob/kogGiGy6nDHut87gor1HOPRG0qvTakw30a1QMo7hXHk%3D FENJul 31, 2025 1:55:04 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FE\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete FENJul 31, 2025 1:55:04 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FE\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete FENJul 31, 2025 1:55:04 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FE\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete FENJul 31, 2025 1:55:04 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FE\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete FENJul 31, 2025 1:55:04 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEFINE: FINER SaveLocalUrisAsBlobsUseCaseJvm$invoke$invokeSuspend - SaveLocalUrisAsBlobsUseCaseJvm Storing 1 local uris as blobs (http://localhost:42527/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D) FENJul 31, 2025 1:55:04 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries FENJul 31, 2025 1:55:04 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42527/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D to /tmp/junit1668505658833657675/httpfiles-client/tmpWork/1.tmp (integrity=sha256-SAwMEEihCX84BYpcX9K0y/GPuYxx298222HQu85QihE=) FENJul 31, 2025 1:55:04 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries FENJul 31, 2025 1:55:04 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files FENJul 31, 2025 1:55:04 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEFFINE: FINER UstadCache - UstadCache(client): db transaction completed FENJul 31, 2025 1:55:04 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit1668505658833657675/tmproot-client/fffcd03d-91b5-4ae3-b64e-59a8919cdc57 FENJul 31, 2025 1:55:04 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42527/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D FENJul 31, 2025 1:55:04 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42527/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D FENJul 31, 2025 1:55:04 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42527/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D FENJul 31, 2025 1:55:04 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEFINE: FINER BlobUploadServerUseCase$onStartUploadSession - BlobUploadServerUseCase#onStartUploadSession(upload 93152320-bcc4-4555-a921-5102895d7051): batch upload init: Client list 1 blobs. 1 uploads pending (0 partial) FENJul 31, 2025 1:55:04 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(d8db399f-b785-4f22-9d58-6ba3550481ad): Uploading 152064 bytes in 1 chunks to http://localhost:42527/api/blob/upload-batch-data starting from byte=0 FENJul 31, 2025 1:55:04 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42527/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D FENJul 31, 2025 1:55:04 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42527/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D FENJul 31, 2025 1:55:04 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42527/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D FENJul 31, 2025 1:55:04 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d8db399f-b785-4f22-9d58-6ba3550481ad) receive request FENJul 31, 2025 1:55:04 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d8db399f-b785-4f22-9d58-6ba3550481ad) receive request FENJul 31, 2025 1:55:04 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d8db399f-b785-4f22-9d58-6ba3550481ad) appended chunk (isFinal=true) to /tmp/junit1668505658833657675/httpfiles-server/d8db399f-b785-4f22-9d58-6ba3550481ad FENJul 31, 2025 1:55:04 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEDFINE: FINER UstadCache - UstadCache(server): storerequest 1 entries FENJul 31, 2025 1:55:04 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEFINEST: FINEST UstadCache - UstadCache(server): copied request data for http://localhost:42527/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D to /tmp/junit1668505658833657675/httpfiles-server/tmpWork/1.tmp (integrity=sha256-SAwMEEihCX84BYpcX9K0y/GPuYxx298222HQu85QihE=) FENJul 31, 2025 1:55:04 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEOFINEST: FINEST UstadCache - UstadCache(server): cacheEntries created 1 entries FENJul 31, 2025 1:55:04 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEBFINE: FINER UstadCache - UstadCache(server): deleting 0 tmp files FENJul 31, 2025 1:55:04 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEFFINE: FINER UstadCache - UstadCache(server): db transaction completed FENJul 31, 2025 1:55:04 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(d8db399f-b785-4f22-9d58-6ba3550481ad): Upload complete of 152064 bytes in 1 chunks to http://localhost:42527/api/blob/upload-batch-data FENJul 31, 2025 1:55:04 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEINFO: INFO UstadCache - UstadCache(server): Retrieve http://localhost:42527/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D FENJul 31, 2025 1:55:04 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEINFO: INFO UstadCache - UstadCache(server): Retrieve http://localhost:42527/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D FENJul 31, 2025 1:55:04 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FEFINE: FINER UstadCache - UstadCache(server): FOUND http://localhost:42527/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D HGNJul 31, 2025 1:55:05 PM com.ustadmobile.core.util.NapierAntilogJvm performLog HG\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete HGNJul 31, 2025 1:55:05 PM com.ustadmobile.core.util.NapierAntilogJvm performLog HG\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete HGNJul 31, 2025 1:55:05 PM com.ustadmobile.core.util.NapierAntilogJvm performLog HGFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[TransferJob, TransferJobItem] HGNJul 31, 2025 1:55:05 PM com.ustadmobile.core.util.NapierAntilogJvm performLog HGZFINE: FINER BlobUploadClientUseCaseJvm$invoke - BlobUploadClientUseCaseJvm (#1): starting HGNJul 31, 2025 1:55:05 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 HGNJul 31, 2025 1:55:05 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 HGNJul 31, 2025 1:55:05 PM com.ustadmobile.core.util.NapierAntilogJvm performLog HGFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[TransferJobError] HGNJul 31, 2025 1:55:05 PM com.ustadmobile.core.util.NapierAntilogJvm performLog HG>FINE: FINER DoorLog - Closed HikariDataSource connection pool HINJul 31, 2025 1:55:05 PM com.ustadmobile.core.util.NapierAntilogJvm performLog HI\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete HINJul 31, 2025 1:55:05 PM com.ustadmobile.core.util.NapierAntilogJvm performLog HI\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete HINJul 31, 2025 1:55:05 PM com.ustadmobile.core.util.NapierAntilogJvm performLog HI>FINE: FINER DoorLog - Closed HikariDataSource connection pool HJNJul 31, 2025 1:55:05 PM com.ustadmobile.core.util.NapierAntilogJvm performLog HJ\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete HJNJul 31, 2025 1:55:05 PM com.ustadmobile.core.util.NapierAntilogJvm performLog HJ\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete HJNJul 31, 2025 1:55:05 PM com.ustadmobile.core.util.NapierAntilogJvm performLog HJ>FINE: FINER DoorLog - Closed HikariDataSource connection pool LKNJul 31, 2025 1:55:05 PM com.ustadmobile.core.util.NapierAntilogJvm performLog LKFINE: FINER BlobUploadServerUseCase$onStartUploadSession - BlobUploadServerUseCase#onStartUploadSession(upload 7fb395f8-dbc9-417f-9b21-b87ba3cbcc5a): batch upload init: Client list 3 blobs. 2 uploads pending (0 partial) LKNJul 31, 2025 1:55:05 PM com.ustadmobile.core.util.NapierAntilogJvm performLog LKFINE: FINER BlobUploadServerUseCase$onStartUploadSession - BlobUploadServerUseCase#onStartUploadSession(upload 7fb395f8-dbc9-417f-9b21-b87ba3cbcc5a): batch upload init: Client list 3 blobs. 2 uploads pending (1 partial) LKNJul 31, 2025 1:55:05 PM com.ustadmobile.core.util.NapierAntilogJvm performLog LKFINEST: FINEST BlobUploadServerUseCase$onStartUploadSession - BlobUploadServerUseCase#onStartUploadSession(upload 7fb395f8-dbc9-417f-9b21-b87ba3cbcc5a): Partial uploads pending = https://endpoint.com/api/blob/DWDf0O8J19BHTcJOC4RUdOWkQIE8T91ahd5W5PySXy4= LMNJul 31, 2025 1:55:05 PM com.ustadmobile.core.util.NapierAntilogJvm performLog LMFINE: FINER BlobUploadServerUseCase$onStartUploadSession - BlobUploadServerUseCase#onStartUploadSession(upload 5e3e0cff-0903-4908-aa76-7214ed8c9e4a): batch upload init: Client list 3 blobs. 3 uploads pending (0 partial) ONNJul 31, 2025 1:55:05 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ON\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ONNJul 31, 2025 1:55:05 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ON\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ONNJul 31, 2025 1:55:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ONFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[] OPNJul 31, 2025 1:55:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog OP\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OPNJul 31, 2025 1:55:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog OP\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OPNJul 31, 2025 1:55:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog OPFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[] OQNJul 31, 2025 1:55:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog OQ\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OQNJul 31, 2025 1:55:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog OQ\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete UTNJul 31, 2025 1:55:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UT\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete UTNJul 31, 2025 1:55:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UT\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete UTNJul 31, 2025 1:55:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UTFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PersonGroup] UTNJul 31, 2025 1:55:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UTFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Person] UTNJul 31, 2025 1:55:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UTFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[PersonGroupMember] UTNJul 31, 2025 1:55:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UTFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[ScopedGrant] UTNJul 31, 2025 1:55:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UTFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[ClazzEnrolment] UTNJul 31, 2025 1:55:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UT>FINE: FINER DoorLog - Closed HikariDataSource connection pool UVNJul 31, 2025 1:55:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UV\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete UVNJul 31, 2025 1:55:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UV\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete UVNJul 31, 2025 1:55:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UVFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PersonGroup] UVNJul 31, 2025 1:55:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UVFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Person] UVNJul 31, 2025 1:55:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UVFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[PersonGroupMember] UVNJul 31, 2025 1:55:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UVFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[ScopedGrant] UVNJul 31, 2025 1:55:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UVFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[EnrolmentRequest] UVNJul 31, 2025 1:55:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UV>FINE: FINER DoorLog - Closed HikariDataSource connection pool UWNJul 31, 2025 1:55:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UW\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete UWNJul 31, 2025 1:55:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UW\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete UWNJul 31, 2025 1:55:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UWFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PersonGroup] UWNJul 31, 2025 1:55:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UWFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Person] UWNJul 31, 2025 1:55:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UWFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[PersonGroupMember] UWNJul 31, 2025 1:55:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UWFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[ScopedGrant] UWNJul 31, 2025 1:55:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UW>FINE: FINER DoorLog - Closed HikariDataSource connection pool UXNJul 31, 2025 1:55:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UX\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete UXNJul 31, 2025 1:55:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UX\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete UXNJul 31, 2025 1:55:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UXFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PersonGroup] UXNJul 31, 2025 1:55:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UXFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Person] UXNJul 31, 2025 1:55:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UXFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[PersonGroupMember] UXNJul 31, 2025 1:55:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UXFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[ScopedGrant] UXNJul 31, 2025 1:55:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UXFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[EnrolmentRequest] UXNJul 31, 2025 1:55:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog UX>FINE: FINER DoorLog - Closed HikariDataSource connection pool ZYNJul 31, 2025 1:55:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ZYFINEST: FINEST CompressAudioUseCaseSox$invoke$invokeSuspend - CompressAudioUseCase: Running sox: /usr/bin/sox /tmp/junit15735016316640739691/soundfile.mp3 -C 2 --type ogg /tmp/junit15735016316640739691/junit6044501606095559561/40bc47cb-235e-418d-9353-321842455ed9 baNJul 31, 2025 1:55:06 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/junit303952916593661825/junit12454698219583406134/0b7e0a92-7309-4a6c-a584-ea010ffcf3d1 /tmp/junit303952916593661825/junit9023992454891825287.tmp baNJul 31, 2025 1:55:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog bavFINEST: FINEST CompressPdfUseCaseJvm$invoke$2$outputReaderJob$invokeSuspend - CompressPdfUseCaseJvm: completed page 1 baNJul 31, 2025 1:55:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog bavFINEST: FINEST CompressPdfUseCaseJvm$invoke$2$outputReaderJob$invokeSuspend - CompressPdfUseCaseJvm: completed page 2 baNJul 31, 2025 1:55:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog baFINE: FINER CompressPdfUseCaseJvm$invoke$invokeSuspend - CompressPdfUseCaseJvm: compressed file:/tmp/junit303952916593661825/junit9023992454891825287.tmp from 152064 bytes to 99455 bytes dcNJul 31, 2025 1:55:06 PM com.ustadmobile.core.util.NapierAntilogJvm performLog dcFINE: FINER CompressVideoUseCaseHandbrake$invoke$invokeSuspend - CompressVideoUseCase: running /usr/bin/HandBrakeCLI -i /home/jenkins/.jenkins/workspace/Primary-End-To-End-Tests/core/tmp-bigbuckbunny.mp4 -o /home/jenkins/.jenkins/workspace/Primary-End-To-End-Tests/core/4f6299a1-ed3b-41c5-a683-df8618a4aa6d.mp4 --format av_mp4 --encoder svt_av1 --aencoder opus --maxWidth 720 --maxHeight 405 --quality 55 --ab 96 --rate 30 --json hgNJul 31, 2025 1:55:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog hg\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete hgNJul 31, 2025 1:55:09 PM com.ustadmobile.core.util.NapierAntilogJvm performLog hg\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete hgNJul 31, 2025 1:55:09 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] tsNJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ts\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete tsNJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ts\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete tsNJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog tsFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, SystemPermission] tsNJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog tsFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Clazz, CoursePermission] tsNJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog tsFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[ClazzEnrolment] tsNJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog tsFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[CourseBlock] tsNJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog tsFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[ExternalAppPermission] tuNJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog tu\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete tuNJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog tu\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete tuNJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog tuFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, SystemPermission] tuNJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog tuFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Clazz, CoursePermission] tuNJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog tuFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[ClazzEnrolment] tuNJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog tuFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[ExternalAppPermission] tvNJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog tv\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete tvNJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog tv\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete tvNJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog tvFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, SystemPermission] tvNJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog tvFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Clazz, CoursePermission] tvNJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog tvFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[ClazzEnrolment] tvNJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog tvFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[CourseBlock] tvNJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog tvFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[ExternalAppPermission] tvNJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog tvFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #10 : SQLite Change Tracker: Changed tables=[CourseBlock] twNJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog tw\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete twNJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog tw\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete twNJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog twFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, SystemPermission] twNJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog twFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Clazz, CoursePermission] twNJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog twFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[ClazzEnrolment] twNJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog twFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[ExternalAppPermission] twNJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog twFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #9 : SQLite Change Tracker: Changed tables=[CourseBlock] txNJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog tx\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete txNJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog tx\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete txNJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog txFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, SystemPermission] txNJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog txFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Clazz, CoursePermission] txNJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog txFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[ClazzEnrolment] txNJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog txFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[CourseBlock] txNJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog txFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[ExternalAppPermission] txNJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog txFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #7 : SQLite Change Tracker: Changed tables=[StudentResult] tyNJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ty\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete tyNJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ty\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete tyNJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog tyFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, SystemPermission] tyNJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog tyFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Clazz, CoursePermission] tyNJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog tyFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[ClazzEnrolment] tyNJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog tyFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[ExternalAppPermission] tzNJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog tz\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete tzNJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog tz\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete tzNJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog tzFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, SystemPermission] tzNJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog tzFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Clazz, CoursePermission] tzNJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog tzFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[ClazzEnrolment] tzNJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog tzFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[CourseBlock] tzNJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog tzFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[ExternalAppPermission] tzNJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog tzFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #11 : SQLite Change Tracker: Changed tables=[StudentResult] NJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(f1243f34-0cb7-49a5-83e0-b207828783d0): Uploading 133184 bytes in 7 chunks to http://localhost.localdomain:54443/ starting from byte=0 NJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(f1243f34-0cb7-49a5-83e0-b207828783d0): Upload complete of 133184 bytes in 7 chunks to http://localhost.localdomain:54443/ NJul 31, 2025 1:55:10 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(fed3d788-ea30-436a-9132-66dfe133f717): Uploading 133184 bytes in 7 chunks to http://localhost.localdomain:40095/ starting from byte=10000 NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(fed3d788-ea30-436a-9132-66dfe133f717): Upload complete of 133184 bytes in 7 chunks to http://localhost.localdomain:40095/ NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(813fe97b-d699-40c4-bd83-818c8ce9a74f) receive request NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(813fe97b-d699-40c4-bd83-818c8ce9a74f) receive request NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(813fe97b-d699-40c4-bd83-818c8ce9a74f) appended chunk (isFinal=true) to /tmp/junit3631415251081297003/junit4050261285475633315/813fe97b-d699-40c4-bd83-818c8ce9a74f NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(813fe97b-d699-40c4-bd83-818c8ce9a74f) receive request NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(813fe97b-d699-40c4-bd83-818c8ce9a74f) receive request NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(813fe97b-d699-40c4-bd83-818c8ce9a74f) appended chunk (isFinal=true) to /tmp/junit3631415251081297003/junit4050261285475633315/813fe97b-d699-40c4-bd83-818c8ce9a74f NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(813fe97b-d699-40c4-bd83-818c8ce9a74f) receive request NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(813fe97b-d699-40c4-bd83-818c8ce9a74f) receive request NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(813fe97b-d699-40c4-bd83-818c8ce9a74f) appended chunk (isFinal=true) to /tmp/junit3631415251081297003/junit4050261285475633315/813fe97b-d699-40c4-bd83-818c8ce9a74f NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(813fe97b-d699-40c4-bd83-818c8ce9a74f) receive request NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(813fe97b-d699-40c4-bd83-818c8ce9a74f) receive request NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(813fe97b-d699-40c4-bd83-818c8ce9a74f) appended chunk (isFinal=true) to /tmp/junit3631415251081297003/junit4050261285475633315/813fe97b-d699-40c4-bd83-818c8ce9a74f NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(813fe97b-d699-40c4-bd83-818c8ce9a74f) receive request NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(813fe97b-d699-40c4-bd83-818c8ce9a74f) receive request NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(813fe97b-d699-40c4-bd83-818c8ce9a74f) appended chunk (isFinal=true) to /tmp/junit3631415251081297003/junit4050261285475633315/813fe97b-d699-40c4-bd83-818c8ce9a74f NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(813fe97b-d699-40c4-bd83-818c8ce9a74f) receive request NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(813fe97b-d699-40c4-bd83-818c8ce9a74f) receive request NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(813fe97b-d699-40c4-bd83-818c8ce9a74f) appended chunk (isFinal=true) to /tmp/junit3631415251081297003/junit4050261285475633315/813fe97b-d699-40c4-bd83-818c8ce9a74f NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(813fe97b-d699-40c4-bd83-818c8ce9a74f) receive request NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(813fe97b-d699-40c4-bd83-818c8ce9a74f) receive request NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(813fe97b-d699-40c4-bd83-818c8ce9a74f) appended chunk (isFinal=true) to /tmp/junit3631415251081297003/junit4050261285475633315/813fe97b-d699-40c4-bd83-818c8ce9a74f NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:11 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] NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:11 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] NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:11 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] NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:11 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] NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:11 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] NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:11 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] NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:11 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] NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Clazz, CoursePermission] NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[CourseGroupSet] NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[Person] NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[ClazzEnrolment] NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[Person, ClazzEnrolment, CourseGroupMember] NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #7 : SQLite Change Tracker: Changed tables=[ClazzAssignment] NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:11 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] NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:11 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] NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:11 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] NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:11 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] NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:11 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] NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:11 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] NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:11 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] NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:11 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] NJul 31, 2025 1:55:11 PM com.ustadmobile.core.util.NapierAntilogJvm performLog wFINEST: FINEST NonInteractiveContentXapiStatementRecorder$onActiveChanged - ContentUsageStatementRecorder: active=true NJul 31, 2025 1:55:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog pFINEST: FINEST NonInteractiveContentXapiStatementRecorder$onComplete - ContentUsageStatementRecorder: completed NJul 31, 2025 1:55:13 PM com.ustadmobile.core.util.NapierAntilogJvm performLog wFINEST: FINEST NonInteractiveContentXapiStatementRecorder$onActiveChanged - ContentUsageStatementRecorder: active=true NJul 31, 2025 1:55:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog xFINEST: FINEST NonInteractiveContentXapiStatementRecorder$onActiveChanged - ContentUsageStatementRecorder: active=false NJul 31, 2025 1:55:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[ActorEntity] NJul 31, 2025 1:55:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[StateEntity] NJul 31, 2025 1:55:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[ActorEntity] NJul 31, 2025 1:55:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[StateEntity] NJul 31, 2025 1:55:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[StateEntity] NJul 31, 2025 1:55:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[StateEntity, StateDeleteCommand] NJul 31, 2025 1:55:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[ActorEntity] NJul 31, 2025 1:55:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[StateEntity] NJul 31, 2025 1:55:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[StateEntity] NJul 31, 2025 1:55:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[StateEntity, StateDeleteCommand] NJul 31, 2025 1:55:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[ActorEntity] NJul 31, 2025 1:55:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[StateEntity] NJul 31, 2025 1:55:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[StateEntity] NJul 31, 2025 1:55:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[ActorEntity] NJul 31, 2025 1:55:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[StateEntity] NJul 31, 2025 1:55:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[ActorEntity] NJul 31, 2025 1:55:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:15 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[ActorEntity] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINEST: FINEST EmbeddedHttpServer$serveApiEndpoint - EmbeddedHttpServer: content: endpoint=http://endpoint.com/ versionUid=1234 path=path/file.txt NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_40659_.sqlite] database build complete NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_40659_.sqlite] database build complete NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:40659/UmAppDatabase/ - endpoint=http://localhost.localdomain:40659/UmAppDatabase/] init NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=3710865563764903519 remoteEndpoint=http://localhost.localdomain:40659/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)  NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=3710865563764903519 remoteEndpoint=http://localhost.localdomain:40659/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)  NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@25137143 - http://localhost.localdomain:40659/UmAppDatabase/replication/sse?door-node=3710865563764903519%2F9a888d21-5cac-4701-bb8d-c179d2c12ce4] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@25137143 - http://localhost.localdomain:40659/UmAppDatabase/replication/sse?door-node=3710865563764903519%2F9a888d21-5cac-4701-bb8d-c179d2c12ce4] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_40659_.sqlite] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:40659/UmAppDatabase/ - endpoint=http://localhost.localdomain:40659/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:40659/UmAppDatabase/ - endpoint=http://localhost.localdomain:40659/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)  NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:40659/UmAppDatabase/ - endpoint=http://localhost.localdomain:40659/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:40659/UmAppDatabase/ - endpoint=http://localhost.localdomain:40659/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)  NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/app_ustadmobile_com_.sqlite] database build complete NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/app_ustadmobile_com_.sqlite] database build complete NJul 31, 2025 1:55:16 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] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_41211_.sqlite] database build complete NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_41211_.sqlite] database build complete NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:41211/UmAppDatabase/ - endpoint=http://localhost.localdomain:41211/UmAppDatabase/] init NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4878980891300462842 remoteEndpoint=http://localhost.localdomain:41211/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)  NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4878980891300462842 remoteEndpoint=http://localhost.localdomain:41211/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)  NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@124ead0a - http://localhost.localdomain:41211/UmAppDatabase/replication/sse?door-node=4878980891300462842%2Fd88a6a7a-bfe9-4226-aaf0-f9e5764a038b] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@124ead0a - http://localhost.localdomain:41211/UmAppDatabase/replication/sse?door-node=4878980891300462842%2Fd88a6a7a-bfe9-4226-aaf0-f9e5764a038b] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_41211_.sqlite] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:41211/UmAppDatabase/ - endpoint=http://localhost.localdomain:41211/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:41211/UmAppDatabase/ - endpoint=http://localhost.localdomain:41211/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)  NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:41211/UmAppDatabase/ - endpoint=http://localhost.localdomain:41211/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:41211/UmAppDatabase/ - endpoint=http://localhost.localdomain:41211/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)  NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_41211_.sqlite] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[PersonGroup, OutgoingReplication] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_41211_.sqlite] emitting 2 events com.ustadmobile.door.nodeevent.NodeEvent@281adecc, com.ustadmobile.door.nodeevent.NodeEvent@d301d5f NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_41211_.sqlite] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[Person, OutgoingReplication] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_41211_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@4133ad51 NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_41211_.sqlite] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[PersonGroupMember, OutgoingReplication] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_41211_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@34f41761 NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_41211_.sqlite] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[ScopedGrant, OutgoingReplication] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_41211_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@61895741 NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_41211_.sqlite] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[PersonGroup, OutgoingReplication] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_41211_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@5d48eeee NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_41211_.sqlite] - useNewConnectionAsyncInternal connection #7 : SQLite Change Tracker: Changed tables=[Person, OutgoingReplication] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_41211_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@52c0cfad NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_41211_.sqlite] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[PersonGroupMember, OutgoingReplication] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_41211_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@7fe6c085 NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_41211_.sqlite] - useNewConnectionAsyncInternal connection #9 : SQLite Change Tracker: Changed tables=[ScopedGrant, OutgoingReplication] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_41211_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@4efcb2fb NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_41211_.sqlite] - useNewConnectionAsyncInternal connection #10 : SQLite Change Tracker: Changed tables=[UserSession, OutgoingReplication] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_41211_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@7fdcfeb7 NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_41211_.sqlite] - useNewConnectionAsyncInternal connection #11 : SQLite Change Tracker: Changed tables=[UserSession, OutgoingReplication] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_41211_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@6778f8c9 NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_48773_.sqlite] database build complete NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_48773_.sqlite] database build complete NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:48773/UmAppDatabase/ - endpoint=http://localhost.localdomain:48773/UmAppDatabase/] init NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=1869445210172100677 remoteEndpoint=http://localhost.localdomain:48773/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)  NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=1869445210172100677 remoteEndpoint=http://localhost.localdomain:48773/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)  NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@254bdf11 - http://localhost.localdomain:48773/UmAppDatabase/replication/sse?door-node=1869445210172100677%2Fc2164858-bc05-4e3f-8e09-65a430e75201] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@254bdf11 - http://localhost.localdomain:48773/UmAppDatabase/replication/sse?door-node=1869445210172100677%2Fc2164858-bc05-4e3f-8e09-65a430e75201] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_48773_.sqlite] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:48773/UmAppDatabase/ - endpoint=http://localhost.localdomain:48773/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:48773/UmAppDatabase/ - endpoint=http://localhost.localdomain:48773/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)  NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:48773/UmAppDatabase/ - endpoint=http://localhost.localdomain:48773/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:48773/UmAppDatabase/ - endpoint=http://localhost.localdomain:48773/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)  NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/app_ustadmobile_com_.sqlite] database build complete NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/app_ustadmobile_com_.sqlite] database build complete NJul 31, 2025 1:55:16 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] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_59087_.sqlite] database build complete NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_59087_.sqlite] database build complete NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:59087/UmAppDatabase/ - endpoint=http://localhost.localdomain:59087/UmAppDatabase/] init NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=229471074446070328 remoteEndpoint=http://localhost.localdomain:59087/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)  NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=229471074446070328 remoteEndpoint=http://localhost.localdomain:59087/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)  NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@77a548d1 - http://localhost.localdomain:59087/UmAppDatabase/replication/sse?door-node=229471074446070328%2Fe30baefe-6d0d-4529-b0c5-ad413a7b2613] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@77a548d1 - http://localhost.localdomain:59087/UmAppDatabase/replication/sse?door-node=229471074446070328%2Fe30baefe-6d0d-4529-b0c5-ad413a7b2613] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_59087_.sqlite] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:59087/UmAppDatabase/ - endpoint=http://localhost.localdomain:59087/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:59087/UmAppDatabase/ - endpoint=http://localhost.localdomain:59087/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)  NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:59087/UmAppDatabase/ - endpoint=http://localhost.localdomain:59087/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:59087/UmAppDatabase/ - endpoint=http://localhost.localdomain:59087/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)  NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/app_ustadmobile_com_.sqlite] database build complete NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/app_ustadmobile_com_.sqlite] database build complete NJul 31, 2025 1:55:16 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] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_54131_.sqlite] database build complete NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_54131_.sqlite] database build complete NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:54131/UmAppDatabase/ - endpoint=http://localhost.localdomain:54131/UmAppDatabase/] init NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=1713416800960893925 remoteEndpoint=http://localhost.localdomain:54131/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)  NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=1713416800960893925 remoteEndpoint=http://localhost.localdomain:54131/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)  NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@1cca742c - http://localhost.localdomain:54131/UmAppDatabase/replication/sse?door-node=1713416800960893925%2F74c39363-40db-4158-97af-61118b46bfa7] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@1cca742c - http://localhost.localdomain:54131/UmAppDatabase/replication/sse?door-node=1713416800960893925%2F74c39363-40db-4158-97af-61118b46bfa7] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_54131_.sqlite] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:54131/UmAppDatabase/ - endpoint=http://localhost.localdomain:54131/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:54131/UmAppDatabase/ - endpoint=http://localhost.localdomain:54131/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)  NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:54131/UmAppDatabase/ - endpoint=http://localhost.localdomain:54131/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:54131/UmAppDatabase/ - endpoint=http://localhost.localdomain:54131/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)  NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/app_ustadmobile_com_.sqlite] database build complete NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/app_ustadmobile_com_.sqlite] database build complete NJul 31, 2025 1:55:16 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] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog rINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/inaccessible_.sqlite] database build complete NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog rINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/inaccessible_.sqlite] database build complete NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://inaccessible/UmAppDatabase/ - endpoint=http://inaccessible/UmAppDatabase/] init NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=1713416800960893925 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)  NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=1713416800960893925 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)  NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@7663629f - http://inaccessible/UmAppDatabase/replication/sse?door-node=1713416800960893925%2F74c39363-40db-4158-97af-61118b46bfa7] error: java.net.UnknownHostException: inaccessible: Temporary failure in name resolution . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@7663629f - http://inaccessible/UmAppDatabase/replication/sse?door-node=1713416800960893925%2F74c39363-40db-4158-97af-61118b46bfa7] error: java.net.UnknownHostException: inaccessible: Temporary failure in name resolution . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:16 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] NJul 31, 2025 1:55:16 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)  NJul 31, 2025 1:55:16 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)  NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_34391_.sqlite] database build complete NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_34391_.sqlite] database build complete NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:34391/UmAppDatabase/ - endpoint=http://localhost.localdomain:34391/UmAppDatabase/] init NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2865490367378611511 remoteEndpoint=http://localhost.localdomain:34391/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)  NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2865490367378611511 remoteEndpoint=http://localhost.localdomain:34391/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)  NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@542947a9 - http://localhost.localdomain:34391/UmAppDatabase/replication/sse?door-node=2865490367378611511%2F2bc26afe-3286-4409-8462-5e5a7ec4f2ee] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@542947a9 - http://localhost.localdomain:34391/UmAppDatabase/replication/sse?door-node=2865490367378611511%2F2bc26afe-3286-4409-8462-5e5a7ec4f2ee] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_34391_.sqlite] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:34391/UmAppDatabase/ - endpoint=http://localhost.localdomain:34391/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:34391/UmAppDatabase/ - endpoint=http://localhost.localdomain:34391/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)  NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:34391/UmAppDatabase/ - endpoint=http://localhost.localdomain:34391/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:34391/UmAppDatabase/ - endpoint=http://localhost.localdomain:34391/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)  NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_34391_.sqlite] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[PersonGroup, OutgoingReplication] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_34391_.sqlite] emitting 2 events com.ustadmobile.door.nodeevent.NodeEvent@7df2c663, com.ustadmobile.door.nodeevent.NodeEvent@12a5d2c6 NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_34391_.sqlite] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[Person, OutgoingReplication] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_34391_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@2d61e13c NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_34391_.sqlite] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[PersonGroupMember, OutgoingReplication] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_34391_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@31fc8dda NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_34391_.sqlite] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[ScopedGrant, OutgoingReplication] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_34391_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@69f60a00 NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_34391_.sqlite] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[PersonGroup, OutgoingReplication] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_34391_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@170dc829 NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_34391_.sqlite] - useNewConnectionAsyncInternal connection #7 : SQLite Change Tracker: Changed tables=[Person, OutgoingReplication] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_34391_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@3dfd4b25 NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_34391_.sqlite] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[PersonGroupMember, OutgoingReplication] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_34391_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@42c8cb87 NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_34391_.sqlite] - useNewConnectionAsyncInternal connection #9 : SQLite Change Tracker: Changed tables=[ScopedGrant, OutgoingReplication] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_34391_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@696a531b NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_34391_.sqlite] - useNewConnectionAsyncInternal connection #10 : SQLite Change Tracker: Changed tables=[UserSession, OutgoingReplication] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_34391_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@9b4d1d9 NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - $[onClientRepoDoorMessageHttpResponse - jdbc:sqlite:build/tmp/localhost_localdomain_34391_.sqlite] - http://localhost.localdomain:34391/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=42 - unexpected response status = 404 Client Error NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - $[onClientRepoDoorMessageHttpResponse - jdbc:sqlite:build/tmp/localhost_localdomain_34391_.sqlite] - http://localhost.localdomain:34391/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=42 - unexpected response status = 404 Client Error NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_34391_.sqlite] - useNewConnectionAsyncInternal connection #13 : SQLite Change Tracker: Changed tables=[UserSession, OutgoingReplication] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_34391_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@31984fe7 NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_52169_.sqlite] database build complete NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_52169_.sqlite] database build complete NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:52169/UmAppDatabase/ - endpoint=http://localhost.localdomain:52169/UmAppDatabase/] init NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2926763331098849147 remoteEndpoint=http://localhost.localdomain:52169/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)  NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2926763331098849147 remoteEndpoint=http://localhost.localdomain:52169/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)  NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@124ced52 - http://localhost.localdomain:52169/UmAppDatabase/replication/sse?door-node=2926763331098849147%2F68c6e85c-ed23-4c32-929f-9b41f2273a96] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@124ced52 - http://localhost.localdomain:52169/UmAppDatabase/replication/sse?door-node=2926763331098849147%2F68c6e85c-ed23-4c32-929f-9b41f2273a96] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_52169_.sqlite] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:52169/UmAppDatabase/ - endpoint=http://localhost.localdomain:52169/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:52169/UmAppDatabase/ - endpoint=http://localhost.localdomain:52169/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)  NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:52169/UmAppDatabase/ - endpoint=http://localhost.localdomain:52169/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:52169/UmAppDatabase/ - endpoint=http://localhost.localdomain:52169/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)  NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/app_ustadmobile_com_.sqlite] database build complete NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/app_ustadmobile_com_.sqlite] database build complete NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_52169_.sqlite] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[PersonGroup] NJul 31, 2025 1:55:16 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] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_52169_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@d3725f0 NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_52169_.sqlite] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[Person] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_52169_.sqlite] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[PersonGroupMember] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_52169_.sqlite] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[ScopedGrant] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_52169_.sqlite] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[UserSession, OutgoingReplication] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_52169_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@6f1164d5 NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_52169_.sqlite] - useNewConnectionAsyncInternal connection #7 : SQLite Change Tracker: Changed tables=[PersonGroup, OutgoingReplication] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_52169_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@2f1c4dba NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_52169_.sqlite] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[Person, OutgoingReplication] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_52169_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@33126d4c NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_52169_.sqlite] - useNewConnectionAsyncInternal connection #9 : SQLite Change Tracker: Changed tables=[PersonGroupMember, OutgoingReplication] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_52169_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@2187809c NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_52169_.sqlite] - useNewConnectionAsyncInternal connection #10 : SQLite Change Tracker: Changed tables=[ScopedGrant, OutgoingReplication] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_52169_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@4bfbe72d NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_52169_.sqlite] - useNewConnectionAsyncInternal connection #12 : SQLite Change Tracker: Changed tables=[UserSession, OutgoingReplication] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_52169_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@3598c1b2 NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_38167_.sqlite] database build complete NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_38167_.sqlite] database build complete NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:38167/UmAppDatabase/ - endpoint=http://localhost.localdomain:38167/UmAppDatabase/] init NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=8290241971578214372 remoteEndpoint=http://localhost.localdomain:38167/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)  NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=8290241971578214372 remoteEndpoint=http://localhost.localdomain:38167/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)  NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@35c9d788 - http://localhost.localdomain:38167/UmAppDatabase/replication/sse?door-node=8290241971578214372%2F55de7f2f-ca63-4945-b263-e017eadd92e4] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@35c9d788 - http://localhost.localdomain:38167/UmAppDatabase/replication/sse?door-node=8290241971578214372%2F55de7f2f-ca63-4945-b263-e017eadd92e4] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_38167_.sqlite] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:38167/UmAppDatabase/ - endpoint=http://localhost.localdomain:38167/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:38167/UmAppDatabase/ - endpoint=http://localhost.localdomain:38167/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)  NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:38167/UmAppDatabase/ - endpoint=http://localhost.localdomain:38167/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:38167/UmAppDatabase/ - endpoint=http://localhost.localdomain:38167/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)  NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/app_ustadmobile_com_.sqlite] database build complete NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/app_ustadmobile_com_.sqlite] database build complete NJul 31, 2025 1:55:16 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] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_38167_.sqlite] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[PersonGroup, OutgoingReplication] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_38167_.sqlite] emitting 2 events com.ustadmobile.door.nodeevent.NodeEvent@59c19cd5, com.ustadmobile.door.nodeevent.NodeEvent@3d926cf4 NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_38167_.sqlite] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[Person, OutgoingReplication] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_38167_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@3de6f458 NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_38167_.sqlite] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[PersonGroupMember, OutgoingReplication] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_38167_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@5e9fd2d5 NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_38167_.sqlite] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[ScopedGrant, OutgoingReplication] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_38167_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@62afae20 NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - $[onClientRepoDoorMessageHttpResponse - jdbc:sqlite:build/tmp/localhost_localdomain_38167_.sqlite] - http://localhost.localdomain:38167/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=42 - unexpected response status = 404 Client Error NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - $[onClientRepoDoorMessageHttpResponse - jdbc:sqlite:build/tmp/localhost_localdomain_38167_.sqlite] - http://localhost.localdomain:38167/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=42 - unexpected response status = 404 Client Error NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_38167_.sqlite] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[UserSession, OutgoingReplication] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_38167_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@78a12d00 NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_37803_.sqlite] database build complete NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_37803_.sqlite] database build complete NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:37803/UmAppDatabase/ - endpoint=http://localhost.localdomain:37803/UmAppDatabase/] init NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=303466269370730146 remoteEndpoint=http://localhost.localdomain:37803/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)  NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=303466269370730146 remoteEndpoint=http://localhost.localdomain:37803/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)  NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@66c190b2 - http://localhost.localdomain:37803/UmAppDatabase/replication/sse?door-node=303466269370730146%2F95180c05-dd1e-4701-a1dd-500b85692f40] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@66c190b2 - http://localhost.localdomain:37803/UmAppDatabase/replication/sse?door-node=303466269370730146%2F95180c05-dd1e-4701-a1dd-500b85692f40] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_37803_.sqlite] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:37803/UmAppDatabase/ - endpoint=http://localhost.localdomain:37803/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:37803/UmAppDatabase/ - endpoint=http://localhost.localdomain:37803/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)  NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:37803/UmAppDatabase/ - endpoint=http://localhost.localdomain:37803/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:37803/UmAppDatabase/ - endpoint=http://localhost.localdomain:37803/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)  NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/app_ustadmobile_com_.sqlite] database build complete NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/app_ustadmobile_com_.sqlite] database build complete NJul 31, 2025 1:55:16 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] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_37803_.sqlite] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[UserSession, OutgoingReplication] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_37803_.sqlite] emitting 2 events com.ustadmobile.door.nodeevent.NodeEvent@63671d54, com.ustadmobile.door.nodeevent.NodeEvent@7e79f2c4 NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_37803_.sqlite] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[Person] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[] NJul 31, 2025 1:55:16 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_40659_.sqlite] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_40659_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@5e6f5622 NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:40659/UmAppDatabase/ - endpoint=http://localhost.localdomain:40659/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:40659/UmAppDatabase/ - endpoint=http://localhost.localdomain:40659/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)  NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:40659/UmAppDatabase/ - endpoint=http://localhost.localdomain:40659/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:40659/UmAppDatabase/ - endpoint=http://localhost.localdomain:40659/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)  NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_41211_.sqlite] - useNewConnectionAsyncInternal connection #13 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:41211/UmAppDatabase/ - endpoint=http://localhost.localdomain:41211/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:41211/UmAppDatabase/ - endpoint=http://localhost.localdomain:41211/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)  NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:41211/UmAppDatabase/ - endpoint=http://localhost.localdomain:41211/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:41211/UmAppDatabase/ - endpoint=http://localhost.localdomain:41211/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)  NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[LeavingReason] NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_48773_.sqlite] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_48773_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@5d77ea27 NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:48773/UmAppDatabase/ - endpoint=http://localhost.localdomain:48773/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:48773/UmAppDatabase/ - endpoint=http://localhost.localdomain:48773/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)  NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:48773/UmAppDatabase/ - endpoint=http://localhost.localdomain:48773/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:48773/UmAppDatabase/ - endpoint=http://localhost.localdomain:48773/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)  NJul 31, 2025 1:55:17 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) q at com.ustadmobile.door.room.InvalidationTracker.findChangedTablesOnConnectionAsync(InvalidationTracker.kt:103) } at com.ustadmobile.door.room.InvalidationTracker$findChangedTablesOnConnectionAsync$1.invokeSuspend(InvalidationTracker.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)  NJul 31, 2025 1:55:17 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) q at com.ustadmobile.door.room.InvalidationTracker.findChangedTablesOnConnectionAsync(InvalidationTracker.kt:103) } at com.ustadmobile.door.room.InvalidationTracker$findChangedTablesOnConnectionAsync$1.invokeSuspend(InvalidationTracker.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)  NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:17 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) q at com.ustadmobile.door.room.InvalidationTracker.findChangedTablesOnConnectionAsync(InvalidationTracker.kt:103) } at com.ustadmobile.door.room.InvalidationTracker$findChangedTablesOnConnectionAsync$1.invokeSuspend(InvalidationTracker.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)  NJul 31, 2025 1:55:17 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) q at com.ustadmobile.door.room.InvalidationTracker.findChangedTablesOnConnectionAsync(InvalidationTracker.kt:103) } at com.ustadmobile.door.room.InvalidationTracker$findChangedTablesOnConnectionAsync$1.invokeSuspend(InvalidationTracker.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)  NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:17 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)  NJul 31, 2025 1:55:17 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)  NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:17 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)  NJul 31, 2025 1:55:17 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)  NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:17 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)  NJul 31, 2025 1:55:17 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)  NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_59087_.sqlite] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Site] NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_59087_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@505bbd93 NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:59087/UmAppDatabase/ - endpoint=http://localhost.localdomain:59087/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:59087/UmAppDatabase/ - endpoint=http://localhost.localdomain:59087/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)  NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:59087/UmAppDatabase/ - endpoint=http://localhost.localdomain:59087/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:59087/UmAppDatabase/ - endpoint=http://localhost.localdomain:59087/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)  NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:17 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)  NJul 31, 2025 1:55:17 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)  NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_54131_.sqlite] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_54131_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@451417b8 NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Site] NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:54131/UmAppDatabase/ - endpoint=http://localhost.localdomain:54131/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:54131/UmAppDatabase/ - endpoint=http://localhost.localdomain:54131/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)  NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:54131/UmAppDatabase/ - endpoint=http://localhost.localdomain:54131/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:54131/UmAppDatabase/ - endpoint=http://localhost.localdomain:54131/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)  NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:17 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)  NJul 31, 2025 1:55:17 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)  NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:17 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] NJul 31, 2025 1:55:17 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)  NJul 31, 2025 1:55:17 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)  NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_34391_.sqlite] - useNewConnectionAsyncInternal connection #15 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:17 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] NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:34391/UmAppDatabase/ - endpoint=http://localhost.localdomain:34391/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:34391/UmAppDatabase/ - endpoint=http://localhost.localdomain:34391/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)  NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:34391/UmAppDatabase/ - endpoint=http://localhost.localdomain:34391/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:34391/UmAppDatabase/ - endpoint=http://localhost.localdomain:34391/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)  NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Clazz] NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[CoursePermission] NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:17 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] NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Clazz] NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[CoursePermission] NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_52169_.sqlite] - useNewConnectionAsyncInternal connection #13 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:52169/UmAppDatabase/ - endpoint=http://localhost.localdomain:52169/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:52169/UmAppDatabase/ - endpoint=http://localhost.localdomain:52169/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)  NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:52169/UmAppDatabase/ - endpoint=http://localhost.localdomain:52169/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:52169/UmAppDatabase/ - endpoint=http://localhost.localdomain:52169/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)  NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:17 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] NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[CoursePermission] NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:17 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] NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[CoursePermission] NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_38167_.sqlite] - useNewConnectionAsyncInternal connection #10 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:38167/UmAppDatabase/ - endpoint=http://localhost.localdomain:38167/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:38167/UmAppDatabase/ - endpoint=http://localhost.localdomain:38167/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)  NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:38167/UmAppDatabase/ - endpoint=http://localhost.localdomain:38167/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:38167/UmAppDatabase/ - endpoint=http://localhost.localdomain:38167/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)  NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:17 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] NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[SystemPermission] NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ZFINE: FINER ClazzEditViewModel$onClickSave$invokeSuspend - onClickSave: start transaction NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_37803_.sqlite] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:37803/UmAppDatabase/ - endpoint=http://localhost.localdomain:37803/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:37803/UmAppDatabase/ - endpoint=http://localhost.localdomain:37803/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)  NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:37803/UmAppDatabase/ - endpoint=http://localhost.localdomain:37803/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:37803/UmAppDatabase/ - endpoint=http://localhost.localdomain:37803/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)  NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog _FINE: FINER ClazzEditViewModel$onClickSave$invokeSuspend - onClickSave: transaction block done NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[Clazz, CoursePermission] NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog YFINE: FINER ClazzEditViewModel$onClickSave$invokeSuspend - onClickSave: transaction done NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog MFINE: FINER ClazzEditViewModel$onClickSave$invokeSuspend - onClickSave: done NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:17 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] NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[ScopedGrant] NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:17 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog PINFO: INFO DoorLog - [DatabaseBuilder.build - serverdb] database build complete NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog PINFO: INFO DoorLog - [DatabaseBuilder.build - serverdb] database build complete NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - serverdb] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PersonGroup] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - serverdb] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Person] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - serverdb] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[PersonGroupMember] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - serverdb] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[ScopedGrant] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=3710865563764903519 remoteEndpoint=http://localhost.localdomain:40659/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)  NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=3710865563764903519 remoteEndpoint=http://localhost.localdomain:40659/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)  NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@25137143 - http://localhost.localdomain:40659/UmAppDatabase/replication/sse?door-node=3710865563764903519%2F9a888d21-5cac-4701-bb8d-c179d2c12ce4] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@25137143 - http://localhost.localdomain:40659/UmAppDatabase/replication/sse?door-node=3710865563764903519%2F9a888d21-5cac-4701-bb8d-c179d2c12ce4] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - serverdb] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[PersonAuth2] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_40659_.sqlite] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:40659/UmAppDatabase/ - endpoint=http://localhost.localdomain:40659/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:40659/UmAppDatabase/ - endpoint=http://localhost.localdomain:40659/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)  NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:40659/UmAppDatabase/ - endpoint=http://localhost.localdomain:40659/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:40659/UmAppDatabase/ - endpoint=http://localhost.localdomain:40659/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)  NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog OINFO: INFO DoorLog - [DatabaseBuilder.build - client0] database build complete NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog OINFO: INFO DoorLog - [DatabaseBuilder.build - client0] database build complete NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost:46041/UmAppDatabase/ - endpoint=http://localhost:46041/UmAppDatabase/] init NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog OINFO: INFO DoorLog - [DatabaseBuilder.build - client1] database build complete NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog OINFO: INFO DoorLog - [DatabaseBuilder.build - client1] database build complete NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost:46041/UmAppDatabase/ - endpoint=http://localhost:46041/UmAppDatabase/] init NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog OINFO: INFO DoorLog - [DatabaseBuilder.build - client2] database build complete NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog OINFO: INFO DoorLog - [DatabaseBuilder.build - client2] database build complete NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost:46041/UmAppDatabase/ - endpoint=http://localhost:46041/UmAppDatabase/] init NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - serverdb] - useNewConnectionAsyncInternal connection #10 : SQLite Change Tracker: Changed tables=[Clazz, ClazzAssignment, CourseBlock, CoursePermission] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - serverdb] - useNewConnectionAsyncInternal connection #11 : SQLite Change Tracker: Changed tables=[Person, SystemPermission] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client2] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client2] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client2] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - serverdb] - useNewConnectionAsyncInternal connection #13 : SQLite Change Tracker: Changed tables=[PersonAuth2] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[Person, ReplicationOperation] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client0] receiveMessage with 1 replications: inserts done/transaction finished NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4878980891300462842 remoteEndpoint=http://localhost.localdomain:41211/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)  NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4878980891300462842 remoteEndpoint=http://localhost.localdomain:41211/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)  NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@124ead0a - http://localhost.localdomain:41211/UmAppDatabase/replication/sse?door-node=4878980891300462842%2Fd88a6a7a-bfe9-4226-aaf0-f9e5764a038b] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@124ead0a - http://localhost.localdomain:41211/UmAppDatabase/replication/sse?door-node=4878980891300462842%2Fd88a6a7a-bfe9-4226-aaf0-f9e5764a038b] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[Site, ReplicationOperation] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client0] receiveMessage with 1 replications: inserts done/transaction finished NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_41211_.sqlite] - useNewConnectionAsyncInternal connection #14 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:41211/UmAppDatabase/ - endpoint=http://localhost.localdomain:41211/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:41211/UmAppDatabase/ - endpoint=http://localhost.localdomain:41211/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)  NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:41211/UmAppDatabase/ - endpoint=http://localhost.localdomain:41211/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:41211/UmAppDatabase/ - endpoint=http://localhost.localdomain:41211/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)  NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #10 : SQLite Change Tracker: Changed tables=[UserSession, OutgoingReplication] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - client0] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@60e0821c NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #11 : SQLite Change Tracker: Changed tables=[] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - serverdb] - useNewConnectionAsyncInternal connection #19 : SQLite Change Tracker: Changed tables=[Person, SystemPermission] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - serverdb] - useNewConnectionAsyncInternal connection #21 : SQLite Change Tracker: Changed tables=[UserSession, ReplicationOperation] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog zFINE: FINER DoorLog - [NodeEventManager - serverdb] receiveMessage with 1 replications: inserts done/transaction finished NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #12 : SQLite Change Tracker: Changed tables=[OutgoingReplication] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - serverdb] - useNewConnectionAsyncInternal connection #22 : SQLite Change Tracker: Changed tables=[PersonAuth2] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[Person, ReplicationOperation] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client1] receiveMessage with 1 replications: inserts done/transaction finished NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[Site, ReplicationOperation] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client1] receiveMessage with 1 replications: inserts done/transaction finished NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #10 : SQLite Change Tracker: Changed tables=[UserSession, OutgoingReplication] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - client1] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@62546abe NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - serverdb] - useNewConnectionAsyncInternal connection #29 : SQLite Change Tracker: Changed tables=[ClazzEnrolment] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #11 : SQLite Change Tracker: Changed tables=[] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - serverdb] - useNewConnectionAsyncInternal connection #31 : SQLite Change Tracker: Changed tables=[ClazzEnrolment] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - serverdb] - useNewConnectionAsyncInternal connection #32 : SQLite Change Tracker: Changed tables=[UserSession, ReplicationOperation] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog zFINE: FINER DoorLog - [NodeEventManager - serverdb] receiveMessage with 1 replications: inserts done/transaction finished NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=1869445210172100677 remoteEndpoint=http://localhost.localdomain:48773/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)  NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=1869445210172100677 remoteEndpoint=http://localhost.localdomain:48773/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)  NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@254bdf11 - http://localhost.localdomain:48773/UmAppDatabase/replication/sse?door-node=1869445210172100677%2Fc2164858-bc05-4e3f-8e09-65a430e75201] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@254bdf11 - http://localhost.localdomain:48773/UmAppDatabase/replication/sse?door-node=1869445210172100677%2Fc2164858-bc05-4e3f-8e09-65a430e75201] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #12 : SQLite Change Tracker: Changed tables=[OutgoingReplication] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_48773_.sqlite] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #19 : SQLite Change Tracker: Changed tables=[Clazz, ReplicationOperation] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client0] receiveMessage with 1 replications: inserts done/transaction finished NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:48773/UmAppDatabase/ - endpoint=http://localhost.localdomain:48773/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:48773/UmAppDatabase/ - endpoint=http://localhost.localdomain:48773/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)  NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:48773/UmAppDatabase/ - endpoint=http://localhost.localdomain:48773/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:48773/UmAppDatabase/ - endpoint=http://localhost.localdomain:48773/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)  NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #20 : SQLite Change Tracker: Changed tables=[] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client0] receiveMessage with 0 replications: inserts done/transaction finished NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #21 : SQLite Change Tracker: Changed tables=[] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client0] receiveMessage with 0 replications: inserts done/transaction finished NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #22 : SQLite Change Tracker: Changed tables=[] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client0] receiveMessage with 0 replications: inserts done/transaction finished NJul 31, 2025 1:55:18 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] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client0] receiveMessage with 6 replications: inserts done/transaction finished NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #29 : SQLite Change Tracker: Changed tables=[ReplicationOperation] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client0] receiveMessage with 2 replications: inserts done/transaction finished NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER SubmitAssignmentUseCase$invoke - SubmitAssignmentUseCase: save to repo for submitterUid=756455920875900929 assignmentUid=756455920875900928 NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #32 : SQLite Change Tracker: Changed tables=[CourseAssignmentSubmission, OutgoingReplication] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - client0] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@4130af2 NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #33 : SQLite Change Tracker: Changed tables=[] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - serverdb] - useNewConnectionAsyncInternal connection #44 : SQLite Change Tracker: Changed tables=[CourseAssignmentSubmission, ReplicationOperation] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog zFINE: FINER DoorLog - [NodeEventManager - serverdb] receiveMessage with 1 replications: inserts done/transaction finished NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER ClazzAssignmentIntegrationTest$givenCourseAndAssignmentCreated_whenStudentSubmits_thenTeacherCanMarkAndStudentCanSeeMarkGiven$invokeSuspend - ===TEST teacher can mark student=== NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #37 : SQLite Change Tracker: Changed tables=[OutgoingReplication] NJul 31, 2025 1:55:18 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] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client1] receiveMessage with 5 replications: inserts done/transaction finished NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=229471074446070328 remoteEndpoint=http://localhost.localdomain:59087/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)  NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=229471074446070328 remoteEndpoint=http://localhost.localdomain:59087/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)  NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@77a548d1 - http://localhost.localdomain:59087/UmAppDatabase/replication/sse?door-node=229471074446070328%2Fe30baefe-6d0d-4529-b0c5-ad413a7b2613] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@77a548d1 - http://localhost.localdomain:59087/UmAppDatabase/replication/sse?door-node=229471074446070328%2Fe30baefe-6d0d-4529-b0c5-ad413a7b2613] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #21 : SQLite Change Tracker: Changed tables=[Person, ReplicationOperation] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client1] receiveMessage with 1 replications: inserts done/transaction finished NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #22 : SQLite Change Tracker: Changed tables=[CourseAssignmentSubmission, ReplicationOperation] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client1] receiveMessage with 1 replications: inserts done/transaction finished NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #23 : SQLite Change Tracker: Changed tables=[] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client1] receiveMessage with 0 replications: inserts done/transaction finished NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_59087_.sqlite] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:59087/UmAppDatabase/ - endpoint=http://localhost.localdomain:59087/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:59087/UmAppDatabase/ - endpoint=http://localhost.localdomain:59087/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)  NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:59087/UmAppDatabase/ - endpoint=http://localhost.localdomain:59087/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:59087/UmAppDatabase/ - endpoint=http://localhost.localdomain:59087/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)  NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #24 : SQLite Change Tracker: Changed tables=[] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client1] receiveMessage with 0 replications: inserts done/transaction finished NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #25 : SQLite Change Tracker: Changed tables=[CourseBlock, ReplicationOperation] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client1] receiveMessage with 2 replications: inserts done/transaction finished NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER ClazzAssignmentIntegrationTest$givenCourseAndAssignmentCreated_whenStudentSubmits_thenTeacherCanMarkAndStudentCanSeeMarkGiven$invokeSuspend - ===SUBMIT MARK=== NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #30 : SQLite Change Tracker: Changed tables=[ClazzEnrolment, ReplicationOperation] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client1] receiveMessage with 5 replications: inserts done/transaction finished NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #33 : SQLite Change Tracker: Changed tables=[ReplicationOperation] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client1] receiveMessage with 1 replications: inserts done/transaction finished NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=1713416800960893925 remoteEndpoint=http://localhost.localdomain:54131/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)  NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=1713416800960893925 remoteEndpoint=http://localhost.localdomain:54131/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)  NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@1cca742c - http://localhost.localdomain:54131/UmAppDatabase/replication/sse?door-node=1713416800960893925%2F74c39363-40db-4158-97af-61118b46bfa7] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@1cca742c - http://localhost.localdomain:54131/UmAppDatabase/replication/sse?door-node=1713416800960893925%2F74c39363-40db-4158-97af-61118b46bfa7] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #35 : SQLite Change Tracker: Changed tables=[CourseAssignmentMark, OutgoingReplication] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - client1] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@b7e68a9 NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #36 : SQLite Change Tracker: Changed tables=[] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER ClazzAssignmentIntegrationTest$givenCourseAndAssignmentCreated_whenStudentSubmits_thenTeacherCanMarkAndStudentCanSeeMarkGiven$invokeSuspend - ===DONE/CANCEL=== NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - serverdb] - useNewConnectionAsyncInternal connection #63 : SQLite Change Tracker: Changed tables=[CourseAssignmentMark, ReplicationOperation] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog zFINE: FINER DoorLog - [NodeEventManager - serverdb] receiveMessage with 1 replications: inserts done/transaction finished NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_54131_.sqlite] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #38 : SQLite Change Tracker: Changed tables=[OutgoingReplication] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:54131/UmAppDatabase/ - endpoint=http://localhost.localdomain:54131/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:54131/UmAppDatabase/ - endpoint=http://localhost.localdomain:54131/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)  NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:54131/UmAppDatabase/ - endpoint=http://localhost.localdomain:54131/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:54131/UmAppDatabase/ - endpoint=http://localhost.localdomain:54131/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)  NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #44 : SQLite Change Tracker: Changed tables=[ReplicationOperation] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client0] receiveMessage with 1 replications: inserts done/transaction finished NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #45 : SQLite Change Tracker: Changed tables=[ReplicationOperation] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client0] receiveMessage with 1 replications: inserts done/transaction finished NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #46 : SQLite Change Tracker: Changed tables=[] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client0] receiveMessage with 0 replications: inserts done/transaction finished NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #47 : SQLite Change Tracker: Changed tables=[CourseAssignmentMark, ReplicationOperation] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client0] receiveMessage with 1 replications: inserts done/transaction finished NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #48 : SQLite Change Tracker: Changed tables=[ReplicationOperation] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client0] receiveMessage with 6 replications: inserts done/transaction finished NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@322f6283 - http://localhost:46041/UmAppDatabase/replication/sse?door-node=0%2Fauth0] close NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@322f6283 - http://localhost:46041/UmAppDatabase/replication/sse?door-node=0%2Fauth0] close NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@4a609803 - http://localhost:46041/UmAppDatabase/replication/sse?door-node=1%2Fauth1] close NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@4a609803 - http://localhost:46041/UmAppDatabase/replication/sse?door-node=1%2Fauth1] close NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=1713416800960893925 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)  NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=1713416800960893925 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)  NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@7663629f - http://inaccessible/UmAppDatabase/replication/sse?door-node=1713416800960893925%2F74c39363-40db-4158-97af-61118b46bfa7] error: java.net.UnknownHostException: inaccessible . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@7663629f - http://inaccessible/UmAppDatabase/replication/sse?door-node=1713416800960893925%2F74c39363-40db-4158-97af-61118b46bfa7] error: java.net.UnknownHostException: inaccessible . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:18 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] NJul 31, 2025 1:55:18 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)  NJul 31, 2025 1:55:18 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)  NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2865490367378611511 remoteEndpoint=http://localhost.localdomain:34391/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)  NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2865490367378611511 remoteEndpoint=http://localhost.localdomain:34391/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)  NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@542947a9 - http://localhost.localdomain:34391/UmAppDatabase/replication/sse?door-node=2865490367378611511%2F2bc26afe-3286-4409-8462-5e5a7ec4f2ee] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@542947a9 - http://localhost.localdomain:34391/UmAppDatabase/replication/sse?door-node=2865490367378611511%2F2bc26afe-3286-4409-8462-5e5a7ec4f2ee] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_34391_.sqlite] - useNewConnectionAsyncInternal connection #16 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:34391/UmAppDatabase/ - endpoint=http://localhost.localdomain:34391/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:34391/UmAppDatabase/ - endpoint=http://localhost.localdomain:34391/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)  NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:34391/UmAppDatabase/ - endpoint=http://localhost.localdomain:34391/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:34391/UmAppDatabase/ - endpoint=http://localhost.localdomain:34391/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)  NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2926763331098849147 remoteEndpoint=http://localhost.localdomain:52169/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)  NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2926763331098849147 remoteEndpoint=http://localhost.localdomain:52169/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)  NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@124ced52 - http://localhost.localdomain:52169/UmAppDatabase/replication/sse?door-node=2926763331098849147%2F68c6e85c-ed23-4c32-929f-9b41f2273a96] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@124ced52 - http://localhost.localdomain:52169/UmAppDatabase/replication/sse?door-node=2926763331098849147%2F68c6e85c-ed23-4c32-929f-9b41f2273a96] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_52169_.sqlite] - useNewConnectionAsyncInternal connection #14 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:52169/UmAppDatabase/ - endpoint=http://localhost.localdomain:52169/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:52169/UmAppDatabase/ - endpoint=http://localhost.localdomain:52169/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)  NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:52169/UmAppDatabase/ - endpoint=http://localhost.localdomain:52169/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:52169/UmAppDatabase/ - endpoint=http://localhost.localdomain:52169/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)  NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=8290241971578214372 remoteEndpoint=http://localhost.localdomain:38167/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)  NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=8290241971578214372 remoteEndpoint=http://localhost.localdomain:38167/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)  NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@35c9d788 - http://localhost.localdomain:38167/UmAppDatabase/replication/sse?door-node=8290241971578214372%2F55de7f2f-ca63-4945-b263-e017eadd92e4] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@35c9d788 - http://localhost.localdomain:38167/UmAppDatabase/replication/sse?door-node=8290241971578214372%2F55de7f2f-ca63-4945-b263-e017eadd92e4] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_38167_.sqlite] - useNewConnectionAsyncInternal connection #11 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:38167/UmAppDatabase/ - endpoint=http://localhost.localdomain:38167/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:38167/UmAppDatabase/ - endpoint=http://localhost.localdomain:38167/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)  NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:38167/UmAppDatabase/ - endpoint=http://localhost.localdomain:38167/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:38167/UmAppDatabase/ - endpoint=http://localhost.localdomain:38167/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)  NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=303466269370730146 remoteEndpoint=http://localhost.localdomain:37803/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)  NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=303466269370730146 remoteEndpoint=http://localhost.localdomain:37803/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)  NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@66c190b2 - http://localhost.localdomain:37803/UmAppDatabase/replication/sse?door-node=303466269370730146%2F95180c05-dd1e-4701-a1dd-500b85692f40] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@66c190b2 - http://localhost.localdomain:37803/UmAppDatabase/replication/sse?door-node=303466269370730146%2F95180c05-dd1e-4701-a1dd-500b85692f40] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_37803_.sqlite] - useNewConnectionAsyncInternal connection #7 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:37803/UmAppDatabase/ - endpoint=http://localhost.localdomain:37803/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:37803/UmAppDatabase/ - endpoint=http://localhost.localdomain:37803/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)  NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:37803/UmAppDatabase/ - endpoint=http://localhost.localdomain:37803/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:37803/UmAppDatabase/ - endpoint=http://localhost.localdomain:37803/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)  NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog }WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2 remoteEndpoint=http://localhost:46041/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)  NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog }WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2 remoteEndpoint=http://localhost:46041/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)  NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@5b677350 - http://localhost:46041/UmAppDatabase/replication/sse?door-node=2%2Fauth2] error: java.io.EOFException . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:18 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@5b677350 - http://localhost:46041/UmAppDatabase/replication/sse?door-node=2%2Fauth2] error: java.io.EOFException . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_40659_.sqlite] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:40659/UmAppDatabase/ - endpoint=http://localhost.localdomain:40659/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:40659/UmAppDatabase/ - endpoint=http://localhost.localdomain:40659/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)  NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:40659/UmAppDatabase/ - endpoint=http://localhost.localdomain:40659/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:40659/UmAppDatabase/ - endpoint=http://localhost.localdomain:40659/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)  NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_41211_.sqlite] - useNewConnectionAsyncInternal connection #15 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:41211/UmAppDatabase/ - endpoint=http://localhost.localdomain:41211/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:41211/UmAppDatabase/ - endpoint=http://localhost.localdomain:41211/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)  NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:41211/UmAppDatabase/ - endpoint=http://localhost.localdomain:41211/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:41211/UmAppDatabase/ - endpoint=http://localhost.localdomain:41211/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)  NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_48773_.sqlite] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:48773/UmAppDatabase/ - endpoint=http://localhost.localdomain:48773/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:48773/UmAppDatabase/ - endpoint=http://localhost.localdomain:48773/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)  NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:48773/UmAppDatabase/ - endpoint=http://localhost.localdomain:48773/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:48773/UmAppDatabase/ - endpoint=http://localhost.localdomain:48773/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)  NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_59087_.sqlite] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:59087/UmAppDatabase/ - endpoint=http://localhost.localdomain:59087/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:59087/UmAppDatabase/ - endpoint=http://localhost.localdomain:59087/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)  NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:59087/UmAppDatabase/ - endpoint=http://localhost.localdomain:59087/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:59087/UmAppDatabase/ - endpoint=http://localhost.localdomain:59087/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)  NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_54131_.sqlite] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:54131/UmAppDatabase/ - endpoint=http://localhost.localdomain:54131/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:54131/UmAppDatabase/ - endpoint=http://localhost.localdomain:54131/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)  NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:54131/UmAppDatabase/ - endpoint=http://localhost.localdomain:54131/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:54131/UmAppDatabase/ - endpoint=http://localhost.localdomain:54131/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)  NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:19 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] NJul 31, 2025 1:55:19 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)  NJul 31, 2025 1:55:19 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)  NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_34391_.sqlite] - useNewConnectionAsyncInternal connection #17 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:34391/UmAppDatabase/ - endpoint=http://localhost.localdomain:34391/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:34391/UmAppDatabase/ - endpoint=http://localhost.localdomain:34391/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)  NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:34391/UmAppDatabase/ - endpoint=http://localhost.localdomain:34391/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:34391/UmAppDatabase/ - endpoint=http://localhost.localdomain:34391/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)  NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:19 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] NJul 31, 2025 1:55:19 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] NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:19 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] NJul 31, 2025 1:55:19 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] NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_52169_.sqlite] - useNewConnectionAsyncInternal connection #15 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:52169/UmAppDatabase/ - endpoint=http://localhost.localdomain:52169/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:52169/UmAppDatabase/ - endpoint=http://localhost.localdomain:52169/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)  NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:52169/UmAppDatabase/ - endpoint=http://localhost.localdomain:52169/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:52169/UmAppDatabase/ - endpoint=http://localhost.localdomain:52169/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)  NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[Comments] NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #12 : SQLite Change Tracker: Changed tables=[Comments] NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLimitOffsetPagingSource$InvalidationTracker$onInvalidated - DoorLimitOffsetPagingSource: invalidated tables=Comments NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLimitOffsetPagingSource$InvalidationTracker$onInvalidated - DoorLimitOffsetPagingSource: invalidated tables=Comments NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLimitOffsetPagingSource$InvalidationTracker$onInvalidated - DoorLimitOffsetPagingSource: invalidated tables=Comments NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:19 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] NJul 31, 2025 1:55:19 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] NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_38167_.sqlite] - useNewConnectionAsyncInternal connection #12 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:38167/UmAppDatabase/ - endpoint=http://localhost.localdomain:38167/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:38167/UmAppDatabase/ - endpoint=http://localhost.localdomain:38167/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)  NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:38167/UmAppDatabase/ - endpoint=http://localhost.localdomain:38167/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:38167/UmAppDatabase/ - endpoint=http://localhost.localdomain:38167/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)  NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:19 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] NJul 31, 2025 1:55:19 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] NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:19 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] NJul 31, 2025 1:55:19 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] NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_37803_.sqlite] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:37803/UmAppDatabase/ - endpoint=http://localhost.localdomain:37803/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:37803/UmAppDatabase/ - endpoint=http://localhost.localdomain:37803/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)  NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:37803/UmAppDatabase/ - endpoint=http://localhost.localdomain:37803/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:37803/UmAppDatabase/ - endpoint=http://localhost.localdomain:37803/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)  NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:19 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] NJul 31, 2025 1:55:19 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] NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[CourseAssignmentSubmission] NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:19 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:20 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] NJul 31, 2025 1:55:20 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] NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[Comments] NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #13 : SQLite Change Tracker: Changed tables=[Comments] NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLimitOffsetPagingSource$InvalidationTracker$onInvalidated - DoorLimitOffsetPagingSource: invalidated tables=Comments NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLimitOffsetPagingSource$InvalidationTracker$onInvalidated - DoorLimitOffsetPagingSource: invalidated tables=Comments NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLimitOffsetPagingSource$InvalidationTracker$onInvalidated - DoorLimitOffsetPagingSource: invalidated tables=Comments NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLimitOffsetPagingSource$InvalidationTracker$onInvalidated - DoorLimitOffsetPagingSource: invalidated tables=Comments NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:20 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] NJul 31, 2025 1:55:20 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] NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=3710865563764903519 remoteEndpoint=http://localhost.localdomain:40659/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)  NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=3710865563764903519 remoteEndpoint=http://localhost.localdomain:40659/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)  NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@25137143 - http://localhost.localdomain:40659/UmAppDatabase/replication/sse?door-node=3710865563764903519%2F9a888d21-5cac-4701-bb8d-c179d2c12ce4] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@25137143 - http://localhost.localdomain:40659/UmAppDatabase/replication/sse?door-node=3710865563764903519%2F9a888d21-5cac-4701-bb8d-c179d2c12ce4] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_40659_.sqlite] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:40659/UmAppDatabase/ - endpoint=http://localhost.localdomain:40659/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:40659/UmAppDatabase/ - endpoint=http://localhost.localdomain:40659/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)  NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:40659/UmAppDatabase/ - endpoint=http://localhost.localdomain:40659/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:40659/UmAppDatabase/ - endpoint=http://localhost.localdomain:40659/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)  NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:20 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] NJul 31, 2025 1:55:20 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] NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4878980891300462842 remoteEndpoint=http://localhost.localdomain:41211/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)  NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4878980891300462842 remoteEndpoint=http://localhost.localdomain:41211/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)  NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@124ead0a - http://localhost.localdomain:41211/UmAppDatabase/replication/sse?door-node=4878980891300462842%2Fd88a6a7a-bfe9-4226-aaf0-f9e5764a038b] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@124ead0a - http://localhost.localdomain:41211/UmAppDatabase/replication/sse?door-node=4878980891300462842%2Fd88a6a7a-bfe9-4226-aaf0-f9e5764a038b] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:20 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] NJul 31, 2025 1:55:20 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] NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_41211_.sqlite] - useNewConnectionAsyncInternal connection #16 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:41211/UmAppDatabase/ - endpoint=http://localhost.localdomain:41211/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:41211/UmAppDatabase/ - endpoint=http://localhost.localdomain:41211/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)  NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:41211/UmAppDatabase/ - endpoint=http://localhost.localdomain:41211/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:41211/UmAppDatabase/ - endpoint=http://localhost.localdomain:41211/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)  NJul 31, 2025 1:55:20 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)  NJul 31, 2025 1:55:20 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)  NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=1869445210172100677 remoteEndpoint=http://localhost.localdomain:48773/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)  NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=1869445210172100677 remoteEndpoint=http://localhost.localdomain:48773/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)  NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@254bdf11 - http://localhost.localdomain:48773/UmAppDatabase/replication/sse?door-node=1869445210172100677%2Fc2164858-bc05-4e3f-8e09-65a430e75201] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@254bdf11 - http://localhost.localdomain:48773/UmAppDatabase/replication/sse?door-node=1869445210172100677%2Fc2164858-bc05-4e3f-8e09-65a430e75201] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:20 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] NJul 31, 2025 1:55:20 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] NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_48773_.sqlite] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:48773/UmAppDatabase/ - endpoint=http://localhost.localdomain:48773/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:48773/UmAppDatabase/ - endpoint=http://localhost.localdomain:48773/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)  NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:48773/UmAppDatabase/ - endpoint=http://localhost.localdomain:48773/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:48773/UmAppDatabase/ - endpoint=http://localhost.localdomain:48773/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)  NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:20 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] NJul 31, 2025 1:55:20 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] NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=229471074446070328 remoteEndpoint=http://localhost.localdomain:59087/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)  NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=229471074446070328 remoteEndpoint=http://localhost.localdomain:59087/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)  NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@77a548d1 - http://localhost.localdomain:59087/UmAppDatabase/replication/sse?door-node=229471074446070328%2Fe30baefe-6d0d-4529-b0c5-ad413a7b2613] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@77a548d1 - http://localhost.localdomain:59087/UmAppDatabase/replication/sse?door-node=229471074446070328%2Fe30baefe-6d0d-4529-b0c5-ad413a7b2613] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_59087_.sqlite] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:59087/UmAppDatabase/ - endpoint=http://localhost.localdomain:59087/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:59087/UmAppDatabase/ - endpoint=http://localhost.localdomain:59087/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)  NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:59087/UmAppDatabase/ - endpoint=http://localhost.localdomain:59087/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:59087/UmAppDatabase/ - endpoint=http://localhost.localdomain:59087/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)  NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=1713416800960893925 remoteEndpoint=http://localhost.localdomain:54131/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)  NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=1713416800960893925 remoteEndpoint=http://localhost.localdomain:54131/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)  NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@1cca742c - http://localhost.localdomain:54131/UmAppDatabase/replication/sse?door-node=1713416800960893925%2F74c39363-40db-4158-97af-61118b46bfa7] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@1cca742c - http://localhost.localdomain:54131/UmAppDatabase/replication/sse?door-node=1713416800960893925%2F74c39363-40db-4158-97af-61118b46bfa7] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:20 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] NJul 31, 2025 1:55:20 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] NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog cSEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running C SELECT CourseAssignmentSubmissionFile.*, TransferJobItem.* . FROM CourseAssignmentSubmissionFile ) LEFT JOIN TransferJobItem b ON TransferJobItem.tjiEntityUid = CourseAssignmentSubmissionFile.casaUid @ AND TransferJobItem.tjiTableId = 90 D WHERE CourseAssignmentSubmissionFile.casaSubmissionUid = ? > AND NOT CourseAssignmentSubmissionFile.casaDeleted  ijava.lang.IllegalStateException: com.ustadmobile.door.room.RoomDatabaseJdbcImplHelper@6d4bccf is closed! w at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.assertNotClosed(RoomDatabaseJdbcImplHelperCommon.kt:96)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:103)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useConnectionAsync$2$2.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt:237) 5 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt:42)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useConnectionAsync$2.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt:235) l at com.ustadmobile.door.ext.DoorDatabaseExtJvmJsKt.prepareAndUseStatementAsync(DoorDatabaseExtJvmJs.kt:24)  at com.ustadmobile.core.db.dao.CourseAssignmentSubmissionFileDao_JdbcImpl$getBySubmissionUid$1.invokeSuspend(CourseAssignmentSubmissionFileDao_JdbcImpl.kt:104) T at com.ustadmobile.door.flow.DoorFlowKt$doorFlow$1$1.invokeSuspend(DoorFlow.kt:40) tCaused by: java.lang.IllegalStateException: com.ustadmobile.door.room.RoomDatabaseJdbcImplHelper@6d4bccf is closed! w at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.assertNotClosed(RoomDatabaseJdbcImplHelperCommon.kt:96)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:103)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useConnectionAsync$2$2.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt:237) [ 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)  NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog cSEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running C SELECT CourseAssignmentSubmissionFile.*, TransferJobItem.* . FROM CourseAssignmentSubmissionFile ) LEFT JOIN TransferJobItem b ON TransferJobItem.tjiEntityUid = CourseAssignmentSubmissionFile.casaUid @ AND TransferJobItem.tjiTableId = 90 D WHERE CourseAssignmentSubmissionFile.casaSubmissionUid = ? > AND NOT CourseAssignmentSubmissionFile.casaDeleted  ijava.lang.IllegalStateException: com.ustadmobile.door.room.RoomDatabaseJdbcImplHelper@6d4bccf is closed! w at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.assertNotClosed(RoomDatabaseJdbcImplHelperCommon.kt:96)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:103)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useConnectionAsync$2$2.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt:237) 5 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt:42)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useConnectionAsync$2.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt:235) l at com.ustadmobile.door.ext.DoorDatabaseExtJvmJsKt.prepareAndUseStatementAsync(DoorDatabaseExtJvmJs.kt:24)  at com.ustadmobile.core.db.dao.CourseAssignmentSubmissionFileDao_JdbcImpl$getBySubmissionUid$1.invokeSuspend(CourseAssignmentSubmissionFileDao_JdbcImpl.kt:104) T at com.ustadmobile.door.flow.DoorFlowKt$doorFlow$1$1.invokeSuspend(DoorFlow.kt:40) tCaused by: java.lang.IllegalStateException: com.ustadmobile.door.room.RoomDatabaseJdbcImplHelper@6d4bccf is closed! w at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.assertNotClosed(RoomDatabaseJdbcImplHelperCommon.kt:96)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:103)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useConnectionAsync$2$2.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt:237) [ 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)  NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_54131_.sqlite] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:54131/UmAppDatabase/ - endpoint=http://localhost.localdomain:54131/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:54131/UmAppDatabase/ - endpoint=http://localhost.localdomain:54131/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)  NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:54131/UmAppDatabase/ - endpoint=http://localhost.localdomain:54131/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:54131/UmAppDatabase/ - endpoint=http://localhost.localdomain:54131/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)  NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=1713416800960893925 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)  NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=1713416800960893925 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)  NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@7663629f - http://inaccessible/UmAppDatabase/replication/sse?door-node=1713416800960893925%2F74c39363-40db-4158-97af-61118b46bfa7] error: java.net.UnknownHostException: inaccessible . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@7663629f - http://inaccessible/UmAppDatabase/replication/sse?door-node=1713416800960893925%2F74c39363-40db-4158-97af-61118b46bfa7] error: java.net.UnknownHostException: inaccessible . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:20 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] NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 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)  NJul 31, 2025 1:55:20 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)  NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2865490367378611511 remoteEndpoint=http://localhost.localdomain:34391/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)  NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2865490367378611511 remoteEndpoint=http://localhost.localdomain:34391/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)  NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@542947a9 - http://localhost.localdomain:34391/UmAppDatabase/replication/sse?door-node=2865490367378611511%2F2bc26afe-3286-4409-8462-5e5a7ec4f2ee] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@542947a9 - http://localhost.localdomain:34391/UmAppDatabase/replication/sse?door-node=2865490367378611511%2F2bc26afe-3286-4409-8462-5e5a7ec4f2ee] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:20 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)  NJul 31, 2025 1:55:20 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)  NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_34391_.sqlite] - useNewConnectionAsyncInternal connection #18 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:20 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)  NJul 31, 2025 1:55:20 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)  NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:34391/UmAppDatabase/ - endpoint=http://localhost.localdomain:34391/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:34391/UmAppDatabase/ - endpoint=http://localhost.localdomain:34391/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)  NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:34391/UmAppDatabase/ - endpoint=http://localhost.localdomain:34391/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:34391/UmAppDatabase/ - endpoint=http://localhost.localdomain:34391/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)  NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:20 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)  NJul 31, 2025 1:55:20 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)  NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2926763331098849147 remoteEndpoint=http://localhost.localdomain:52169/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)  NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2926763331098849147 remoteEndpoint=http://localhost.localdomain:52169/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)  NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@124ced52 - http://localhost.localdomain:52169/UmAppDatabase/replication/sse?door-node=2926763331098849147%2F68c6e85c-ed23-4c32-929f-9b41f2273a96] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@124ced52 - http://localhost.localdomain:52169/UmAppDatabase/replication/sse?door-node=2926763331098849147%2F68c6e85c-ed23-4c32-929f-9b41f2273a96] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:20 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)  NJul 31, 2025 1:55:20 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)  NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_52169_.sqlite] - useNewConnectionAsyncInternal connection #16 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:52169/UmAppDatabase/ - endpoint=http://localhost.localdomain:52169/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:52169/UmAppDatabase/ - endpoint=http://localhost.localdomain:52169/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)  NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:52169/UmAppDatabase/ - endpoint=http://localhost.localdomain:52169/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:52169/UmAppDatabase/ - endpoint=http://localhost.localdomain:52169/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)  NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:20 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] NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=8290241971578214372 remoteEndpoint=http://localhost.localdomain:38167/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)  NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=8290241971578214372 remoteEndpoint=http://localhost.localdomain:38167/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)  NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@35c9d788 - http://localhost.localdomain:38167/UmAppDatabase/replication/sse?door-node=8290241971578214372%2F55de7f2f-ca63-4945-b263-e017eadd92e4] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@35c9d788 - http://localhost.localdomain:38167/UmAppDatabase/replication/sse?door-node=8290241971578214372%2F55de7f2f-ca63-4945-b263-e017eadd92e4] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:20 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] NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog YFINE: FINER PeerReviewerAllocationEditViewModel$invokeSuspend - Number of submitters: 12 NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_38167_.sqlite] - useNewConnectionAsyncInternal connection #13 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:38167/UmAppDatabase/ - endpoint=http://localhost.localdomain:38167/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:38167/UmAppDatabase/ - endpoint=http://localhost.localdomain:38167/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)  NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:38167/UmAppDatabase/ - endpoint=http://localhost.localdomain:38167/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:38167/UmAppDatabase/ - endpoint=http://localhost.localdomain:38167/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)  NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:20 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] NJul 31, 2025 1:55:20 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] NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog YFINE: FINER PeerReviewerAllocationEditViewModel$invokeSuspend - Number of submitters: 10 NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog YFINE: FINER PeerReviewerAllocationEditViewModel$invokeSuspend - Number of submitters: 10 NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=303466269370730146 remoteEndpoint=http://localhost.localdomain:37803/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)  NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=303466269370730146 remoteEndpoint=http://localhost.localdomain:37803/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)  NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@66c190b2 - http://localhost.localdomain:37803/UmAppDatabase/replication/sse?door-node=303466269370730146%2F95180c05-dd1e-4701-a1dd-500b85692f40] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@66c190b2 - http://localhost.localdomain:37803/UmAppDatabase/replication/sse?door-node=303466269370730146%2F95180c05-dd1e-4701-a1dd-500b85692f40] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:20 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] NJul 31, 2025 1:55:20 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] NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[ClazzAssignment] NJul 31, 2025 1:55:20 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] NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_37803_.sqlite] - useNewConnectionAsyncInternal connection #9 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:37803/UmAppDatabase/ - endpoint=http://localhost.localdomain:37803/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:37803/UmAppDatabase/ - endpoint=http://localhost.localdomain:37803/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)  NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:37803/UmAppDatabase/ - endpoint=http://localhost.localdomain:37803/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:37803/UmAppDatabase/ - endpoint=http://localhost.localdomain:37803/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)  NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:20 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] NJul 31, 2025 1:55:20 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] NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[CoursePermission] NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog }WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2 remoteEndpoint=http://localhost:46041/UmAppDatabase/] : onError Jjava.net.ConnectException: Failed to connect to localhost/127.0.0.1:46041 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  NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog }WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2 remoteEndpoint=http://localhost:46041/UmAppDatabase/] : onError Jjava.net.ConnectException: Failed to connect to localhost/127.0.0.1:46041 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  NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@5b677350 - http://localhost:46041/UmAppDatabase/replication/sse?door-node=2%2Fauth2] error: java.net.ConnectException: Failed to connect to localhost/127.0.0.1:46041 . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@5b677350 - http://localhost:46041/UmAppDatabase/replication/sse?door-node=2%2Fauth2] error: java.net.ConnectException: Failed to connect to localhost/127.0.0.1:46041 . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:20 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:21 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] NJul 31, 2025 1:55:21 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] NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:21 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] NJul 31, 2025 1:55:21 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] NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[ClazzEnrolment] NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_40659_.sqlite] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:40659/UmAppDatabase/ - endpoint=http://localhost.localdomain:40659/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:40659/UmAppDatabase/ - endpoint=http://localhost.localdomain:40659/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)  NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:40659/UmAppDatabase/ - endpoint=http://localhost.localdomain:40659/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:40659/UmAppDatabase/ - endpoint=http://localhost.localdomain:40659/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)  NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:21 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] NJul 31, 2025 1:55:21 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] NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[ClazzEnrolment] NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #10 : SQLite Change Tracker: Changed tables=[ClazzEnrolment] NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:21 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] NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Clazz, CoursePermission] NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_41211_.sqlite] - useNewConnectionAsyncInternal connection #17 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:41211/UmAppDatabase/ - endpoint=http://localhost.localdomain:41211/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:41211/UmAppDatabase/ - endpoint=http://localhost.localdomain:41211/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)  NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:41211/UmAppDatabase/ - endpoint=http://localhost.localdomain:41211/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:41211/UmAppDatabase/ - endpoint=http://localhost.localdomain:41211/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)  NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:21 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] NJul 31, 2025 1:55:21 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] NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_48773_.sqlite] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:48773/UmAppDatabase/ - endpoint=http://localhost.localdomain:48773/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:48773/UmAppDatabase/ - endpoint=http://localhost.localdomain:48773/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)  NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:48773/UmAppDatabase/ - endpoint=http://localhost.localdomain:48773/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:48773/UmAppDatabase/ - endpoint=http://localhost.localdomain:48773/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)  NJul 31, 2025 1:55:21 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] NJul 31, 2025 1:55:21 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] NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:21 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] NJul 31, 2025 1:55:21 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] NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[ClazzLog] NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_59087_.sqlite] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:59087/UmAppDatabase/ - endpoint=http://localhost.localdomain:59087/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:59087/UmAppDatabase/ - endpoint=http://localhost.localdomain:59087/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)  NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:59087/UmAppDatabase/ - endpoint=http://localhost.localdomain:59087/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:59087/UmAppDatabase/ - endpoint=http://localhost.localdomain:59087/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)  NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_54131_.sqlite] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:54131/UmAppDatabase/ - endpoint=http://localhost.localdomain:54131/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:54131/UmAppDatabase/ - endpoint=http://localhost.localdomain:54131/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)  NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:54131/UmAppDatabase/ - endpoint=http://localhost.localdomain:54131/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:54131/UmAppDatabase/ - endpoint=http://localhost.localdomain:54131/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)  NJul 31, 2025 1:55:21 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] NJul 31, 2025 1:55:21 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)  NJul 31, 2025 1:55:21 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)  NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #11 : SQLite Change Tracker: Changed tables=[ClazzLog, ClazzLogAttendanceRecord] NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_34391_.sqlite] - useNewConnectionAsyncInternal connection #19 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:34391/UmAppDatabase/ - endpoint=http://localhost.localdomain:34391/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:34391/UmAppDatabase/ - endpoint=http://localhost.localdomain:34391/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)  NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:34391/UmAppDatabase/ - endpoint=http://localhost.localdomain:34391/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:34391/UmAppDatabase/ - endpoint=http://localhost.localdomain:34391/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)  NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:21 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] NJul 31, 2025 1:55:21 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] NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[ClazzLog] NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:21 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] NJul 31, 2025 1:55:21 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] NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_52169_.sqlite] - useNewConnectionAsyncInternal connection #17 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:52169/UmAppDatabase/ - endpoint=http://localhost.localdomain:52169/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:52169/UmAppDatabase/ - endpoint=http://localhost.localdomain:52169/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)  NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:52169/UmAppDatabase/ - endpoint=http://localhost.localdomain:52169/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:52169/UmAppDatabase/ - endpoint=http://localhost.localdomain:52169/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)  NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:21 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] NJul 31, 2025 1:55:21 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] NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[ClazzLog, ClazzLogAttendanceRecord] NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[ContentEntry] NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_38167_.sqlite] - useNewConnectionAsyncInternal connection #14 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:38167/UmAppDatabase/ - endpoint=http://localhost.localdomain:38167/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:38167/UmAppDatabase/ - endpoint=http://localhost.localdomain:38167/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)  NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:38167/UmAppDatabase/ - endpoint=http://localhost.localdomain:38167/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:38167/UmAppDatabase/ - endpoint=http://localhost.localdomain:38167/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)  NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog [FINE: FINER ContentEntryDetailOverviewViewModel$invokeSuspend - Could not get list of jobs NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog cSEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running  SELECT OfflineItem.*,  TransferJob.*,  1 (SELECT SUM(TransferJobItem.tjTotalSize) ( FROM TransferJobItem U WHERE TransferJobItem.tjiTjUid = TransferJob.tjUid) AS totalSize, ; (SELECT SUM(TransferJobItem.tjTransferred) ( FROM TransferJobItem W WHERE TransferJobItem.tjiTjUid = TransferJob.tjUid) AS transferred  , M CAST(OfflineItem.oiActive AS INTEGER) = 1 AND (SELECT EXISTS( 1 SELECT CompletedJob.tjUid 7 FROM TransferJob CompletedJob ; WHERE CompletedJob.tjTableId = 738 < AND CompletedJob.tjEntityUid IN  + (SELECT ContentEntryVersion.cevUid 2 FROM ContentEntryVersion J WHERE ContentEntryVersion.cevContentEntryUid = ?)  9 AND CompletedJob.tjStatus = 21 6 AND CompletedJob.tjType = 2 N AND CompletedJob.tjTimeCreated >= OfflineItem.oiLct & LIMIT 1 & )) AS readyForOffline, & NULL AS latestErrorStr  FROM OfflineItem & LEFT JOIN TransferJob 1 ON TransferJob.tjUid = 3 (SELECT TransferJob.tjUid - FROM TransferJob = WHERE TransferJob.tjTableId = 738 > AND TransferJob.tjEntityUid IN " + (SELECT ContentEntryVersion.cevUid 2 FROM ContentEntryVersion J WHERE ContentEntryVersion.cevContentEntryUid = ?)  ; AND TransferJob.tjStatus < 21 E ORDER BY TransferJob.tjTimeCreated DESC $ LIMIT 1) ( WHERE OfflineItem.oiNodeId = ? 1 AND OfflineItem.oiContentEntryUid = ? & ORDER BY OfflineItem.oiLct DESC  LIMIT 1  jjava.lang.IllegalStateException: com.ustadmobile.door.room.RoomDatabaseJdbcImplHelper@6de40e21 is closed! w at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.assertNotClosed(RoomDatabaseJdbcImplHelperCommon.kt:96)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:103)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useConnectionAsync$2$2.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt:237) 5 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt:42)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useConnectionAsync$2.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt:235) l at com.ustadmobile.door.ext.DoorDatabaseExtJvmJsKt.prepareAndUseStatementAsync(DoorDatabaseExtJvmJs.kt:24) } at com.ustadmobile.core.db.dao.OfflineItemDao_JdbcImpl$findByContentEntryUid$1.invokeSuspend(OfflineItemDao_JdbcImpl.kt:64) T at com.ustadmobile.door.flow.DoorFlowKt$doorFlow$1$1.invokeSuspend(DoorFlow.kt:40) uCaused by: java.lang.IllegalStateException: com.ustadmobile.door.room.RoomDatabaseJdbcImplHelper@6de40e21 is closed! w at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.assertNotClosed(RoomDatabaseJdbcImplHelperCommon.kt:96)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:103)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useConnectionAsync$2$2.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt:237) [ 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)  NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog cSEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running  SELECT OfflineItem.*,  TransferJob.*,  1 (SELECT SUM(TransferJobItem.tjTotalSize) ( FROM TransferJobItem U WHERE TransferJobItem.tjiTjUid = TransferJob.tjUid) AS totalSize, ; (SELECT SUM(TransferJobItem.tjTransferred) ( FROM TransferJobItem W WHERE TransferJobItem.tjiTjUid = TransferJob.tjUid) AS transferred  , M CAST(OfflineItem.oiActive AS INTEGER) = 1 AND (SELECT EXISTS( 1 SELECT CompletedJob.tjUid 7 FROM TransferJob CompletedJob ; WHERE CompletedJob.tjTableId = 738 < AND CompletedJob.tjEntityUid IN  + (SELECT ContentEntryVersion.cevUid 2 FROM ContentEntryVersion J WHERE ContentEntryVersion.cevContentEntryUid = ?)  9 AND CompletedJob.tjStatus = 21 6 AND CompletedJob.tjType = 2 N AND CompletedJob.tjTimeCreated >= OfflineItem.oiLct & LIMIT 1 & )) AS readyForOffline, & NULL AS latestErrorStr  FROM OfflineItem & LEFT JOIN TransferJob 1 ON TransferJob.tjUid = 3 (SELECT TransferJob.tjUid - FROM TransferJob = WHERE TransferJob.tjTableId = 738 > AND TransferJob.tjEntityUid IN " + (SELECT ContentEntryVersion.cevUid 2 FROM ContentEntryVersion J WHERE ContentEntryVersion.cevContentEntryUid = ?)  ; AND TransferJob.tjStatus < 21 E ORDER BY TransferJob.tjTimeCreated DESC $ LIMIT 1) ( WHERE OfflineItem.oiNodeId = ? 1 AND OfflineItem.oiContentEntryUid = ? & ORDER BY OfflineItem.oiLct DESC  LIMIT 1  jjava.lang.IllegalStateException: com.ustadmobile.door.room.RoomDatabaseJdbcImplHelper@6de40e21 is closed! w at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.assertNotClosed(RoomDatabaseJdbcImplHelperCommon.kt:96)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:103)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useConnectionAsync$2$2.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt:237) 5 at _COROUTINE._BOUNDARY._(CoroutineDebugging.kt:42)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useConnectionAsync$2.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt:235) l at com.ustadmobile.door.ext.DoorDatabaseExtJvmJsKt.prepareAndUseStatementAsync(DoorDatabaseExtJvmJs.kt:24) } at com.ustadmobile.core.db.dao.OfflineItemDao_JdbcImpl$findByContentEntryUid$1.invokeSuspend(OfflineItemDao_JdbcImpl.kt:64) T at com.ustadmobile.door.flow.DoorFlowKt$doorFlow$1$1.invokeSuspend(DoorFlow.kt:40) uCaused by: java.lang.IllegalStateException: com.ustadmobile.door.room.RoomDatabaseJdbcImplHelper@6de40e21 is closed! w at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.assertNotClosed(RoomDatabaseJdbcImplHelperCommon.kt:96)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:103)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useConnectionAsync$2$2.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt:237) [ 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)  NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:21 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] NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[SystemPermission] NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_37803_.sqlite] - useNewConnectionAsyncInternal connection #10 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:37803/UmAppDatabase/ - endpoint=http://localhost.localdomain:37803/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:37803/UmAppDatabase/ - endpoint=http://localhost.localdomain:37803/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)  NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:37803/UmAppDatabase/ - endpoint=http://localhost.localdomain:37803/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:37803/UmAppDatabase/ - endpoint=http://localhost.localdomain:37803/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)  NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:21 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)  NJul 31, 2025 1:55:21 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)  NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:21 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)  NJul 31, 2025 1:55:21 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)  NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:21 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] NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:21 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:22 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] NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=3710865563764903519 remoteEndpoint=http://localhost.localdomain:40659/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)  NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=3710865563764903519 remoteEndpoint=http://localhost.localdomain:40659/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)  NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@25137143 - http://localhost.localdomain:40659/UmAppDatabase/replication/sse?door-node=3710865563764903519%2F9a888d21-5cac-4701-bb8d-c179d2c12ce4] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@25137143 - http://localhost.localdomain:40659/UmAppDatabase/replication/sse?door-node=3710865563764903519%2F9a888d21-5cac-4701-bb8d-c179d2c12ce4] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:22 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] NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_40659_.sqlite] - useNewConnectionAsyncInternal connection #7 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:40659/UmAppDatabase/ - endpoint=http://localhost.localdomain:40659/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:40659/UmAppDatabase/ - endpoint=http://localhost.localdomain:40659/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)  NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:40659/UmAppDatabase/ - endpoint=http://localhost.localdomain:40659/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:40659/UmAppDatabase/ - endpoint=http://localhost.localdomain:40659/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)  NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:22 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] NJul 31, 2025 1:55:22 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] NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4878980891300462842 remoteEndpoint=http://localhost.localdomain:41211/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)  NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4878980891300462842 remoteEndpoint=http://localhost.localdomain:41211/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)  NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@124ead0a - http://localhost.localdomain:41211/UmAppDatabase/replication/sse?door-node=4878980891300462842%2Fd88a6a7a-bfe9-4226-aaf0-f9e5764a038b] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@124ead0a - http://localhost.localdomain:41211/UmAppDatabase/replication/sse?door-node=4878980891300462842%2Fd88a6a7a-bfe9-4226-aaf0-f9e5764a038b] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:22 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] NJul 31, 2025 1:55:22 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] NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #7 : SQLite Change Tracker: Changed tables=[CourseGroupSet, CourseGroupMember] NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_41211_.sqlite] - useNewConnectionAsyncInternal connection #18 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:41211/UmAppDatabase/ - endpoint=http://localhost.localdomain:41211/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:41211/UmAppDatabase/ - endpoint=http://localhost.localdomain:41211/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)  NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:41211/UmAppDatabase/ - endpoint=http://localhost.localdomain:41211/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:41211/UmAppDatabase/ - endpoint=http://localhost.localdomain:41211/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)  NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:22 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] NJul 31, 2025 1:55:22 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] NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog hFINEST: FINEST CourseGroupSetListViewModel$invoke - CourseGroupSetList: set showAddItem visible = false NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=1869445210172100677 remoteEndpoint=http://localhost.localdomain:48773/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)  NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=1869445210172100677 remoteEndpoint=http://localhost.localdomain:48773/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)  NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@254bdf11 - http://localhost.localdomain:48773/UmAppDatabase/replication/sse?door-node=1869445210172100677%2Fc2164858-bc05-4e3f-8e09-65a430e75201] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@254bdf11 - http://localhost.localdomain:48773/UmAppDatabase/replication/sse?door-node=1869445210172100677%2Fc2164858-bc05-4e3f-8e09-65a430e75201] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[CourseTerminology] NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[CourseTerminology] NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_48773_.sqlite] - useNewConnectionAsyncInternal connection #7 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:48773/UmAppDatabase/ - endpoint=http://localhost.localdomain:48773/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:48773/UmAppDatabase/ - endpoint=http://localhost.localdomain:48773/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)  NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:48773/UmAppDatabase/ - endpoint=http://localhost.localdomain:48773/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:48773/UmAppDatabase/ - endpoint=http://localhost.localdomain:48773/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)  NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[CourseTerminology] NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=229471074446070328 remoteEndpoint=http://localhost.localdomain:59087/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)  NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=229471074446070328 remoteEndpoint=http://localhost.localdomain:59087/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)  NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@77a548d1 - http://localhost.localdomain:59087/UmAppDatabase/replication/sse?door-node=229471074446070328%2Fe30baefe-6d0d-4529-b0c5-ad413a7b2613] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@77a548d1 - http://localhost.localdomain:59087/UmAppDatabase/replication/sse?door-node=229471074446070328%2Fe30baefe-6d0d-4529-b0c5-ad413a7b2613] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_59087_.sqlite] - useNewConnectionAsyncInternal connection #7 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:59087/UmAppDatabase/ - endpoint=http://localhost.localdomain:59087/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:59087/UmAppDatabase/ - endpoint=http://localhost.localdomain:59087/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)  NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:59087/UmAppDatabase/ - endpoint=http://localhost.localdomain:59087/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:59087/UmAppDatabase/ - endpoint=http://localhost.localdomain:59087/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)  NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=1713416800960893925 remoteEndpoint=http://localhost.localdomain:54131/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)  NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=1713416800960893925 remoteEndpoint=http://localhost.localdomain:54131/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)  NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@1cca742c - http://localhost.localdomain:54131/UmAppDatabase/replication/sse?door-node=1713416800960893925%2F74c39363-40db-4158-97af-61118b46bfa7] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@1cca742c - http://localhost.localdomain:54131/UmAppDatabase/replication/sse?door-node=1713416800960893925%2F74c39363-40db-4158-97af-61118b46bfa7] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[CourseTerminology] NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER LoginViewModel$goToNextDestAfterLoginOrGuestSelected - LoginPresenter: go to next destination: nextDummyDestination NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_54131_.sqlite] - useNewConnectionAsyncInternal connection #7 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:54131/UmAppDatabase/ - endpoint=http://localhost.localdomain:54131/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:54131/UmAppDatabase/ - endpoint=http://localhost.localdomain:54131/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)  NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:54131/UmAppDatabase/ - endpoint=http://localhost.localdomain:54131/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:54131/UmAppDatabase/ - endpoint=http://localhost.localdomain:54131/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)  NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=1713416800960893925 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)  NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=1713416800960893925 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)  NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@7663629f - http://inaccessible/UmAppDatabase/replication/sse?door-node=1713416800960893925%2F74c39363-40db-4158-97af-61118b46bfa7] error: java.net.UnknownHostException: inaccessible . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@7663629f - http://inaccessible/UmAppDatabase/replication/sse?door-node=1713416800960893925%2F74c39363-40db-4158-97af-61118b46bfa7] error: java.net.UnknownHostException: inaccessible . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:22 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)  NJul 31, 2025 1:55:22 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)  NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:22 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)  NJul 31, 2025 1:55:22 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)  NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2865490367378611511 remoteEndpoint=http://localhost.localdomain:34391/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)  NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2865490367378611511 remoteEndpoint=http://localhost.localdomain:34391/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)  NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@542947a9 - http://localhost.localdomain:34391/UmAppDatabase/replication/sse?door-node=2865490367378611511%2F2bc26afe-3286-4409-8462-5e5a7ec4f2ee] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@542947a9 - http://localhost.localdomain:34391/UmAppDatabase/replication/sse?door-node=2865490367378611511%2F2bc26afe-3286-4409-8462-5e5a7ec4f2ee] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:22 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] NJul 31, 2025 1:55:22 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)  NJul 31, 2025 1:55:22 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)  NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:22 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)  NJul 31, 2025 1:55:22 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)  NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog zFINE: FINER LoginViewModel$goToNextDestAfterLoginOrGuestSelected - LoginPresenter: go to next destination: CourseListHome NJul 31, 2025 1:55:22 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$4.invokeSuspend(LoginViewModel.kt:160) 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  NJul 31, 2025 1:55:22 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$4.invokeSuspend(LoginViewModel.kt:160) 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  NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_34391_.sqlite] - useNewConnectionAsyncInternal connection #20 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:34391/UmAppDatabase/ - endpoint=http://localhost.localdomain:34391/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:34391/UmAppDatabase/ - endpoint=http://localhost.localdomain:34391/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)  NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:34391/UmAppDatabase/ - endpoint=http://localhost.localdomain:34391/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:34391/UmAppDatabase/ - endpoint=http://localhost.localdomain:34391/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)  NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:22 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] NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[PersonGroup] NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[Person] NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[PersonGroupMember] NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[ScopedGrant] NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #7 : SQLite Change Tracker: Changed tables=[PersonParentJoin] NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2926763331098849147 remoteEndpoint=http://localhost.localdomain:52169/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)  NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2926763331098849147 remoteEndpoint=http://localhost.localdomain:52169/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)  NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #12 : SQLite Change Tracker: Changed tables=[PersonParentJoin] NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@124ced52 - http://localhost.localdomain:52169/UmAppDatabase/replication/sse?door-node=2926763331098849147%2F68c6e85c-ed23-4c32-929f-9b41f2273a96] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@124ced52 - http://localhost.localdomain:52169/UmAppDatabase/replication/sse?door-node=2926763331098849147%2F68c6e85c-ed23-4c32-929f-9b41f2273a96] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_52169_.sqlite] - useNewConnectionAsyncInternal connection #18 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:52169/UmAppDatabase/ - endpoint=http://localhost.localdomain:52169/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:52169/UmAppDatabase/ - endpoint=http://localhost.localdomain:52169/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)  NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:52169/UmAppDatabase/ - endpoint=http://localhost.localdomain:52169/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:52169/UmAppDatabase/ - endpoint=http://localhost.localdomain:52169/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)  NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:22 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] NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=8290241971578214372 remoteEndpoint=http://localhost.localdomain:38167/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)  NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=8290241971578214372 remoteEndpoint=http://localhost.localdomain:38167/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)  NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@35c9d788 - http://localhost.localdomain:38167/UmAppDatabase/replication/sse?door-node=8290241971578214372%2F55de7f2f-ca63-4945-b263-e017eadd92e4] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@35c9d788 - http://localhost.localdomain:38167/UmAppDatabase/replication/sse?door-node=8290241971578214372%2F55de7f2f-ca63-4945-b263-e017eadd92e4] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:22 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] NJul 31, 2025 1:55:22 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] NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_38167_.sqlite] - useNewConnectionAsyncInternal connection #15 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:38167/UmAppDatabase/ - endpoint=http://localhost.localdomain:38167/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:38167/UmAppDatabase/ - endpoint=http://localhost.localdomain:38167/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)  NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:38167/UmAppDatabase/ - endpoint=http://localhost.localdomain:38167/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:38167/UmAppDatabase/ - endpoint=http://localhost.localdomain:38167/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)  NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:22 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] NJul 31, 2025 1:55:22 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] NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=303466269370730146 remoteEndpoint=http://localhost.localdomain:37803/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)  NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=303466269370730146 remoteEndpoint=http://localhost.localdomain:37803/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)  NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@66c190b2 - http://localhost.localdomain:37803/UmAppDatabase/replication/sse?door-node=303466269370730146%2F95180c05-dd1e-4701-a1dd-500b85692f40] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@66c190b2 - http://localhost.localdomain:37803/UmAppDatabase/replication/sse?door-node=303466269370730146%2F95180c05-dd1e-4701-a1dd-500b85692f40] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_37803_.sqlite] - useNewConnectionAsyncInternal connection #11 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:37803/UmAppDatabase/ - endpoint=http://localhost.localdomain:37803/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:37803/UmAppDatabase/ - endpoint=http://localhost.localdomain:37803/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)  NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:37803/UmAppDatabase/ - endpoint=http://localhost.localdomain:37803/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:37803/UmAppDatabase/ - endpoint=http://localhost.localdomain:37803/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)  NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog }WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2 remoteEndpoint=http://localhost:46041/UmAppDatabase/] : onError Jjava.net.ConnectException: Failed to connect to localhost/127.0.0.1:46041 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  NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog }WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2 remoteEndpoint=http://localhost:46041/UmAppDatabase/] : onError Jjava.net.ConnectException: Failed to connect to localhost/127.0.0.1:46041 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  NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@5b677350 - http://localhost:46041/UmAppDatabase/replication/sse?door-node=2%2Fauth2] error: java.net.ConnectException: Failed to connect to localhost/127.0.0.1:46041 . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:22 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@5b677350 - http://localhost:46041/UmAppDatabase/replication/sse?door-node=2%2Fauth2] error: java.net.ConnectException: Failed to connect to localhost/127.0.0.1:46041 . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:23 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] NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[SystemPermission] NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[Person, SystemPermission] NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_40659_.sqlite] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:40659/UmAppDatabase/ - endpoint=http://localhost.localdomain:40659/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:40659/UmAppDatabase/ - endpoint=http://localhost.localdomain:40659/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)  NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:40659/UmAppDatabase/ - endpoint=http://localhost.localdomain:40659/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:40659/UmAppDatabase/ - endpoint=http://localhost.localdomain:40659/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)  NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:23 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] NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[SystemPermission] NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[Person, SystemPermission] NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:23 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] NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[SystemPermission] NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[Person, SystemPermission] NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_41211_.sqlite] - useNewConnectionAsyncInternal connection #19 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:41211/UmAppDatabase/ - endpoint=http://localhost.localdomain:41211/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:41211/UmAppDatabase/ - endpoint=http://localhost.localdomain:41211/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)  NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:41211/UmAppDatabase/ - endpoint=http://localhost.localdomain:41211/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:41211/UmAppDatabase/ - endpoint=http://localhost.localdomain:41211/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)  NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:23 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)  NJul 31, 2025 1:55:23 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)  NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:23 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] NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[SystemPermission] NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_48773_.sqlite] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:48773/UmAppDatabase/ - endpoint=http://localhost.localdomain:48773/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:48773/UmAppDatabase/ - endpoint=http://localhost.localdomain:48773/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)  NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:48773/UmAppDatabase/ - endpoint=http://localhost.localdomain:48773/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:48773/UmAppDatabase/ - endpoint=http://localhost.localdomain:48773/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)  NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:23 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] NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[SystemPermission] NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[Person, SystemPermission] NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:23 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] NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[SystemPermission] NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[Person, SystemPermission] NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_59087_.sqlite] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:59087/UmAppDatabase/ - endpoint=http://localhost.localdomain:59087/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:59087/UmAppDatabase/ - endpoint=http://localhost.localdomain:59087/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)  NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:59087/UmAppDatabase/ - endpoint=http://localhost.localdomain:59087/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:59087/UmAppDatabase/ - endpoint=http://localhost.localdomain:59087/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)  NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:23 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)  NJul 31, 2025 1:55:23 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)  NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:23 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)  NJul 31, 2025 1:55:23 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)  NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_54131_.sqlite] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:54131/UmAppDatabase/ - endpoint=http://localhost.localdomain:54131/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:54131/UmAppDatabase/ - endpoint=http://localhost.localdomain:54131/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)  NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:54131/UmAppDatabase/ - endpoint=http://localhost.localdomain:54131/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:54131/UmAppDatabase/ - endpoint=http://localhost.localdomain:54131/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)  NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:23 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)  NJul 31, 2025 1:55:23 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)  NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:23 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] NJul 31, 2025 1:55:23 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)  NJul 31, 2025 1:55:23 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)  NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:23 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)  NJul 31, 2025 1:55:23 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)  NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:23 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)  NJul 31, 2025 1:55:23 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)  NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_34391_.sqlite] - useNewConnectionAsyncInternal connection #21 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:34391/UmAppDatabase/ - endpoint=http://localhost.localdomain:34391/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:34391/UmAppDatabase/ - endpoint=http://localhost.localdomain:34391/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)  NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:34391/UmAppDatabase/ - endpoint=http://localhost.localdomain:34391/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:34391/UmAppDatabase/ - endpoint=http://localhost.localdomain:34391/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)  NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:23 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)  NJul 31, 2025 1:55:23 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)  NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:23 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)  NJul 31, 2025 1:55:23 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)  NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:23 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)  NJul 31, 2025 1:55:23 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)  NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:23 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)  NJul 31, 2025 1:55:23 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)  NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_52169_.sqlite] - useNewConnectionAsyncInternal connection #19 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:52169/UmAppDatabase/ - endpoint=http://localhost.localdomain:52169/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:52169/UmAppDatabase/ - endpoint=http://localhost.localdomain:52169/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)  NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:52169/UmAppDatabase/ - endpoint=http://localhost.localdomain:52169/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:52169/UmAppDatabase/ - endpoint=http://localhost.localdomain:52169/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)  NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:23 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)  NJul 31, 2025 1:55:23 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)  NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog ~FINE: FINER LearningSpaceEnterLinkViewModel$onClickNext$invokeSuspend - LearningSpaceEnterLink: 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.LearningSpaceEnterLinkViewModel$onClickNext$2.invokeSuspend(LearningSpaceEnterLinkViewModel.kt:75) 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)  NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:23 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)  NJul 31, 2025 1:55:23 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)  NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes NJul 31, 2025 1:55:23 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)  NJul 31, 2025 1:55:23 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)  NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[ContentEntryVersion] NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_38167_.sqlite] - useNewConnectionAsyncInternal connection #16 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:38167/UmAppDatabase/ - endpoint=http://localhost.localdomain:38167/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:38167/UmAppDatabase/ - endpoint=http://localhost.localdomain:38167/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)  NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:38167/UmAppDatabase/ - endpoint=http://localhost.localdomain:38167/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:38167/UmAppDatabase/ - endpoint=http://localhost.localdomain:38167/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)  NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog wFINEST: FINEST NonInteractiveContentXapiStatementRecorder$onActiveChanged - ContentUsageStatementRecorder: active=true NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_37803_.sqlite] - useNewConnectionAsyncInternal connection #12 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:37803/UmAppDatabase/ - endpoint=http://localhost.localdomain:37803/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:37803/UmAppDatabase/ - endpoint=http://localhost.localdomain:37803/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)  NJul 31, 2025 1:55:23 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:37803/UmAppDatabase/ - endpoint=http://localhost.localdomain:37803/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:37803/UmAppDatabase/ - endpoint=http://localhost.localdomain:37803/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)  NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=3710865563764903519 remoteEndpoint=http://localhost.localdomain:40659/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)  NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=3710865563764903519 remoteEndpoint=http://localhost.localdomain:40659/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)  NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@25137143 - http://localhost.localdomain:40659/UmAppDatabase/replication/sse?door-node=3710865563764903519%2F9a888d21-5cac-4701-bb8d-c179d2c12ce4] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@25137143 - http://localhost.localdomain:40659/UmAppDatabase/replication/sse?door-node=3710865563764903519%2F9a888d21-5cac-4701-bb8d-c179d2c12ce4] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_40659_.sqlite] - useNewConnectionAsyncInternal connection #9 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:40659/UmAppDatabase/ - endpoint=http://localhost.localdomain:40659/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:40659/UmAppDatabase/ - endpoint=http://localhost.localdomain:40659/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)  NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:40659/UmAppDatabase/ - endpoint=http://localhost.localdomain:40659/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:40659/UmAppDatabase/ - endpoint=http://localhost.localdomain:40659/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)  NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4878980891300462842 remoteEndpoint=http://localhost.localdomain:41211/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)  NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4878980891300462842 remoteEndpoint=http://localhost.localdomain:41211/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)  NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@124ead0a - http://localhost.localdomain:41211/UmAppDatabase/replication/sse?door-node=4878980891300462842%2Fd88a6a7a-bfe9-4226-aaf0-f9e5764a038b] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@124ead0a - http://localhost.localdomain:41211/UmAppDatabase/replication/sse?door-node=4878980891300462842%2Fd88a6a7a-bfe9-4226-aaf0-f9e5764a038b] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_41211_.sqlite] - useNewConnectionAsyncInternal connection #20 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:41211/UmAppDatabase/ - endpoint=http://localhost.localdomain:41211/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:41211/UmAppDatabase/ - endpoint=http://localhost.localdomain:41211/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)  NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:41211/UmAppDatabase/ - endpoint=http://localhost.localdomain:41211/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:41211/UmAppDatabase/ - endpoint=http://localhost.localdomain:41211/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)  NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=1869445210172100677 remoteEndpoint=http://localhost.localdomain:48773/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)  NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=1869445210172100677 remoteEndpoint=http://localhost.localdomain:48773/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)  NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@254bdf11 - http://localhost.localdomain:48773/UmAppDatabase/replication/sse?door-node=1869445210172100677%2Fc2164858-bc05-4e3f-8e09-65a430e75201] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@254bdf11 - http://localhost.localdomain:48773/UmAppDatabase/replication/sse?door-node=1869445210172100677%2Fc2164858-bc05-4e3f-8e09-65a430e75201] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_48773_.sqlite] - useNewConnectionAsyncInternal connection #9 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:48773/UmAppDatabase/ - endpoint=http://localhost.localdomain:48773/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:48773/UmAppDatabase/ - endpoint=http://localhost.localdomain:48773/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)  NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:48773/UmAppDatabase/ - endpoint=http://localhost.localdomain:48773/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:48773/UmAppDatabase/ - endpoint=http://localhost.localdomain:48773/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)  NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=229471074446070328 remoteEndpoint=http://localhost.localdomain:59087/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)  NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=229471074446070328 remoteEndpoint=http://localhost.localdomain:59087/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)  NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@77a548d1 - http://localhost.localdomain:59087/UmAppDatabase/replication/sse?door-node=229471074446070328%2Fe30baefe-6d0d-4529-b0c5-ad413a7b2613] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@77a548d1 - http://localhost.localdomain:59087/UmAppDatabase/replication/sse?door-node=229471074446070328%2Fe30baefe-6d0d-4529-b0c5-ad413a7b2613] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=1713416800960893925 remoteEndpoint=http://localhost.localdomain:54131/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)  NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=1713416800960893925 remoteEndpoint=http://localhost.localdomain:54131/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)  NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@1cca742c - http://localhost.localdomain:54131/UmAppDatabase/replication/sse?door-node=1713416800960893925%2F74c39363-40db-4158-97af-61118b46bfa7] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@1cca742c - http://localhost.localdomain:54131/UmAppDatabase/replication/sse?door-node=1713416800960893925%2F74c39363-40db-4158-97af-61118b46bfa7] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_59087_.sqlite] - useNewConnectionAsyncInternal connection #9 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:59087/UmAppDatabase/ - endpoint=http://localhost.localdomain:59087/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:59087/UmAppDatabase/ - endpoint=http://localhost.localdomain:59087/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)  NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:59087/UmAppDatabase/ - endpoint=http://localhost.localdomain:59087/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:59087/UmAppDatabase/ - endpoint=http://localhost.localdomain:59087/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)  NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=1713416800960893925 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)  NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=1713416800960893925 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)  NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@7663629f - http://inaccessible/UmAppDatabase/replication/sse?door-node=1713416800960893925%2F74c39363-40db-4158-97af-61118b46bfa7] error: java.net.UnknownHostException: inaccessible . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@7663629f - http://inaccessible/UmAppDatabase/replication/sse?door-node=1713416800960893925%2F74c39363-40db-4158-97af-61118b46bfa7] error: java.net.UnknownHostException: inaccessible . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_54131_.sqlite] - useNewConnectionAsyncInternal connection #9 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:54131/UmAppDatabase/ - endpoint=http://localhost.localdomain:54131/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:54131/UmAppDatabase/ - endpoint=http://localhost.localdomain:54131/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)  NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:54131/UmAppDatabase/ - endpoint=http://localhost.localdomain:54131/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:54131/UmAppDatabase/ - endpoint=http://localhost.localdomain:54131/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)  NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2865490367378611511 remoteEndpoint=http://localhost.localdomain:34391/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)  NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2865490367378611511 remoteEndpoint=http://localhost.localdomain:34391/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)  NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@542947a9 - http://localhost.localdomain:34391/UmAppDatabase/replication/sse?door-node=2865490367378611511%2F2bc26afe-3286-4409-8462-5e5a7ec4f2ee] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@542947a9 - http://localhost.localdomain:34391/UmAppDatabase/replication/sse?door-node=2865490367378611511%2F2bc26afe-3286-4409-8462-5e5a7ec4f2ee] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:24 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] NJul 31, 2025 1:55:24 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)  NJul 31, 2025 1:55:24 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)  NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_34391_.sqlite] - useNewConnectionAsyncInternal connection #22 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:34391/UmAppDatabase/ - endpoint=http://localhost.localdomain:34391/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:34391/UmAppDatabase/ - endpoint=http://localhost.localdomain:34391/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)  NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:34391/UmAppDatabase/ - endpoint=http://localhost.localdomain:34391/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:34391/UmAppDatabase/ - endpoint=http://localhost.localdomain:34391/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)  NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2926763331098849147 remoteEndpoint=http://localhost.localdomain:52169/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)  NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2926763331098849147 remoteEndpoint=http://localhost.localdomain:52169/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)  NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@124ced52 - http://localhost.localdomain:52169/UmAppDatabase/replication/sse?door-node=2926763331098849147%2F68c6e85c-ed23-4c32-929f-9b41f2273a96] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@124ced52 - http://localhost.localdomain:52169/UmAppDatabase/replication/sse?door-node=2926763331098849147%2F68c6e85c-ed23-4c32-929f-9b41f2273a96] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_52169_.sqlite] - useNewConnectionAsyncInternal connection #20 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:52169/UmAppDatabase/ - endpoint=http://localhost.localdomain:52169/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:52169/UmAppDatabase/ - endpoint=http://localhost.localdomain:52169/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)  NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:52169/UmAppDatabase/ - endpoint=http://localhost.localdomain:52169/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:52169/UmAppDatabase/ - endpoint=http://localhost.localdomain:52169/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)  NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=8290241971578214372 remoteEndpoint=http://localhost.localdomain:38167/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)  NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=8290241971578214372 remoteEndpoint=http://localhost.localdomain:38167/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)  NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@35c9d788 - http://localhost.localdomain:38167/UmAppDatabase/replication/sse?door-node=8290241971578214372%2F55de7f2f-ca63-4945-b263-e017eadd92e4] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@35c9d788 - http://localhost.localdomain:38167/UmAppDatabase/replication/sse?door-node=8290241971578214372%2F55de7f2f-ca63-4945-b263-e017eadd92e4] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_38167_.sqlite] - useNewConnectionAsyncInternal connection #17 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:38167/UmAppDatabase/ - endpoint=http://localhost.localdomain:38167/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:38167/UmAppDatabase/ - endpoint=http://localhost.localdomain:38167/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)  NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:38167/UmAppDatabase/ - endpoint=http://localhost.localdomain:38167/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:38167/UmAppDatabase/ - endpoint=http://localhost.localdomain:38167/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)  NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog xFINEST: FINEST NonInteractiveContentXapiStatementRecorder$onActiveChanged - ContentUsageStatementRecorder: active=false NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=303466269370730146 remoteEndpoint=http://localhost.localdomain:37803/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)  NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=303466269370730146 remoteEndpoint=http://localhost.localdomain:37803/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)  NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@66c190b2 - http://localhost.localdomain:37803/UmAppDatabase/replication/sse?door-node=303466269370730146%2F95180c05-dd1e-4701-a1dd-500b85692f40] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@66c190b2 - http://localhost.localdomain:37803/UmAppDatabase/replication/sse?door-node=303466269370730146%2F95180c05-dd1e-4701-a1dd-500b85692f40] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[ContentEntryVersion] NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog sFINEST: FINEST ResolveXapiLaunchHrefUseCase$invoke - Resolving xAPI url for contentEntryVersion 756455944511496192 NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_37803_.sqlite] - useNewConnectionAsyncInternal connection #13 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:37803/UmAppDatabase/ - endpoint=http://localhost.localdomain:37803/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:37803/UmAppDatabase/ - endpoint=http://localhost.localdomain:37803/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)  NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:37803/UmAppDatabase/ - endpoint=http://localhost.localdomain:37803/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:37803/UmAppDatabase/ - endpoint=http://localhost.localdomain:37803/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)  NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog }WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2 remoteEndpoint=http://localhost:46041/UmAppDatabase/] : onError Jjava.net.ConnectException: Failed to connect to localhost/127.0.0.1:46041 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  NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog }WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2 remoteEndpoint=http://localhost:46041/UmAppDatabase/] : onError Jjava.net.ConnectException: Failed to connect to localhost/127.0.0.1:46041 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  NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@5b677350 - http://localhost:46041/UmAppDatabase/replication/sse?door-node=2%2Fauth2] error: java.net.ConnectException: Failed to connect to localhost/127.0.0.1:46041 . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:24 PM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@5b677350 - http://localhost:46041/UmAppDatabase/replication/sse?door-node=2%2Fauth2] error: java.net.ConnectException: Failed to connect to localhost/127.0.0.1:46041 . Attempting to reconnect after 2000ms NJul 31, 2025 1:55:25 PM com.ustadmobile.core.util.NapierAntilogJvm performLog FINEST: FINEST ResolveXapiLaunchHrefUseCase$invoke - Resolved xAPI url for contentEntryVersion 756455944511496192 : http://localhost.localdomain:54419/756455944511496192/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= NJul 31, 2025 1:55:25 PM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool