m10:23:39,876 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is logback-classic version 1.5.6 10:23:39,877 |-INFO in ch.qos.logback.classic.util.ContextInitializer@2127e66e - No custom configurators were discovered as a service. 10:23:39,877 |-INFO in ch.qos.logback.classic.util.ContextInitializer@2127e66e - Trying to configure with ch.qos.logback.classic.joran.SerializedModelConfigurator 10:23:39,878 |-INFO in ch.qos.logback.classic.util.ContextInitializer@2127e66e - Constructed configurator of type class ch.qos.logback.classic.joran.SerializedModelConfigurator s10:23:39,881 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.scmo] n10:23:39,881 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.scmo] 10:23:39,886 |-INFO in ch.qos.logback.classic.util.ContextInitializer@2127e66e - ch.qos.logback.classic.joran.SerializedModelConfigurator.configure() call lasted 4 milliseconds. ExecutionStatus=INVOKE_NEXT_IF_ANY 10:23:39,886 |-INFO in ch.qos.logback.classic.util.ContextInitializer@2127e66e - Trying to configure with ch.qos.logback.classic.util.DefaultJoranConfigurator 10:23:39,886 |-INFO in ch.qos.logback.classic.util.ContextInitializer@2127e66e - Constructed configurator of type class ch.qos.logback.classic.util.DefaultJoranConfigurator r10:23:39,887 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml] 10:23:39,888 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [jar:file:/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/app-ktor-server/build/libs/app-ktor-server.jar!/logback.xml] 10:23:39,893 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@1229a2b7 - URL [jar:file:/home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/app-ktor-server/build/libs/app-ktor-server.jar!/logback.xml] is not of type file s10:23:39,956 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [FILE] 10:23:39,957 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] i10:23:39,982 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@240959474 - No compression will be used 10:23:39,983 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@240959474 - Will use the pattern ./log//ustad-server.%d{yyyy-MM-dd}.%i.log for the active file 10:23:39,984 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@51c959a4 - The date pattern is 'yyyy-MM-dd' from file name pattern './log//ustad-server.%d{yyyy-MM-dd}.%i.log'. k10:23:39,984 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@51c959a4 - Roll-over at midnight. 10:23:39,985 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@51c959a4 - Setting initial period to 2025-01-29T09:16:48.234Z 10:23:39,985 |-WARN in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@51c959a4 - SizeAndTimeBasedFNATP is deprecated. Use SizeAndTimeBasedRollingPolicy instead 10:23:39,985 |-WARN in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@51c959a4 - For more information see http://logback.qos.ch/manual/appenders.html#SizeAndTimeBasedRollingPolicy 10:23:39,986 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property }10:23:39,995 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[FILE] - Active log file name: ./log//ustad-server.log 10:23:39,996 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[FILE] - File property is set to [./log//ustad-server.log] }10:23:39,996 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to TRACE 10:23:39,996 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [FILE] to Logger[ROOT] 10:23:39,997 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [org.eclipse.jetty] to INFO ~10:23:39,997 |-INFO in ch.qos.logback.classic.model.processor.LoggerModelHandler - Setting level of logger [io.netty] to INFO m10:23:39,997 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@4fc3c165 - End of configuration. 10:23:39,998 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@10a0fe30 - Registering current configuration as safe fallback point 10:23:39,998 |-INFO in ch.qos.logback.classic.util.ContextInitializer@2127e66e - ch.qos.logback.classic.util.DefaultJoranConfigurator.configure() call lasted 112 milliseconds. ExecutionStatus=DO_NOT_INVOKE_NEXT_IF_ANY  43Exception in thread "UI Thread @coroutine#302" java.lang.NullPointerException: Cannot invoke "java.sql.Connection.setAutoCommit(boolean)" because "connection" is null 43L at com.zaxxer.hikari.pool.PoolBase.resetConnectionState(PoolBase.java:206) 43N at com.zaxxer.hikari.pool.PoolEntry.resetConnectionState(PoolEntry.java:108) 43K at com.zaxxer.hikari.pool.ProxyConnection.close(ProxyConnection.java:236) 43 at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:197) 43 at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21) 43 at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) 43[ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) 43A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:102) 43Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) 43c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) 43a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) 43[ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693) 43 Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [CoroutineId(302), "coroutine#302":StandaloneCoroutine{Cancelling}@51f4f113, Dispatchers.Main] ;:OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ;:FINEST: FINEST BlobDownloadClientUseCaseCommonJvm$downloadItemsFromChannelProcessor$invokeSuspend - BlobDownloadClientUseCaseCommonJvm: #0 http://localhost:54669/com/ustadmobile/core/container/testfile1.png : channel: start ;:OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ;:FINEST: FINEST BlobDownloadClientUseCaseCommonJvm$downloadItemsFromChannelProcessor$invokeSuspend - BlobDownloadClientUseCaseCommonJvm: #0 http://localhost:54669/com/ustadmobile/core/container/testfile1.png channel: completed ;:OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ;:FINEST: FINEST BlobDownloadClientUseCaseCommonJvm$downloadItemsFromChannelProcessor$invokeSuspend - BlobDownloadClientUseCaseCommonJvm: #0 http://localhost:54669/com/ustadmobile/core/container/testfile2.png : channel: start ;:OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ;:FINEST: FINEST BlobDownloadClientUseCaseCommonJvm$downloadItemsFromChannelProcessor$invokeSuspend - BlobDownloadClientUseCaseCommonJvm: #0 http://localhost:54669/com/ustadmobile/core/container/testfile2.png channel: completed ;:OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ;:FINEST: FINEST BlobDownloadClientUseCaseCommonJvm$downloadItemsFromChannelProcessor$invokeSuspend - BlobDownloadClientUseCaseCommonJvm: #0 http://localhost:54669/com/ustadmobile/core/container/testfile3.png : channel: start ;:OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ;:FINEST: FINEST BlobDownloadClientUseCaseCommonJvm$downloadItemsFromChannelProcessor$invokeSuspend - BlobDownloadClientUseCaseCommonJvm: #0 http://localhost:54669/com/ustadmobile/core/container/testfile3.png channel: completed ;:OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ;:FINE: FINER BlobDownloadClientUseCaseCommonJvmTest$givenListOfBlobsToDownload_whenInvoked_thenShouldRequestAll - BlobDownloadClientUseCaseCommonJvmTest: Recorded requests for http://localhost.localdomain:54669/com/ustadmobile/core/container/testfile1.png, http://localhost.localdomain:54669/com/ustadmobile/core/container/testfile2.png, http://localhost.localdomain:54669/com/ustadmobile/core/container/testfile3.png =FINE: FINER DoorLog - Closed HikariDataSource connection pool ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[ContentEntryImportJob] ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINEST: FINEST ImportContentEntryUseCase$invoke$contentEntryVersionEntity$1$updaterJob$invokeSuspend - CompressVideo: update status = null ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[ContentEntryImportJob] ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER SaveLocalUrisAsBlobsUseCaseJvm$invoke$invokeSuspend - SaveLocalUrisAsBlobsUseCaseJvm Storing 1 local uris as blobs (http://localhost:37823/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D) ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>DFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:37823/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D to /tmp/junit2425823434856499108/client-server-httpfiles/tmpWork/1.tmp (integrity=sha256-SAwMEEihCX84BYpcX9K0y/GPuYxx298222HQu85QihE=) ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>OFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>BFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FFINE: FINER UstadCache - UstadCache(client): db transaction completed ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit2425823434856499108/client-tmproot-server/9d4c2b8a-cee4-4da5-9f85-572753fcc4f2 ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>DFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:37823/api/content/688523729631989760/_ustadmanifest.json to /tmp/junit2425823434856499108/client-server-httpfiles/tmpWork/2.tmp (integrity=sha256-akKAP4fmZn2Yc7jwgyO6tWJ26m3v74tFowj7DOfcJWE=) ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>OFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>BFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FFINE: FINER UstadCache - UstadCache(client): db transaction completed ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[ContentEntryImportJob] ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[ContentEntryVersion] ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: GET http://localhost:37823/api/content/688523729631989760/_ustadmanifest.json ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:37823/api/content/688523729631989760/_ustadmanifest.json ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:37823/api/content/688523729631989760/_ustadmanifest.json ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:37823/api/content/688523729631989760/_ustadmanifest.json ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER UstadCache - OKHttp-CacheInterceptor: HIT(valid) http://localhost:37823/api/content/688523729631989760/_ustadmanifest.json 200 OK (contentType=application/json, content-encoding=identity content-length=436) ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINEST: FINEST UstadCache - UstadCache(client): add retention locks for http://localhost:37823/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D, http://localhost:37823/api/content/688523729631989760/_ustadmanifest.json ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:37823/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D) /tmp/junit2425823434856499108/client-server-httpfiles/cache/0a094661-2d89-4f9c-a4c3-158073a313cc -> /tmp/junit2425823434856499108/client-server-httpfiles/persistent/0a094661-2d89-4f9c-a4c3-158073a313cc ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:37823/api/content/688523729631989760/_ustadmanifest.json) /tmp/junit2425823434856499108/client-server-httpfiles/cache/4ff8c802-f5ec-4ada-8e34-d7bcc927ed0e -> /tmp/junit2425823434856499108/client-server-httpfiles/persistent/4ff8c802-f5ec-4ada-8e34-d7bcc927ed0e ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:37823/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:37823/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:37823/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:37823/api/content/688523729631989760/_ustadmanifest.json ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:37823/api/content/688523729631989760/_ustadmanifest.json ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:37823/api/content/688523729631989760/_ustadmanifest.json ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[TransferJob, TransferJobItem] ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER EnqueueBlobUploadClientUseCaseJvm$invoke - EnqueueBlobUploadClientUseCase(223e601d-5b24-42ea-92a6-9418a1854710): scheduled job #1 via quartz ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost:37823/UmAppDatabase/ - endpoint=http://localhost:37823/UmAppDatabase/] init ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: GET http://localhost:37823/UmAppDatabase/replication/sse?door-node=1321378793450602730%2Fca6faf9b-e114-4902-bd8a-3e268b241ad9 ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:37823/UmAppDatabase/replication/sse?door-node=1321378793450602730%2Fca6faf9b-e114-4902-bd8a-3e268b241ad9 ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:37823/UmAppDatabase/replication/sse?door-node=1321378793450602730%2Fca6faf9b-e114-4902-bd8a-3e268b241ad9 ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:37823/UmAppDatabase/replication/ackAndGetPendingReplications ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER UstadCache - UstadCache(client): MISS http://localhost:37823/UmAppDatabase/replication/sse?door-node=1321378793450602730%2Fca6faf9b-e114-4902-bd8a-3e268b241ad9 ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>}FINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: GET http://localhost:37823/UmAppDatabase/replication/nodeId ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>mINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:37823/UmAppDatabase/replication/nodeId ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>mINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:37823/UmAppDatabase/replication/nodeId ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>jFINE: FINER UstadCache - UstadCache(client): MISS http://localhost:37823/UmAppDatabase/replication/nodeId ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>ZFINE: FINER BlobUploadClientUseCaseJvm$invoke - BlobUploadClientUseCaseJvm (#1): starting ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:37823/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:37823/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:37823/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:37823/api/content/688523729631989760/_ustadmanifest.json ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:37823/api/content/688523729631989760/_ustadmanifest.json ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:37823/api/content/688523729631989760/_ustadmanifest.json ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:37823/api/blob/upload-init-batch ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER UstadCache - OKHttp-CacheInterceptor: NOSTORE http://localhost:37823/UmAppDatabase/replication/nodeId 204 No Content (contentType=text/plain, content-encoding=null content-length=-1) ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER UstadCache - OKHttp-CacheInterceptor: NOSTORE http://localhost:37823/UmAppDatabase/replication/sse?door-node=1321378793450602730%2Fca6faf9b-e114-4902-bd8a-3e268b241ad9 200 OK (contentType=text/event-stream; charset=UTF-8, content-encoding=null content-length=-1) ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #11 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER BlobUploadServerUseCase$onStartUploadSession - BlobUploadServerUseCase#onStartUploadSession(upload 223e601d-5b24-42ea-92a6-9418a1854710): batch upload init: Client list 2 blobs. 2 uploads pending (0 partial) ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #12 : SQLite Change Tracker: Changed tables=[] ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c5e41d53-ab8f-40a8-aa32-17f0d2ca7a0b): Uploading 152064 bytes in 1 chunks to http://localhost:37823/api/blob/upload-batch-data starting from byte=0 ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:37823/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:37823/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:37823/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:37823/api/blob/upload-batch-data ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c5e41d53-ab8f-40a8-aa32-17f0d2ca7a0b) receive request ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c5e41d53-ab8f-40a8-aa32-17f0d2ca7a0b) receive request ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c5e41d53-ab8f-40a8-aa32-17f0d2ca7a0b) appended chunk (isFinal=true) to /tmp/junit2425823434856499108/server-tmproot-server/blob-upload-server/c5e41d53-ab8f-40a8-aa32-17f0d2ca7a0b ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>DFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:37823/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D to /tmp/junit2425823434856499108/server-server-httpfiles/tmpWork/1.tmp (integrity=sha256-SAwMEEihCX84BYpcX9K0y/GPuYxx298222HQu85QihE=) ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>OFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>BFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FFINE: FINER UstadCache - UstadCache(client): db transaction completed ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c5e41d53-ab8f-40a8-aa32-17f0d2ca7a0b): Upload complete of 152064 bytes in 1 chunks to http://localhost:37823/api/blob/upload-batch-data ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146223541) for http://localhost:37823/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146223541http://localhost:37823/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:37823/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D) /tmp/junit2425823434856499108/client-server-httpfiles/persistent/0a094661-2d89-4f9c-a4c3-158073a313cc -> /tmp/junit2425823434856499108/client-server-httpfiles/cache/0a094661-2d89-4f9c-a4c3-158073a313cc ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c95a53e7-5910-4287-a5a3-8d7bfee17081): Uploading 436 bytes in 1 chunks to http://localhost:37823/api/blob/upload-batch-data starting from byte=0 ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:37823/api/content/688523729631989760/_ustadmanifest.json ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:37823/api/content/688523729631989760/_ustadmanifest.json ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:37823/api/content/688523729631989760/_ustadmanifest.json ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:37823/api/blob/upload-batch-data ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c95a53e7-5910-4287-a5a3-8d7bfee17081) receive request ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c95a53e7-5910-4287-a5a3-8d7bfee17081) receive request ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c95a53e7-5910-4287-a5a3-8d7bfee17081) appended chunk (isFinal=true) to /tmp/junit2425823434856499108/server-tmproot-server/blob-upload-server/c95a53e7-5910-4287-a5a3-8d7bfee17081 ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>DFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:37823/api/content/688523729631989760/_ustadmanifest.json to /tmp/junit2425823434856499108/server-server-httpfiles/tmpWork/2.tmp (integrity=sha256-akKAP4fmZn2Yc7jwgyO6tWJ26m3v74tFowj7DOfcJWE=) ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>OFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>BFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FFINE: FINER UstadCache - UstadCache(client): db transaction completed ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c95a53e7-5910-4287-a5a3-8d7bfee17081): Upload complete of 436 bytes in 1 chunks to http://localhost:37823/api/blob/upload-batch-data ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146223542) for http://localhost:37823/api/content/688523729631989760/_ustadmanifest.json ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146223542http://localhost:37823/api/content/688523729631989760/_ustadmanifest.json ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:37823/api/content/688523729631989760/_ustadmanifest.json) /tmp/junit2425823434856499108/client-server-httpfiles/persistent/4ff8c802-f5ec-4ada-8e34-d7bcc927ed0e -> /tmp/junit2425823434856499108/client-server-httpfiles/cache/4ff8c802-f5ec-4ada-8e34-d7bcc927ed0e ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER TransferJobItemStatusUpdater$commit$invokeSuspend - TransferJobItemStatusUpdater: update status complete for 1 updates=1 ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #13 : SQLite Change Tracker: Changed tables=[TransferJob, TransferJobItem, OutgoingReplication] ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite::memory:] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@4578935a ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>oINFO: INFO BlobUploadClientUseCaseJvm$invoke$invokeSuspend - BlobUploadClientUseCaseJvm (#1): Upload Complete! ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>oINFO: INFO BlobUploadClientUseCaseJvm$invoke$invokeSuspend - BlobUploadClientUseCaseJvm (#1): Upload Complete! ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #14 : SQLite Change Tracker: Changed tables=[] ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER XferTestClient$waitForContentUploadCompletion$invokeSuspend - XferTestClient: TransferJob #1 is complete(status = 21) ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:37823/api/content/688523729631989760/_ustadmanifest.json ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:37823/api/content/688523729631989760/_ustadmanifest.json ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:37823/api/content/688523729631989760/_ustadmanifest.json ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:37823/api/content/688523729631989760/_ustadmanifest.json ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:37823/api/content/688523729631989760/_ustadmanifest.json ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:37823/api/content/688523729631989760/_ustadmanifest.json ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:37823/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:37823/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:37823/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:37823/api/content/688523729631989760/_ustadmanifest.json ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:37823/api/content/688523729631989760/_ustadmanifest.json ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:37823/api/content/688523729631989760/_ustadmanifest.json ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:37823/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:37823/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:37823/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:37823/UmAppDatabase/replication/message ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[ContentEntryVersion, ReplicationOperation] ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DoorLog - [NodeEventManager - jdbc:sqlite::memory:] receiveMessage with 1 replications: inserts done/transaction finished ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: GET http://localhost:37823/api/content/688523729631989760/_ustadmanifest.json ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:37823/api/content/688523729631989760/_ustadmanifest.json ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:37823/api/content/688523729631989760/_ustadmanifest.json ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:37823/api/content/688523729631989760/_ustadmanifest.json ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER UstadCache - OKHttp-CacheInterceptor: HIT(valid) http://localhost:37823/api/content/688523729631989760/_ustadmanifest.json 200 OK (contentType=application/json, content-encoding=identity content-length=436) ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINEST: FINEST UstadCache - UstadCache(client): add retention locks for http://localhost:37823/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D, http://localhost:37823/api/content/688523729631989760/_ustadmanifest.json ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:37823/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D) /tmp/junit2425823434856499108/server-server-httpfiles/cache/39744a42-2764-48db-8e3f-4a3cf02ce299 -> /tmp/junit2425823434856499108/server-server-httpfiles/persistent/39744a42-2764-48db-8e3f-4a3cf02ce299 ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:37823/api/content/688523729631989760/_ustadmanifest.json) /tmp/junit2425823434856499108/server-server-httpfiles/cache/5ad69b39-b128-4494-b963-c2c7873676ad -> /tmp/junit2425823434856499108/server-server-httpfiles/persistent/5ad69b39-b128-4494-b963-c2c7873676ad ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #16 : SQLite Change Tracker: Changed tables=[OutgoingReplication] ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #7 : SQLite Change Tracker: Changed tables=[CacheLockJoin] ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>FINE: FINER DoorLog - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@7a7bd9a8 - http://localhost:37823/UmAppDatabase/replication/sse?door-node=1321378793450602730%2Fca6faf9b-e114-4902-bd8a-3e268b241ad9] close ?>OJan 29, 2025 10:23:43 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>>FINE: FINER DoorLog - Closed HikariDataSource connection pool ?>OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?>>FINE: FINER DoorLog - Closed HikariDataSource connection pool ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[ContentEntryImportJob] ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ImportContentEntryUseCase$invoke$contentEntryVersionEntity$1$updaterJob$invokeSuspend - CompressVideo: update status = null ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[ContentEntryImportJob] ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER SaveLocalUrisAsBlobsUseCaseJvm$invoke$invokeSuspend - SaveLocalUrisAsBlobsUseCaseJvm Storing 4 local uris as blobs (http://localhost:40047/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D, http://localhost:40047/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D, http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D, http://localhost:40047/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D) ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@DFINE: FINER UstadCache - UstadCache(client): storerequest 4 entries ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:40047/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D to /tmp/junit8476614195317094023/client-server-httpfiles/tmpWork/1.tmp (integrity=sha256-Ap/aWwwwZjRYBKIwEGx2EGC/Az1u4U/62d/Yj/O8QJQ=) ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:40047/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D to /tmp/junit8476614195317094023/client-server-httpfiles/tmpWork/2.tmp (integrity=sha256-6+cWyQhOQwzysWkefC0X5vCHnGtpmL/oKqaXFekaMSc=) ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D to /tmp/junit8476614195317094023/client-server-httpfiles/tmpWork/3.tmp (integrity=sha256-BHSuwMVjvuX0/zKMhkyXeK3eAdARBuWUFC5XOVL18W4=) ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:40047/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D to /tmp/junit8476614195317094023/client-server-httpfiles/tmpWork/4.tmp (integrity=sha256-PPHogjDxjkvCzVYdH/PqT+EVJ50nfcPnxxL9PAuW194=) ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@OFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 4 entries ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@BFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FFINE: FINER UstadCache - UstadCache(client): db transaction completed ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit8476614195317094023/client-tmproot-server/c3920b2b-1c81-41ce-9acf-d30f9c7ab054 ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit8476614195317094023/client-tmproot-server/df7cfc67-f542-438a-afbf-5c378e0071e8 ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit8476614195317094023/client-tmproot-server/bf5eb61f-0b0a-4cc3-91a2-b0237de45dda ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit8476614195317094023/client-tmproot-server/8bf3853a-5eb6-41fe-a87b-69cef8e07228 ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@DFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:40047/api/content/688523734025801728/_ustadmanifest.json to /tmp/junit8476614195317094023/client-server-httpfiles/tmpWork/5.tmp (integrity=sha256-Bms7YPgI5ZPkVVEQNnkpukAYTj6Qwy01z/9hfhETTHg=) ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@OFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@BFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FFINE: FINER UstadCache - UstadCache(client): db transaction completed ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[ContentEntryImportJob] ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[ContentEntryVersion] ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: GET http://localhost:40047/api/content/688523734025801728/_ustadmanifest.json ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/content/688523734025801728/_ustadmanifest.json ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/content/688523734025801728/_ustadmanifest.json ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40047/api/content/688523734025801728/_ustadmanifest.json ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - OKHttp-CacheInterceptor: HIT(valid) http://localhost:40047/api/content/688523734025801728/_ustadmanifest.json 200 OK (contentType=application/json, content-encoding=identity content-length=1654) ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): add retention locks for http://localhost:40047/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D, http://localhost:40047/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D, http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D, http://localhost:40047/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D, http://localhost:40047/api/content/688523734025801728/_ustadmanifest.json ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:40047/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D) /tmp/junit8476614195317094023/client-server-httpfiles/cache/b0ed97fc-adbe-4379-9904-f51595fd0a5f -> /tmp/junit8476614195317094023/client-server-httpfiles/persistent/b0ed97fc-adbe-4379-9904-f51595fd0a5f ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:40047/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D) /tmp/junit8476614195317094023/client-server-httpfiles/cache/488543d0-ee82-4b6a-a1ca-a5c309c3393d -> /tmp/junit8476614195317094023/client-server-httpfiles/persistent/488543d0-ee82-4b6a-a1ca-a5c309c3393d ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D) /tmp/junit8476614195317094023/client-server-httpfiles/cache/783f4868-0708-4b23-a69d-29e4f018719b -> /tmp/junit8476614195317094023/client-server-httpfiles/persistent/783f4868-0708-4b23-a69d-29e4f018719b ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:40047/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D) /tmp/junit8476614195317094023/client-server-httpfiles/cache/62f20d4d-f080-4838-b3b2-845c9b664048 -> /tmp/junit8476614195317094023/client-server-httpfiles/persistent/62f20d4d-f080-4838-b3b2-845c9b664048 ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:40047/api/content/688523734025801728/_ustadmanifest.json) /tmp/junit8476614195317094023/client-server-httpfiles/cache/001fda8d-19f6-4ac3-9fdb-d963fd0f0369 -> /tmp/junit8476614195317094023/client-server-httpfiles/persistent/001fda8d-19f6-4ac3-9fdb-d963fd0f0369 ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40047/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40047/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40047/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/content/688523734025801728/_ustadmanifest.json ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/content/688523734025801728/_ustadmanifest.json ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40047/api/content/688523734025801728/_ustadmanifest.json ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[TransferJob, TransferJobItem] ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER EnqueueBlobUploadClientUseCaseJvm$invoke - EnqueueBlobUploadClientUseCase(d494316a-a0e1-4f35-843a-4eacbfe2c7b7): scheduled job #1 via quartz ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost:40047/UmAppDatabase/ - endpoint=http://localhost:40047/UmAppDatabase/] init ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: GET http://localhost:40047/UmAppDatabase/replication/sse?door-node=4233502356562677321%2F9dfc3d69-9f4c-4115-8b92-75eaf34182a0 ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/UmAppDatabase/replication/sse?door-node=4233502356562677321%2F9dfc3d69-9f4c-4115-8b92-75eaf34182a0 ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/UmAppDatabase/replication/sse?door-node=4233502356562677321%2F9dfc3d69-9f4c-4115-8b92-75eaf34182a0 ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:40047/UmAppDatabase/replication/ackAndGetPendingReplications ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): MISS http://localhost:40047/UmAppDatabase/replication/sse?door-node=4233502356562677321%2F9dfc3d69-9f4c-4115-8b92-75eaf34182a0 ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - OKHttp-CacheInterceptor: NOSTORE http://localhost:40047/UmAppDatabase/replication/sse?door-node=4233502356562677321%2F9dfc3d69-9f4c-4115-8b92-75eaf34182a0 200 OK (contentType=text/event-stream; charset=UTF-8, content-encoding=null content-length=-1) ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@ZFINE: FINER BlobUploadClientUseCaseJvm$invoke - BlobUploadClientUseCaseJvm (#1): starting ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@}FINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: GET http://localhost:40047/UmAppDatabase/replication/nodeId ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@mINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/UmAppDatabase/replication/nodeId ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@mINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/UmAppDatabase/replication/nodeId ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40047/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@jFINE: FINER UstadCache - UstadCache(client): MISS http://localhost:40047/UmAppDatabase/replication/nodeId ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40047/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40047/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/content/688523734025801728/_ustadmanifest.json ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/content/688523734025801728/_ustadmanifest.json ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40047/api/content/688523734025801728/_ustadmanifest.json ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:40047/api/blob/upload-init-batch ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - OKHttp-CacheInterceptor: NOSTORE http://localhost:40047/UmAppDatabase/replication/nodeId 204 No Content (contentType=text/plain, content-encoding=null content-length=-1) ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER BlobUploadServerUseCase$onStartUploadSession - BlobUploadServerUseCase#onStartUploadSession(upload d494316a-a0e1-4f35-843a-4eacbfe2c7b7): batch upload init: Client list 5 blobs. 5 uploads pending (0 partial) ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(384cf59c-5703-44bd-9744-86603c0360ed): Uploading 461 bytes in 1 chunks to http://localhost:40047/api/blob/upload-batch-data starting from byte=0 ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40047/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #11 : SQLite Change Tracker: Changed tables=[] ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:40047/api/blob/upload-batch-data ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(384cf59c-5703-44bd-9744-86603c0360ed) receive request ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(384cf59c-5703-44bd-9744-86603c0360ed) receive request ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(384cf59c-5703-44bd-9744-86603c0360ed) appended chunk (isFinal=true) to /tmp/junit8476614195317094023/server-tmproot-server/blob-upload-server/384cf59c-5703-44bd-9744-86603c0360ed ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@DFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:40047/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D to /tmp/junit8476614195317094023/server-server-httpfiles/tmpWork/1.tmp (integrity=sha256-Ap/aWwwwZjRYBKIwEGx2EGC/Az1u4U/62d/Yj/O8QJQ=) ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@OFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@BFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FFINE: FINER UstadCache - UstadCache(client): db transaction completed ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(384cf59c-5703-44bd-9744-86603c0360ed): Upload complete of 461 bytes in 1 chunks to http://localhost:40047/api/blob/upload-batch-data ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146224880) for http://localhost:40047/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146224880http://localhost:40047/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:40047/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D) /tmp/junit8476614195317094023/client-server-httpfiles/persistent/b0ed97fc-adbe-4379-9904-f51595fd0a5f -> /tmp/junit8476614195317094023/client-server-httpfiles/cache/b0ed97fc-adbe-4379-9904-f51595fd0a5f ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(e0858e27-c70e-4791-9ae1-cfecf8edd7dc): Uploading 210 bytes in 1 chunks to http://localhost:40047/api/blob/upload-batch-data starting from byte=0 ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40047/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:40047/api/blob/upload-batch-data ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #12 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e0858e27-c70e-4791-9ae1-cfecf8edd7dc) receive request ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e0858e27-c70e-4791-9ae1-cfecf8edd7dc) receive request ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e0858e27-c70e-4791-9ae1-cfecf8edd7dc) appended chunk (isFinal=true) to /tmp/junit8476614195317094023/server-tmproot-server/blob-upload-server/e0858e27-c70e-4791-9ae1-cfecf8edd7dc ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@DFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:40047/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D to /tmp/junit8476614195317094023/server-server-httpfiles/tmpWork/2.tmp (integrity=sha256-6+cWyQhOQwzysWkefC0X5vCHnGtpmL/oKqaXFekaMSc=) ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@OFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@BFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FFINE: FINER UstadCache - UstadCache(client): db transaction completed ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(e0858e27-c70e-4791-9ae1-cfecf8edd7dc): Upload complete of 210 bytes in 1 chunks to http://localhost:40047/api/blob/upload-batch-data ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146224881) for http://localhost:40047/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146224881http://localhost:40047/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:40047/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D) /tmp/junit8476614195317094023/client-server-httpfiles/persistent/488543d0-ee82-4b6a-a1ca-a5c309c3393d -> /tmp/junit8476614195317094023/client-server-httpfiles/cache/488543d0-ee82-4b6a-a1ca-a5c309c3393d ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c4097d91-25a3-457d-9ebf-5cb018800509): Uploading 127481 bytes in 13 chunks to http://localhost:40047/api/blob/upload-batch-data starting from byte=0 ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:44 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:40047/api/blob/upload-batch-data ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c4097d91-25a3-457d-9ebf-5cb018800509) receive request ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c4097d91-25a3-457d-9ebf-5cb018800509) receive request ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c4097d91-25a3-457d-9ebf-5cb018800509) appended chunk (isFinal=false) to /tmp/junit8476614195317094023/server-tmproot-server/blob-upload-server/c4097d91-25a3-457d-9ebf-5cb018800509 ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:40047/api/blob/upload-batch-data ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER SaveLocalUriAndManifestUploadIntegrationTest$givenValidXapiFile_whenUploadInterrupted_thenWillRetry$interceptor$invokeSuspend - Interceptor Force Fail: c4097d91-25a3-457d-9ebf-5cb018800509 ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@SEVERE: SEVERE ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c4097d91-25a3-457d-9ebf-5cb018800509): Exception uploading ?@io.ktor.client.plugins.ServerResponseException: Server error(POST http://localhost:40047/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 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) ?@ ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@SEVERE: SEVERE ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c4097d91-25a3-457d-9ebf-5cb018800509): Exception uploading ?@io.ktor.client.plugins.ServerResponseException: Server error(POST http://localhost:40047/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 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) ?@ ?@OJan 29, 2025 10:23:45 AM 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:40047/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 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) ?@ ?@OJan 29, 2025 10:23:45 AM 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:40047/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 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) ?@ ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #13 : SQLite Change Tracker: Changed tables=[TransferJobItem] ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #15 : SQLite Change Tracker: Changed tables=[TransferJobError] ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@gFINE: FINER SchedulerExtKt$scheduleRetryOrThrow - scheduleRetryOrThrow: attempt 1 failed, rescheduling ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@ZFINE: FINER BlobUploadClientUseCaseJvm$invoke - BlobUploadClientUseCaseJvm (#1): starting ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40047/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40047/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40047/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/content/688523734025801728/_ustadmanifest.json ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/content/688523734025801728/_ustadmanifest.json ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40047/api/content/688523734025801728/_ustadmanifest.json ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:40047/api/blob/upload-init-batch ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER BlobUploadServerUseCase$onStartUploadSession - BlobUploadServerUseCase#onStartUploadSession(upload d494316a-a0e1-4f35-843a-4eacbfe2c7b7): batch upload init: Client list 5 blobs. 5 uploads pending (3 partial) ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST BlobUploadServerUseCase$onStartUploadSession - BlobUploadServerUseCase#onStartUploadSession(upload d494316a-a0e1-4f35-843a-4eacbfe2c7b7): Partial uploads pending = http://localhost:40047/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D, http://localhost:40047/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D, http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(384cf59c-5703-44bd-9744-86603c0360ed): Uploading 461 bytes in 1 chunks to http://localhost:40047/api/blob/upload-batch-data starting from byte=461 ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40047/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:40047/api/blob/upload-batch-data ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(384cf59c-5703-44bd-9744-86603c0360ed) receive request ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(384cf59c-5703-44bd-9744-86603c0360ed) receive request ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(384cf59c-5703-44bd-9744-86603c0360ed) appended chunk (isFinal=true) to /tmp/junit8476614195317094023/server-tmproot-server/blob-upload-server/384cf59c-5703-44bd-9744-86603c0360ed ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@DFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:40047/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D to /tmp/junit8476614195317094023/server-server-httpfiles/tmpWork/3.tmp (integrity=sha256-Ap/aWwwwZjRYBKIwEGx2EGC/Az1u4U/62d/Yj/O8QJQ=) ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@OFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@BFINE: FINER UstadCache - UstadCache(client): deleting 1 tmp files ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FFINE: FINER UstadCache - UstadCache(client): db transaction completed ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(384cf59c-5703-44bd-9744-86603c0360ed): Upload complete of 461 bytes in 1 chunks to http://localhost:40047/api/blob/upload-batch-data ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146224880) for http://localhost:40047/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146224880http://localhost:40047/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(e0858e27-c70e-4791-9ae1-cfecf8edd7dc): Uploading 210 bytes in 1 chunks to http://localhost:40047/api/blob/upload-batch-data starting from byte=210 ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40047/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:40047/api/blob/upload-batch-data ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e0858e27-c70e-4791-9ae1-cfecf8edd7dc) receive request ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e0858e27-c70e-4791-9ae1-cfecf8edd7dc) receive request ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e0858e27-c70e-4791-9ae1-cfecf8edd7dc) appended chunk (isFinal=true) to /tmp/junit8476614195317094023/server-tmproot-server/blob-upload-server/e0858e27-c70e-4791-9ae1-cfecf8edd7dc ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@DFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:40047/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D to /tmp/junit8476614195317094023/server-server-httpfiles/tmpWork/4.tmp (integrity=sha256-6+cWyQhOQwzysWkefC0X5vCHnGtpmL/oKqaXFekaMSc=) ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@OFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@BFINE: FINER UstadCache - UstadCache(client): deleting 1 tmp files ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FFINE: FINER UstadCache - UstadCache(client): db transaction completed ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(e0858e27-c70e-4791-9ae1-cfecf8edd7dc): Upload complete of 210 bytes in 1 chunks to http://localhost:40047/api/blob/upload-batch-data ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146224881) for http://localhost:40047/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146224881http://localhost:40047/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c4097d91-25a3-457d-9ebf-5cb018800509): Uploading 127481 bytes in 12 chunks to http://localhost:40047/api/blob/upload-batch-data starting from byte=10000 ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:40047/api/blob/upload-batch-data ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c4097d91-25a3-457d-9ebf-5cb018800509) receive request ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c4097d91-25a3-457d-9ebf-5cb018800509) receive request ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c4097d91-25a3-457d-9ebf-5cb018800509) appended chunk (isFinal=false) to /tmp/junit8476614195317094023/server-tmproot-server/blob-upload-server/c4097d91-25a3-457d-9ebf-5cb018800509 ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:40047/api/blob/upload-batch-data ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c4097d91-25a3-457d-9ebf-5cb018800509) receive request ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c4097d91-25a3-457d-9ebf-5cb018800509) receive request ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c4097d91-25a3-457d-9ebf-5cb018800509) appended chunk (isFinal=false) to /tmp/junit8476614195317094023/server-tmproot-server/blob-upload-server/c4097d91-25a3-457d-9ebf-5cb018800509 ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:40047/api/blob/upload-batch-data ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c4097d91-25a3-457d-9ebf-5cb018800509) receive request ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c4097d91-25a3-457d-9ebf-5cb018800509) receive request ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c4097d91-25a3-457d-9ebf-5cb018800509) appended chunk (isFinal=false) to /tmp/junit8476614195317094023/server-tmproot-server/blob-upload-server/c4097d91-25a3-457d-9ebf-5cb018800509 ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:40047/api/blob/upload-batch-data ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c4097d91-25a3-457d-9ebf-5cb018800509) receive request ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c4097d91-25a3-457d-9ebf-5cb018800509) receive request ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c4097d91-25a3-457d-9ebf-5cb018800509) appended chunk (isFinal=false) to /tmp/junit8476614195317094023/server-tmproot-server/blob-upload-server/c4097d91-25a3-457d-9ebf-5cb018800509 ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:40047/api/blob/upload-batch-data ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c4097d91-25a3-457d-9ebf-5cb018800509) receive request ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c4097d91-25a3-457d-9ebf-5cb018800509) receive request ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c4097d91-25a3-457d-9ebf-5cb018800509) appended chunk (isFinal=false) to /tmp/junit8476614195317094023/server-tmproot-server/blob-upload-server/c4097d91-25a3-457d-9ebf-5cb018800509 ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:40047/api/blob/upload-batch-data ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c4097d91-25a3-457d-9ebf-5cb018800509) receive request ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c4097d91-25a3-457d-9ebf-5cb018800509) receive request ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c4097d91-25a3-457d-9ebf-5cb018800509) appended chunk (isFinal=false) to /tmp/junit8476614195317094023/server-tmproot-server/blob-upload-server/c4097d91-25a3-457d-9ebf-5cb018800509 ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:40047/api/blob/upload-batch-data ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c4097d91-25a3-457d-9ebf-5cb018800509) receive request ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c4097d91-25a3-457d-9ebf-5cb018800509) receive request ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c4097d91-25a3-457d-9ebf-5cb018800509) appended chunk (isFinal=false) to /tmp/junit8476614195317094023/server-tmproot-server/blob-upload-server/c4097d91-25a3-457d-9ebf-5cb018800509 ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:40047/api/blob/upload-batch-data ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c4097d91-25a3-457d-9ebf-5cb018800509) receive request ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c4097d91-25a3-457d-9ebf-5cb018800509) receive request ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c4097d91-25a3-457d-9ebf-5cb018800509) appended chunk (isFinal=false) to /tmp/junit8476614195317094023/server-tmproot-server/blob-upload-server/c4097d91-25a3-457d-9ebf-5cb018800509 ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:40047/api/blob/upload-batch-data ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c4097d91-25a3-457d-9ebf-5cb018800509) receive request ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c4097d91-25a3-457d-9ebf-5cb018800509) receive request ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c4097d91-25a3-457d-9ebf-5cb018800509) appended chunk (isFinal=false) to /tmp/junit8476614195317094023/server-tmproot-server/blob-upload-server/c4097d91-25a3-457d-9ebf-5cb018800509 ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:45 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:40047/api/blob/upload-batch-data ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c4097d91-25a3-457d-9ebf-5cb018800509) receive request ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c4097d91-25a3-457d-9ebf-5cb018800509) receive request ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c4097d91-25a3-457d-9ebf-5cb018800509) appended chunk (isFinal=false) to /tmp/junit8476614195317094023/server-tmproot-server/blob-upload-server/c4097d91-25a3-457d-9ebf-5cb018800509 ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:40047/api/blob/upload-batch-data ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c4097d91-25a3-457d-9ebf-5cb018800509) receive request ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c4097d91-25a3-457d-9ebf-5cb018800509) receive request ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c4097d91-25a3-457d-9ebf-5cb018800509) appended chunk (isFinal=false) to /tmp/junit8476614195317094023/server-tmproot-server/blob-upload-server/c4097d91-25a3-457d-9ebf-5cb018800509 ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:40047/api/blob/upload-batch-data ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #19 : SQLite Change Tracker: Changed tables=[TransferJobItem] ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c4097d91-25a3-457d-9ebf-5cb018800509) receive request ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c4097d91-25a3-457d-9ebf-5cb018800509) receive request ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c4097d91-25a3-457d-9ebf-5cb018800509) appended chunk (isFinal=true) to /tmp/junit8476614195317094023/server-tmproot-server/blob-upload-server/c4097d91-25a3-457d-9ebf-5cb018800509 ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@DFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D to /tmp/junit8476614195317094023/server-server-httpfiles/tmpWork/5.tmp (integrity=sha256-BHSuwMVjvuX0/zKMhkyXeK3eAdARBuWUFC5XOVL18W4=) ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@OFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@BFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FFINE: FINER UstadCache - UstadCache(client): db transaction completed ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c4097d91-25a3-457d-9ebf-5cb018800509): Upload complete of 127481 bytes in 12 chunks to http://localhost:40047/api/blob/upload-batch-data ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146224882) for http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146224882http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D) /tmp/junit8476614195317094023/client-server-httpfiles/persistent/783f4868-0708-4b23-a69d-29e4f018719b -> /tmp/junit8476614195317094023/client-server-httpfiles/cache/783f4868-0708-4b23-a69d-29e4f018719b ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(3c1d5ce2-3d7d-483a-9107-480c09f46b04): Uploading 454 bytes in 1 chunks to http://localhost:40047/api/blob/upload-batch-data starting from byte=0 ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40047/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:40047/api/blob/upload-batch-data ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3c1d5ce2-3d7d-483a-9107-480c09f46b04) receive request ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3c1d5ce2-3d7d-483a-9107-480c09f46b04) receive request ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3c1d5ce2-3d7d-483a-9107-480c09f46b04) appended chunk (isFinal=true) to /tmp/junit8476614195317094023/server-tmproot-server/blob-upload-server/3c1d5ce2-3d7d-483a-9107-480c09f46b04 ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@DFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:40047/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D to /tmp/junit8476614195317094023/server-server-httpfiles/tmpWork/6.tmp (integrity=sha256-PPHogjDxjkvCzVYdH/PqT+EVJ50nfcPnxxL9PAuW194=) ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@OFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@BFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FFINE: FINER UstadCache - UstadCache(client): db transaction completed ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(3c1d5ce2-3d7d-483a-9107-480c09f46b04): Upload complete of 454 bytes in 1 chunks to http://localhost:40047/api/blob/upload-batch-data ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146224883) for http://localhost:40047/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146224883http://localhost:40047/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:40047/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D) /tmp/junit8476614195317094023/client-server-httpfiles/persistent/62f20d4d-f080-4838-b3b2-845c9b664048 -> /tmp/junit8476614195317094023/client-server-httpfiles/cache/62f20d4d-f080-4838-b3b2-845c9b664048 ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(d867fbaf-0052-4719-b8b0-e822b5c3908f): Uploading 1654 bytes in 1 chunks to http://localhost:40047/api/blob/upload-batch-data starting from byte=0 ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/content/688523734025801728/_ustadmanifest.json ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/content/688523734025801728/_ustadmanifest.json ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40047/api/content/688523734025801728/_ustadmanifest.json ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@xFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:40047/api/blob/upload-batch-data ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d867fbaf-0052-4719-b8b0-e822b5c3908f) receive request ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d867fbaf-0052-4719-b8b0-e822b5c3908f) receive request ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d867fbaf-0052-4719-b8b0-e822b5c3908f) appended chunk (isFinal=true) to /tmp/junit8476614195317094023/server-tmproot-server/blob-upload-server/d867fbaf-0052-4719-b8b0-e822b5c3908f ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@DFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:40047/api/content/688523734025801728/_ustadmanifest.json to /tmp/junit8476614195317094023/server-server-httpfiles/tmpWork/7.tmp (integrity=sha256-Bms7YPgI5ZPkVVEQNnkpukAYTj6Qwy01z/9hfhETTHg=) ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@OFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@BFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FFINE: FINER UstadCache - UstadCache(client): db transaction completed ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(d867fbaf-0052-4719-b8b0-e822b5c3908f): Upload complete of 1654 bytes in 1 chunks to http://localhost:40047/api/blob/upload-batch-data ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146224884) for http://localhost:40047/api/content/688523734025801728/_ustadmanifest.json ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146224884http://localhost:40047/api/content/688523734025801728/_ustadmanifest.json ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:40047/api/content/688523734025801728/_ustadmanifest.json) /tmp/junit8476614195317094023/client-server-httpfiles/persistent/001fda8d-19f6-4ac3-9fdb-d963fd0f0369 -> /tmp/junit8476614195317094023/client-server-httpfiles/cache/001fda8d-19f6-4ac3-9fdb-d963fd0f0369 ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER TransferJobItemStatusUpdater$commit$invokeSuspend - TransferJobItemStatusUpdater: update status complete for 1 updates=1 ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #21 : SQLite Change Tracker: Changed tables=[TransferJob, TransferJobItem, OutgoingReplication] ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite::memory:] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@533c6080 ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@oINFO: INFO BlobUploadClientUseCaseJvm$invoke$invokeSuspend - BlobUploadClientUseCaseJvm (#1): Upload Complete! ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@oINFO: INFO BlobUploadClientUseCaseJvm$invoke$invokeSuspend - BlobUploadClientUseCaseJvm (#1): Upload Complete! ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #22 : SQLite Change Tracker: Changed tables=[] ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER XferTestClient$waitForContentUploadCompletion$invokeSuspend - XferTestClient: TransferJob #1 is complete(status = 21) ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:40047/UmAppDatabase/replication/message ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/content/688523734025801728/_ustadmanifest.json ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/content/688523734025801728/_ustadmanifest.json ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40047/api/content/688523734025801728/_ustadmanifest.json ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/content/688523734025801728/_ustadmanifest.json ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/content/688523734025801728/_ustadmanifest.json ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40047/api/content/688523734025801728/_ustadmanifest.json ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40047/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40047/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40047/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/content/688523734025801728/_ustadmanifest.json ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/content/688523734025801728/_ustadmanifest.json ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40047/api/content/688523734025801728/_ustadmanifest.json ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40047/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40047/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40047/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[ContentEntryVersion, ReplicationOperation] ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [NodeEventManager - jdbc:sqlite::memory:] receiveMessage with 1 replications: inserts done/transaction finished ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: GET http://localhost:40047/api/content/688523734025801728/_ustadmanifest.json ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/content/688523734025801728/_ustadmanifest.json ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@INFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:40047/api/content/688523734025801728/_ustadmanifest.json ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:40047/api/content/688523734025801728/_ustadmanifest.json ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - OKHttp-CacheInterceptor: HIT(valid) http://localhost:40047/api/content/688523734025801728/_ustadmanifest.json 200 OK (contentType=application/json, content-encoding=identity content-length=1654) ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINEST: FINEST UstadCache - UstadCache(client): add retention locks for http://localhost:40047/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D, http://localhost:40047/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D, http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D, http://localhost:40047/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D, http://localhost:40047/api/content/688523734025801728/_ustadmanifest.json ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:40047/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D) /tmp/junit8476614195317094023/server-server-httpfiles/cache/a21582cb-d854-44a7-9999-fa40b4b9a6a5 -> /tmp/junit8476614195317094023/server-server-httpfiles/persistent/a21582cb-d854-44a7-9999-fa40b4b9a6a5 ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:40047/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D) /tmp/junit8476614195317094023/server-server-httpfiles/cache/f850c776-0e8e-4f09-a476-726dbd9ecd78 -> /tmp/junit8476614195317094023/server-server-httpfiles/persistent/f850c776-0e8e-4f09-a476-726dbd9ecd78 ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:40047/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D) /tmp/junit8476614195317094023/server-server-httpfiles/cache/927e1216-96a4-497c-9049-d10bcfd07dda -> /tmp/junit8476614195317094023/server-server-httpfiles/persistent/927e1216-96a4-497c-9049-d10bcfd07dda ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:40047/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D) /tmp/junit8476614195317094023/server-server-httpfiles/cache/5a9fb034-19f0-4ed4-ac0a-cc1dcb08c16d -> /tmp/junit8476614195317094023/server-server-httpfiles/persistent/5a9fb034-19f0-4ed4-ac0a-cc1dcb08c16d ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:40047/api/content/688523734025801728/_ustadmanifest.json) /tmp/junit8476614195317094023/server-server-httpfiles/cache/b5871a79-2120-413c-be72-1d82734f7900 -> /tmp/junit8476614195317094023/server-server-httpfiles/persistent/b5871a79-2120-413c-be72-1d82734f7900 ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #24 : SQLite Change Tracker: Changed tables=[OutgoingReplication] ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #7 : SQLite Change Tracker: Changed tables=[CacheLockJoin] ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@FINE: FINER DoorLog - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@34114276 - http://localhost:40047/UmAppDatabase/replication/sse?door-node=4233502356562677321%2F9dfc3d69-9f4c-4115-8b92-75eaf34182a0] close ?@OJan 29, 2025 10:23:46 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@>FINE: FINER DoorLog - Closed HikariDataSource connection pool ?@OJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?@>FINE: FINER DoorLog - Closed HikariDataSource connection pool ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[ContentEntryImportJob] ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST ImportContentEntryUseCase$invoke$contentEntryVersionEntity$1$updaterJob$invokeSuspend - CompressVideo: update status = null ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[ContentEntryImportJob] ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER SaveLocalUrisAsBlobsUseCaseJvm$invoke$invokeSuspend - SaveLocalUrisAsBlobsUseCaseJvm Storing 4 local uris as blobs (http://localhost:33475/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D, http://localhost:33475/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D, http://localhost:33475/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D, http://localhost:33475/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D) ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?ADFINE: FINER UstadCache - UstadCache(client): storerequest 4 entries ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:33475/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D to /tmp/junit16587014340672187537/client-server-httpfiles/tmpWork/1.tmp (integrity=sha256-Ap/aWwwwZjRYBKIwEGx2EGC/Az1u4U/62d/Yj/O8QJQ=) ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:33475/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D to /tmp/junit16587014340672187537/client-server-httpfiles/tmpWork/2.tmp (integrity=sha256-6+cWyQhOQwzysWkefC0X5vCHnGtpmL/oKqaXFekaMSc=) ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:33475/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D to /tmp/junit16587014340672187537/client-server-httpfiles/tmpWork/3.tmp (integrity=sha256-BHSuwMVjvuX0/zKMhkyXeK3eAdARBuWUFC5XOVL18W4=) ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:33475/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D to /tmp/junit16587014340672187537/client-server-httpfiles/tmpWork/4.tmp (integrity=sha256-PPHogjDxjkvCzVYdH/PqT+EVJ50nfcPnxxL9PAuW194=) ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 4 entries ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?ABFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit16587014340672187537/client-tmproot-server/dced5e64-5599-4dbc-85f9-50c8c48aa768 ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit16587014340672187537/client-tmproot-server/cc566177-19ec-4fc2-b7da-e4bc7da90479 ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit16587014340672187537/client-tmproot-server/c9d262bb-e2cd-4864-945d-7afacf28a11e ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit16587014340672187537/client-tmproot-server/1b1bf531-7e71-4953-8e3d-eb83b187944f ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?ADFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:33475/api/content/688523747509653504/_ustadmanifest.json to /tmp/junit16587014340672187537/client-server-httpfiles/tmpWork/5.tmp (integrity=sha256-3yeS4zUt2EX9rOaERhEMYMONArpViSCwSZZTUP/0DjA=) ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?ABFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[ContentEntryImportJob] ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[ContentEntryVersion] ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: GET http://localhost:33475/api/content/688523747509653504/_ustadmanifest.json ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/content/688523747509653504/_ustadmanifest.json ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/content/688523747509653504/_ustadmanifest.json ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:33475/api/content/688523747509653504/_ustadmanifest.json ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - OKHttp-CacheInterceptor: HIT(valid) http://localhost:33475/api/content/688523747509653504/_ustadmanifest.json 200 OK (contentType=application/json, content-encoding=identity content-length=1654) ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): add retention locks for http://localhost:33475/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D, http://localhost:33475/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D, http://localhost:33475/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D, http://localhost:33475/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D, http://localhost:33475/api/content/688523747509653504/_ustadmanifest.json ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:33475/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D) /tmp/junit16587014340672187537/client-server-httpfiles/cache/38c34f23-1ff9-45a6-83bc-8f67af39bb55 -> /tmp/junit16587014340672187537/client-server-httpfiles/persistent/38c34f23-1ff9-45a6-83bc-8f67af39bb55 ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:33475/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D) /tmp/junit16587014340672187537/client-server-httpfiles/cache/0f6d926b-c073-40f3-98bb-439fa4c0a4a5 -> /tmp/junit16587014340672187537/client-server-httpfiles/persistent/0f6d926b-c073-40f3-98bb-439fa4c0a4a5 ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:33475/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D) /tmp/junit16587014340672187537/client-server-httpfiles/cache/418b0791-944e-4005-9aa2-334aaf1b048b -> /tmp/junit16587014340672187537/client-server-httpfiles/persistent/418b0791-944e-4005-9aa2-334aaf1b048b ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:33475/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D) /tmp/junit16587014340672187537/client-server-httpfiles/cache/7e38a3fb-efa7-4ace-abd6-6b046922251f -> /tmp/junit16587014340672187537/client-server-httpfiles/persistent/7e38a3fb-efa7-4ace-abd6-6b046922251f ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:33475/api/content/688523747509653504/_ustadmanifest.json) /tmp/junit16587014340672187537/client-server-httpfiles/cache/e72f6a09-2b5c-48a9-adbd-340117343695 -> /tmp/junit16587014340672187537/client-server-httpfiles/persistent/e72f6a09-2b5c-48a9-adbd-340117343695 ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:33475/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:33475/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:33475/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:33475/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/content/688523747509653504/_ustadmanifest.json ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/content/688523747509653504/_ustadmanifest.json ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:33475/api/content/688523747509653504/_ustadmanifest.json ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[TransferJob, TransferJobItem] ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER EnqueueBlobUploadClientUseCaseJvm$invoke - EnqueueBlobUploadClientUseCase(e6310ba2-f650-4919-8871-66cb5c44293c): scheduled job #1 via quartz ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost:33475/UmAppDatabase/ - endpoint=http://localhost:33475/UmAppDatabase/] init ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: GET http://localhost:33475/UmAppDatabase/replication/sse?door-node=219436747731537186%2F7d752f67-9217-49a6-b67b-421b610b3cdf ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/UmAppDatabase/replication/sse?door-node=219436747731537186%2F7d752f67-9217-49a6-b67b-421b610b3cdf ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/UmAppDatabase/replication/sse?door-node=219436747731537186%2F7d752f67-9217-49a6-b67b-421b610b3cdf ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:33475/UmAppDatabase/replication/ackAndGetPendingReplications ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): MISS http://localhost:33475/UmAppDatabase/replication/sse?door-node=219436747731537186%2F7d752f67-9217-49a6-b67b-421b610b3cdf ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - OKHttp-CacheInterceptor: NOSTORE http://localhost:33475/UmAppDatabase/replication/sse?door-node=219436747731537186%2F7d752f67-9217-49a6-b67b-421b610b3cdf 200 OK (contentType=text/event-stream; charset=UTF-8, content-encoding=null content-length=-1) ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AZFINE: FINER BlobUploadClientUseCaseJvm$invoke - BlobUploadClientUseCaseJvm (#1): starting ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A}FINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: GET http://localhost:33475/UmAppDatabase/replication/nodeId ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AmINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/UmAppDatabase/replication/nodeId ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AmINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/UmAppDatabase/replication/nodeId ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:33475/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:33475/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:33475/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AjFINE: FINER UstadCache - UstadCache(client): MISS http://localhost:33475/UmAppDatabase/replication/nodeId ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:33475/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/content/688523747509653504/_ustadmanifest.json ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/content/688523747509653504/_ustadmanifest.json ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:33475/api/content/688523747509653504/_ustadmanifest.json ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:33475/api/blob/upload-init-batch ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - OKHttp-CacheInterceptor: NOSTORE http://localhost:33475/UmAppDatabase/replication/nodeId 204 No Content (contentType=text/plain, content-encoding=null content-length=-1) ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER BlobUploadServerUseCase$onStartUploadSession - BlobUploadServerUseCase#onStartUploadSession(upload e6310ba2-f650-4919-8871-66cb5c44293c): batch upload init: Client list 5 blobs. 5 uploads pending (0 partial) ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(3bd455f9-4b5e-40ed-a35c-e2de7c95ba38): Uploading 461 bytes in 1 chunks to http://localhost:33475/api/blob/upload-batch-data starting from byte=0 ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:33475/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:33475/api/blob/upload-batch-data ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #11 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3bd455f9-4b5e-40ed-a35c-e2de7c95ba38) receive request ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3bd455f9-4b5e-40ed-a35c-e2de7c95ba38) receive request ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3bd455f9-4b5e-40ed-a35c-e2de7c95ba38) appended chunk (isFinal=true) to /tmp/junit16587014340672187537/server-tmproot-server/blob-upload-server/3bd455f9-4b5e-40ed-a35c-e2de7c95ba38 ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?ADFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:33475/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D to /tmp/junit16587014340672187537/server-server-httpfiles/tmpWork/1.tmp (integrity=sha256-Ap/aWwwwZjRYBKIwEGx2EGC/Az1u4U/62d/Yj/O8QJQ=) ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?ABFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(3bd455f9-4b5e-40ed-a35c-e2de7c95ba38): Upload complete of 461 bytes in 1 chunks to http://localhost:33475/api/blob/upload-batch-data ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146227165) for http://localhost:33475/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146227165http://localhost:33475/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:33475/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D) /tmp/junit16587014340672187537/client-server-httpfiles/persistent/38c34f23-1ff9-45a6-83bc-8f67af39bb55 -> /tmp/junit16587014340672187537/client-server-httpfiles/cache/38c34f23-1ff9-45a6-83bc-8f67af39bb55 ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(6125dba8-5919-4834-aa42-76df4c611714): Uploading 210 bytes in 1 chunks to http://localhost:33475/api/blob/upload-batch-data starting from byte=0 ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:33475/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:33475/api/blob/upload-batch-data ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(6125dba8-5919-4834-aa42-76df4c611714) receive request ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(6125dba8-5919-4834-aa42-76df4c611714) receive request ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(6125dba8-5919-4834-aa42-76df4c611714) appended chunk (isFinal=true) to /tmp/junit16587014340672187537/server-tmproot-server/blob-upload-server/6125dba8-5919-4834-aa42-76df4c611714 ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?ADFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:33475/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D to /tmp/junit16587014340672187537/server-server-httpfiles/tmpWork/2.tmp (integrity=sha256-6+cWyQhOQwzysWkefC0X5vCHnGtpmL/oKqaXFekaMSc=) ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?ABFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #12 : SQLite Change Tracker: Changed tables=[] ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(6125dba8-5919-4834-aa42-76df4c611714): Upload complete of 210 bytes in 1 chunks to http://localhost:33475/api/blob/upload-batch-data ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146227166) for http://localhost:33475/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146227166http://localhost:33475/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:33475/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D) /tmp/junit16587014340672187537/client-server-httpfiles/persistent/0f6d926b-c073-40f3-98bb-439fa4c0a4a5 -> /tmp/junit16587014340672187537/client-server-httpfiles/cache/0f6d926b-c073-40f3-98bb-439fa4c0a4a5 ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c1e3a78e-6eda-44d1-aa94-5bc23e0be47e): Uploading 127481 bytes in 1 chunks to http://localhost:33475/api/blob/upload-batch-data starting from byte=0 ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:33475/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:33475/api/blob/upload-batch-data ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c1e3a78e-6eda-44d1-aa94-5bc23e0be47e) receive request ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c1e3a78e-6eda-44d1-aa94-5bc23e0be47e) receive request ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c1e3a78e-6eda-44d1-aa94-5bc23e0be47e) appended chunk (isFinal=true) to /tmp/junit16587014340672187537/server-tmproot-server/blob-upload-server/c1e3a78e-6eda-44d1-aa94-5bc23e0be47e ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?ADFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:33475/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D to /tmp/junit16587014340672187537/server-server-httpfiles/tmpWork/3.tmp (integrity=sha256-BHSuwMVjvuX0/zKMhkyXeK3eAdARBuWUFC5XOVL18W4=) ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?ABFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c1e3a78e-6eda-44d1-aa94-5bc23e0be47e): Upload complete of 127481 bytes in 1 chunks to http://localhost:33475/api/blob/upload-batch-data ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146227167) for http://localhost:33475/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146227167http://localhost:33475/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:33475/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D) /tmp/junit16587014340672187537/client-server-httpfiles/persistent/418b0791-944e-4005-9aa2-334aaf1b048b -> /tmp/junit16587014340672187537/client-server-httpfiles/cache/418b0791-944e-4005-9aa2-334aaf1b048b ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(221d64a8-33dc-436e-b9eb-e49572c16f39): Uploading 454 bytes in 1 chunks to http://localhost:33475/api/blob/upload-batch-data starting from byte=0 ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:33475/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:33475/api/blob/upload-batch-data ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(221d64a8-33dc-436e-b9eb-e49572c16f39) receive request ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(221d64a8-33dc-436e-b9eb-e49572c16f39) receive request ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(221d64a8-33dc-436e-b9eb-e49572c16f39) appended chunk (isFinal=true) to /tmp/junit16587014340672187537/server-tmproot-server/blob-upload-server/221d64a8-33dc-436e-b9eb-e49572c16f39 ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?ADFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:33475/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D to /tmp/junit16587014340672187537/server-server-httpfiles/tmpWork/4.tmp (integrity=sha256-PPHogjDxjkvCzVYdH/PqT+EVJ50nfcPnxxL9PAuW194=) ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?ABFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(221d64a8-33dc-436e-b9eb-e49572c16f39): Upload complete of 454 bytes in 1 chunks to http://localhost:33475/api/blob/upload-batch-data ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146227168) for http://localhost:33475/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146227168http://localhost:33475/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:33475/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D) /tmp/junit16587014340672187537/client-server-httpfiles/persistent/7e38a3fb-efa7-4ace-abd6-6b046922251f -> /tmp/junit16587014340672187537/client-server-httpfiles/cache/7e38a3fb-efa7-4ace-abd6-6b046922251f ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(0b67a384-bc03-42b5-ba57-9e3456a007b2): Uploading 1654 bytes in 1 chunks to http://localhost:33475/api/blob/upload-batch-data starting from byte=0 ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/content/688523747509653504/_ustadmanifest.json ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/content/688523747509653504/_ustadmanifest.json ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:33475/api/content/688523747509653504/_ustadmanifest.json ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:33475/api/blob/upload-batch-data ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(0b67a384-bc03-42b5-ba57-9e3456a007b2) receive request ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(0b67a384-bc03-42b5-ba57-9e3456a007b2) receive request ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(0b67a384-bc03-42b5-ba57-9e3456a007b2) appended chunk (isFinal=true) to /tmp/junit16587014340672187537/server-tmproot-server/blob-upload-server/0b67a384-bc03-42b5-ba57-9e3456a007b2 ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?ADFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:33475/api/content/688523747509653504/_ustadmanifest.json to /tmp/junit16587014340672187537/server-server-httpfiles/tmpWork/5.tmp (integrity=sha256-3yeS4zUt2EX9rOaERhEMYMONArpViSCwSZZTUP/0DjA=) ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?ABFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(0b67a384-bc03-42b5-ba57-9e3456a007b2): Upload complete of 1654 bytes in 1 chunks to http://localhost:33475/api/blob/upload-batch-data ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146227169) for http://localhost:33475/api/content/688523747509653504/_ustadmanifest.json ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146227169http://localhost:33475/api/content/688523747509653504/_ustadmanifest.json ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:33475/api/content/688523747509653504/_ustadmanifest.json) /tmp/junit16587014340672187537/client-server-httpfiles/persistent/e72f6a09-2b5c-48a9-adbd-340117343695 -> /tmp/junit16587014340672187537/client-server-httpfiles/cache/e72f6a09-2b5c-48a9-adbd-340117343695 ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER TransferJobItemStatusUpdater$commit$invokeSuspend - TransferJobItemStatusUpdater: update status complete for 1 updates=1 ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #13 : SQLite Change Tracker: Changed tables=[TransferJob, TransferJobItem, OutgoingReplication] ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite::memory:] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@2c70574a ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AoINFO: INFO BlobUploadClientUseCaseJvm$invoke$invokeSuspend - BlobUploadClientUseCaseJvm (#1): Upload Complete! ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AoINFO: INFO BlobUploadClientUseCaseJvm$invoke$invokeSuspend - BlobUploadClientUseCaseJvm (#1): Upload Complete! ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #14 : SQLite Change Tracker: Changed tables=[] ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER XferTestClient$waitForContentUploadCompletion$invokeSuspend - XferTestClient: TransferJob #1 is complete(status = 21) ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:33475/UmAppDatabase/replication/message ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/content/688523747509653504/_ustadmanifest.json ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/content/688523747509653504/_ustadmanifest.json ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:33475/api/content/688523747509653504/_ustadmanifest.json ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/content/688523747509653504/_ustadmanifest.json ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/content/688523747509653504/_ustadmanifest.json ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:33475/api/content/688523747509653504/_ustadmanifest.json ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:33475/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:33475/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:33475/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:33475/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/content/688523747509653504/_ustadmanifest.json ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/content/688523747509653504/_ustadmanifest.json ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:33475/api/content/688523747509653504/_ustadmanifest.json ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:33475/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:33475/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:33475/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:33475/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[ContentEntryVersion, ReplicationOperation] ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DoorLog - [NodeEventManager - jdbc:sqlite::memory:] receiveMessage with 1 replications: inserts done/transaction finished ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: GET http://localhost:33475/api/content/688523747509653504/_ustadmanifest.json ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/content/688523747509653504/_ustadmanifest.json ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:33475/api/content/688523747509653504/_ustadmanifest.json ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:33475/api/content/688523747509653504/_ustadmanifest.json ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - OKHttp-CacheInterceptor: HIT(valid) http://localhost:33475/api/content/688523747509653504/_ustadmanifest.json 200 OK (contentType=application/json, content-encoding=identity content-length=1654) ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINEST: FINEST UstadCache - UstadCache(client): add retention locks for http://localhost:33475/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D, http://localhost:33475/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D, http://localhost:33475/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D, http://localhost:33475/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D, http://localhost:33475/api/content/688523747509653504/_ustadmanifest.json ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:33475/api/blob/Ap%2FaWwwwZjRYBKIwEGx2EGC%2FAz1u4U%2F62d%2FYj%2FO8QJQ%3D) /tmp/junit16587014340672187537/server-server-httpfiles/cache/c6abfb79-9c78-43b7-8d60-bc7e119eca2d -> /tmp/junit16587014340672187537/server-server-httpfiles/persistent/c6abfb79-9c78-43b7-8d60-bc7e119eca2d ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:33475/api/blob/6%2BcWyQhOQwzysWkefC0X5vCHnGtpmL%2FoKqaXFekaMSc%3D) /tmp/junit16587014340672187537/server-server-httpfiles/cache/a4e9886e-8ebb-4304-add9-61be527da134 -> /tmp/junit16587014340672187537/server-server-httpfiles/persistent/a4e9886e-8ebb-4304-add9-61be527da134 ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:33475/api/blob/BHSuwMVjvuX0%2FzKMhkyXeK3eAdARBuWUFC5XOVL18W4%3D) /tmp/junit16587014340672187537/server-server-httpfiles/cache/7ba37f72-a4a5-4604-babd-a28e6f7e5771 -> /tmp/junit16587014340672187537/server-server-httpfiles/persistent/7ba37f72-a4a5-4604-babd-a28e6f7e5771 ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:33475/api/blob/PPHogjDxjkvCzVYdH%2FPqT%2BEVJ50nfcPnxxL9PAuW194%3D) /tmp/junit16587014340672187537/server-server-httpfiles/cache/916b5a1c-7f9a-4bc9-894b-0778d0fb96ef -> /tmp/junit16587014340672187537/server-server-httpfiles/persistent/916b5a1c-7f9a-4bc9-894b-0778d0fb96ef ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:33475/api/content/688523747509653504/_ustadmanifest.json) /tmp/junit16587014340672187537/server-server-httpfiles/cache/63ca64bd-0103-4167-8ea9-7e3925694c87 -> /tmp/junit16587014340672187537/server-server-httpfiles/persistent/63ca64bd-0103-4167-8ea9-7e3925694c87 ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #16 : SQLite Change Tracker: Changed tables=[OutgoingReplication] ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #7 : SQLite Change Tracker: Changed tables=[CacheLockJoin] ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?AFINE: FINER DoorLog - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@2da0770 - http://localhost:33475/UmAppDatabase/replication/sse?door-node=219436747731537186%2F7d752f67-9217-49a6-b67b-421b610b3cdf] close ?AOJan 29, 2025 10:23:47 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A>FINE: FINER DoorLog - Closed HikariDataSource connection pool ?AOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?A>FINE: FINER DoorLog - Closed HikariDataSource connection pool ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[ContentEntryImportJob] ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ImportContentEntryUseCase$invoke$contentEntryVersionEntity$1$updaterJob$invokeSuspend - CompressVideo: update status = null ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[ContentEntryImportJob] ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BbFINE: FINER SaveLocalUrisAsBlobsUseCaseJvm$invoke$invokeSuspend - SaveLocalUrisAsBlobsUseCaseJvm Storing 151 local uris as blobs (http://localhost:42373/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D, http://localhost:42373/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D, http://localhost:42373/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D, http://localhost:42373/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D, http://localhost:42373/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D, http://localhost:42373/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D, http://localhost:42373/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D, http://localhost:42373/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D, http://localhost:42373/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D, http://localhost:42373/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D, http://localhost:42373/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D, http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:42373/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D, http://localhost:42373/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D, http://localhost:42373/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D, http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:42373/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D, http://localhost:42373/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D, http://localhost:42373/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D, http://localhost:42373/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D, http://localhost:42373/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D, http://localhost:42373/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D, http://localhost:42373/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D, http://localhost:42373/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D, http://localhost:42373/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D, http://localhost:42373/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D, http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:42373/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D, http://localhost:42373/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D, http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:42373/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D, http://localhost:42373/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D, http://localhost:42373/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D, http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:42373/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D, http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:42373/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D, http://localhost:42373/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D, http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:42373/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D, http://localhost:42373/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D, http://localhost:42373/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D, http://localhost:42373/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D, http://localhost:42373/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D, http://localhost:42373/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D, http://localhost:42373/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D, http://localhost:42373/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D, http://localhost:42373/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D, http://localhost:42373/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D, http://localhost:42373/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D, http://localhost:42373/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D, http://localhost:42373/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D, http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D, http://localhost:42373/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D, http://localhost:42373/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D, http://localhost:42373/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D, http://localhost:42373/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D, http://localhost:42373/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D, http://localhost:42373/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D, http://localhost:42373/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D, http://localhost:42373/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D, http://localhost:42373/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D, http://localhost:42373/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D, http://localhost:42373/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D, http://localhost:42373/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D, http://localhost:42373/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D, http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D, http://localhost:42373/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D, http://localhost:42373/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D, http://localhost:42373/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D, http://localhost:42373/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D, http://localhost:42373/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D, http://localhost:42373/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D, http://localhost:42373/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D, http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D, http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D, http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D, http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D, http://localhost:42373/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D, http://localhost:42373/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D, http://localhost:42373/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D, http://localhost:42373/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D, http://localhost:42373/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D, http://localhost:42373/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D, http://localhost:42373/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D, http://localhost:42373/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D, http://localhost:42373/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D, http://localhost:42373/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D, http://localhost:42373/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D, http://localhost:42373/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D, http://localhost:42373/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D, http://localhost:42373/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D, http://localhost:42373/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D, http://localhost:42373/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D, http://localhost:42373/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D, http://localhost:42373/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D, http://localhost:42373/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D, http://localhost:42373/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D, http://localhost:42373/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D, http://localhost:42373/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D, http://localhost:42373/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D, http://localhost:42373/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D, http://localhost:42373/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D, http://localhost:42373/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D, http://localhost:42373/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D, http://localhost:42373/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D, http://localhost:42373/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D, http://localhost:42373/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D, http://localhost:42373/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D, http://localhost:42373/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D, http://localhost:42373/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D, http://localhost:42373/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D, http://localhost:42373/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D, http://localhost:42373/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D, http://localhost:42373/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D, http://localhost:42373/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D, http://localhost:42373/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D, http://localhost:42373/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D, http://localhost:42373/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D, http://localhost:42373/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D, http://localhost:42373/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D, http://localhost:42373/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D, http://localhost:42373/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D, http://localhost:42373/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D, http://localhost:42373/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D, http://localhost:42373/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D, http://localhost:42373/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D, http://localhost:42373/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D, http://localhost:42373/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D, http://localhost:42373/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D, http://localhost:42373/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D, http://localhost:42373/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D, http://localhost:42373/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D, http://localhost:42373/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D, http://localhost:42373/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D, http://localhost:42373/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D, http://localhost:42373/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D, http://localhost:42373/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D, http://localhost:42373/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D, http://localhost:42373/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D, http://localhost:42373/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D, http://localhost:42373/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D, http://localhost:42373/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): storerequest 151 entries ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/1.tmp (integrity=sha256-T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/2.tmp (integrity=sha256-bjwfnGlRbxR6w41vOplXXSsJlK/kQzJuwiG9Vdr2PBI=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/3.tmp (integrity=sha256-GbEzhDlg2eOkUS0yhbQRdkYN7+ExqlN1jS7v1KfVVxw=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/4.tmp (integrity=sha256-ftJMBUMkAxFzcokVQ/DLankiEAkZ564HfB8/r2dljcI=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/5.tmp (integrity=sha256-4hns6PTT5KxFXvMc06fHtQV+pooQmTf8JrA8bpnukyI=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/6.tmp (integrity=sha256-1nBB/l1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/7.tmp (integrity=sha256-e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/8.tmp (integrity=sha256-yBLdyeR10+ZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/9.tmp (integrity=sha256-/4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/10.tmp (integrity=sha256-hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/11.tmp (integrity=sha256-wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/12.tmp (integrity=sha256-nAy3BTCDSjZf/jjgTtYfskbTFa2CmbkLKYKabDi8pew=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/13.tmp (integrity=sha256-JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/14.tmp (integrity=sha256-Tyj1ZbAw3I+jTnYcRMap00SSDE8uimpYNpM/V1r5TQc=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/15.tmp (integrity=sha256-5d4Gn7Lje7djT1HHt6jjcg+HKH9wgn2vEpJCSjuX6z4=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/16.tmp (integrity=sha256-nAy3BTCDSjZf/jjgTtYfskbTFa2CmbkLKYKabDi8pew=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/17.tmp (integrity=sha256-k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/18.tmp (integrity=sha256-MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/19.tmp (integrity=sha256-qGvsfW4NaWJUAV8k+jAgxyt68uSYkM8Zvl4iO07eQSw=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/20.tmp (integrity=sha256-jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/21.tmp (integrity=sha256-Au+2IdPCR1K6fzgi+wM5XKVYY8AZh6QiVWhS/NgRMNU=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/22.tmp (integrity=sha256-SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/23.tmp (integrity=sha256-WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy/w=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/24.tmp (integrity=sha256-7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/25.tmp (integrity=sha256-b0rPNEXzpQ22OFjtaC11asx2j0+hLr7cAomd3VO69e0=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/26.tmp (integrity=sha256-Oq8Qt4f/pNdOtT7Cz/P1buRr1KXcoKQUW+C9lCFg8YQ=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/27.tmp (integrity=sha256-nAy3BTCDSjZf/jjgTtYfskbTFa2CmbkLKYKabDi8pew=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/28.tmp (integrity=sha256-nAy3BTCDSjZf/jjgTtYfskbTFa2CmbkLKYKabDi8pew=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/29.tmp (integrity=sha256-yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3+1GBRu4D0+Q=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/30.tmp (integrity=sha256-b/pemT3AQtkcxWYfWDVJk2/kTkEqjdt+oehmTIE02AM=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/31.tmp (integrity=sha256-nAy3BTCDSjZf/jjgTtYfskbTFa2CmbkLKYKabDi8pew=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/32.tmp (integrity=sha256-mfov8Hrp8eJ57UpQUEJ+8RVeKjq45a8ngANpAaLYR6w=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/33.tmp (integrity=sha256-7xF1FYDJR0vQb3gRCLf5zGPh50+3WuGOhPKs9utqGUE=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/34.tmp (integrity=sha256-s+jWsJZ/9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/35.tmp (integrity=sha256-nAy3BTCDSjZf/jjgTtYfskbTFa2CmbkLKYKabDi8pew=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/36.tmp (integrity=sha256-MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx+u3BdkYQ=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/37.tmp (integrity=sha256-nAy3BTCDSjZf/jjgTtYfskbTFa2CmbkLKYKabDi8pew=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/38.tmp (integrity=sha256-nAy3BTCDSjZf/jjgTtYfskbTFa2CmbkLKYKabDi8pew=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/39.tmp (integrity=sha256-s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/40.tmp (integrity=sha256-UKuxu3Hz+fGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/41.tmp (integrity=sha256-nAy3BTCDSjZf/jjgTtYfskbTFa2CmbkLKYKabDi8pew=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/42.tmp (integrity=sha256-nAy3BTCDSjZf/jjgTtYfskbTFa2CmbkLKYKabDi8pew=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/43.tmp (integrity=sha256-nAy3BTCDSjZf/jjgTtYfskbTFa2CmbkLKYKabDi8pew=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/44.tmp (integrity=sha256-nAy3BTCDSjZf/jjgTtYfskbTFa2CmbkLKYKabDi8pew=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/45.tmp (integrity=sha256-nAy3BTCDSjZf/jjgTtYfskbTFa2CmbkLKYKabDi8pew=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/46.tmp (integrity=sha256-nAy3BTCDSjZf/jjgTtYfskbTFa2CmbkLKYKabDi8pew=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/47.tmp (integrity=sha256-nAy3BTCDSjZf/jjgTtYfskbTFa2CmbkLKYKabDi8pew=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/48.tmp (integrity=sha256-3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt/TEE=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/49.tmp (integrity=sha256-Rq39aiLMuqiP+0mPmeCr0C2QflhXTn//NEPZaPtsh7s=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/50.tmp (integrity=sha256-Rq39aiLMuqiP+0mPmeCr0C2QflhXTn//NEPZaPtsh7s=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/51.tmp (integrity=sha256-PjfwUp1+w6kzto+92J5gCGOUXTWvFUUHmzECFE26ZTI=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/52.tmp (integrity=sha256-h+jhrR+2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/53.tmp (integrity=sha256-vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/54.tmp (integrity=sha256-2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/55.tmp (integrity=sha256-sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/56.tmp (integrity=sha256-Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad+Kk1mN4QiY=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/57.tmp (integrity=sha256-kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/58.tmp (integrity=sha256-eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/59.tmp (integrity=sha256-XNfsFzpMGtyUb4cp+ZP4sbwRpfi+BGbF07psv2MPtA4=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/60.tmp (integrity=sha256-GslQZC/V0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/61.tmp (integrity=sha256-mvg3xbJ3LnwZdOssam2+vdSJ1/LWFX7/lxFJVciB6lg=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/62.tmp (integrity=sha256-MAqsHQLxvTtVgSONw2nt+i52FKAKxkPqHKZN3dVehag=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/63.tmp (integrity=sha256-iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/64.tmp (integrity=sha256-82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/65.tmp (integrity=sha256-Q/y6R172KY9YPbOiNMSixqoh8QjGcQtM+rFsRKO2bE8=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/66.tmp (integrity=sha256-vBVhVK0Ik2c9Bvwl+lAPy96DxOyTL2+keUcQmCA/rq0=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/67.tmp (integrity=sha256-vBVhVK0Ik2c9Bvwl+lAPy96DxOyTL2+keUcQmCA/rq0=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/68.tmp (integrity=sha256-/x3Wsw8+wpZRU2JIVcrL33nrHQV17lCsxuRemUqet54=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/69.tmp (integrity=sha256-8NYR/hsIIjp/PKQLuUNyeWjGcw9Ffd0e82E28xODp0k=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/70.tmp (integrity=sha256-oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3+WONWHQ=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/71.tmp (integrity=sha256-K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/72.tmp (integrity=sha256-cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/73.tmp (integrity=sha256-tnKOTsJNsJ1igF6lTizkpOyMKbYWZe+dVsGZzjKfNTc=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/74.tmp (integrity=sha256-cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/75.tmp (integrity=sha256-mvg3xbJ3LnwZdOssam2+vdSJ1/LWFX7/lxFJVciB6lg=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/76.tmp (integrity=sha256-lxzYcB9KSB/Ykf7kHHM4ZRcTEbModiVoT3lAhJxL3mA=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/77.tmp (integrity=sha256-Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/78.tmp (integrity=sha256-vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/79.tmp (integrity=sha256-Cxs1ShEiNfLO/U/vt3ziCc6g7XCCt3cXpLKqS0NW9p0=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/80.tmp (integrity=sha256-Cxs1ShEiNfLO/U/vt3ziCc6g7XCCt3cXpLKqS0NW9p0=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/81.tmp (integrity=sha256-hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/82.tmp (integrity=sha256-I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/83.tmp (integrity=sha256-mvg3xbJ3LnwZdOssam2+vdSJ1/LWFX7/lxFJVciB6lg=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/84.tmp (integrity=sha256-mvg3xbJ3LnwZdOssam2+vdSJ1/LWFX7/lxFJVciB6lg=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/85.tmp (integrity=sha256-mvg3xbJ3LnwZdOssam2+vdSJ1/LWFX7/lxFJVciB6lg=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/86.tmp (integrity=sha256-mvg3xbJ3LnwZdOssam2+vdSJ1/LWFX7/lxFJVciB6lg=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/87.tmp (integrity=sha256-dlAewQPKn9t0EDFTEm5ltRQT+WrMBBErX1LZM6zfIc0=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/88.tmp (integrity=sha256-ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/89.tmp (integrity=sha256-8l+WWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/90.tmp (integrity=sha256-+IRZ4//V1GOWQ9KLtbzgE+NbhhRBycosRc64B97TKj4=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/91.tmp (integrity=sha256-V+lxWB0nxel8r7ylMgw556l/VPsMO29I16T/DgO8NMQ=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/92.tmp (integrity=sha256-uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/93.tmp (integrity=sha256-pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/94.tmp (integrity=sha256-Wmgp+1s82IIY+jX9o7lYcOJS1QrGlZC0PpACTzQwl6M=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/95.tmp (integrity=sha256-sHxTh3q3+dRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/96.tmp (integrity=sha256-Y3nFU5/VYE71u5aj3293uK2rbUrlZ/wwvObLZ8QhuYQ=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/97.tmp (integrity=sha256-zBbaSmjEFvS6KUk8SEwgYyykdXC+UFyhY9//LwqO8Z0=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/98.tmp (integrity=sha256-u+LJFVTcY/MEnXDPx/jDr74kdKvSL0fNYsVaoucWMS0=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/99.tmp (integrity=sha256-eo8K7m5KF0iRfYzWDplfji/fxUb9GlUHqqY6IuMrLc4=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/100.tmp (integrity=sha256-/qULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK/x8URU=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/101.tmp (integrity=sha256-ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/102.tmp (integrity=sha256-C1W33ZET4v+aPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/103.tmp (integrity=sha256-jGvo9dP2a+kzienoeQzWSLnGKfWhYB2XjsFOuELmW28=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/104.tmp (integrity=sha256-+F9Tlt29TsSXmyq/WyZ63J8R6bqXkujcv5KBRzPQ+WU=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/105.tmp (integrity=sha256-xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/106.tmp (integrity=sha256-EkHf/CGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/107.tmp (integrity=sha256-vOWepUFkWRq8r0+HZF7AzG8DLHriKMfWpiogMq/FD4s=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/108.tmp (integrity=sha256-R0W8u8HlP/sgKWKJ2Q26/MLf5xdmrjzBL5IEPnV34JA=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/109.tmp (integrity=sha256-yD2T/jRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/110.tmp (integrity=sha256-DMle631prFri4uxxxxdON0FHQFOdiUt+W/6/vFfKmKI=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/111.tmp (integrity=sha256-Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/112.tmp (integrity=sha256-MuzpZTkDFXpw0wwJdw/bBYCIsDKwWBU628LKd2p83po=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/113.tmp (integrity=sha256-4zSTZMv/WKjpNfIWFmdBzDq+xpKgteLo5HBhbpkIMgg=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/114.tmp (integrity=sha256-YuUHNreyN7U7+QZ5+zNNY1N11RsxVtHYZsqyJGBtmbQ=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/115.tmp (integrity=sha256-6p3YvM8W7PtrV7LudBIoa+q4QN3Y1SdaU02/GCeg0IM=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/116.tmp (integrity=sha256-c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/117.tmp (integrity=sha256-fAhuvZVtVYSUCOENltmx6R+Sg0UZACwHQOMDNf9fYlY=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/118.tmp (integrity=sha256-we47ND4nhwrjRI+YLyQ+HWLDKA0nvAypEBID7KE1sjM=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/119.tmp (integrity=sha256-EDd6hjdyPU1Mt2vw3AA1ph+qFNUyZir+dXzbgA2ARyw=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/120.tmp (integrity=sha256-WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/121.tmp (integrity=sha256-f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/122.tmp (integrity=sha256-17pZuPthKwaraODIXZkgcqZCV0+uh/01t0UPA4EqtEs=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/123.tmp (integrity=sha256-CmlVJmRSZLB7BmMKh27ly66/mbubmFKZNdWpB8De5X8=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/124.tmp (integrity=sha256-nsmfXTJrTxUTogzM8u3+nLHfuNFK4hVP4tnH90njdqE=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/125.tmp (integrity=sha256-GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/126.tmp (integrity=sha256-3l8y8J6DrWhQA1W7Shf+SPfKgZyc+u/b+bCekBx6f8g=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/127.tmp (integrity=sha256-+pluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/128.tmp (integrity=sha256-5Ilriy7n1kwHjr0/XWzh4jhJPrT8xsZ1jrczKGatDiY=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/129.tmp (integrity=sha256-EgapfpQkKZP4bsfj/K5PxfHKzTlIJAVzuAkZmNmg3MM=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/130.tmp (integrity=sha256-QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5/V3/Osnhog=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/131.tmp (integrity=sha256-LnC2D3wwhrq34V1CB+xg6EwLoaYhOVkplQkYTyRkqVA=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/132.tmp (integrity=sha256-J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/133.tmp (integrity=sha256-eARe8bkhihrOsDAQ7nvQs7HXU1+i/popDv+Q6UNWPcg=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/134.tmp (integrity=sha256-3fCEhtExvRNHYfveM9cY5bbE17mYr8+dEFRgE5Tz8ZU=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/135.tmp (integrity=sha256-NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/136.tmp (integrity=sha256-/3QD+d53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/137.tmp (integrity=sha256-y4TDcAD4/j5o4keZvggf698Cr9Oc7JZ+gGMax23qmVA=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/138.tmp (integrity=sha256-UvNzyhHidciHBssZ/P+2l5FZbI1XAfmSJAplrILQ8gg=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/139.tmp (integrity=sha256-ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa/p8=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/140.tmp (integrity=sha256-De2JgQ0Nt5adGTd+S3vvpLJVOZegId+lUNz28Tv2qPA=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/141.tmp (integrity=sha256-AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/142.tmp (integrity=sha256-JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/143.tmp (integrity=sha256-CdrdmkKdsdoH81+2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/144.tmp (integrity=sha256-ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU/tZAhs=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/145.tmp (integrity=sha256-kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/146.tmp (integrity=sha256-/Emb+/duVWkOJrRcZWoRMF6TTLig7Qm2uAa7A+78ghA=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/147.tmp (integrity=sha256-lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6+4=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/148.tmp (integrity=sha256-rySbdfEfwrB779vaMkVIyj+ABqAS+gtUUBu4dkB4J6A=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/149.tmp (integrity=sha256-oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB/0=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/150.tmp (integrity=sha256-VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/151.tmp (integrity=sha256-JVUTiGfvsBPpaY2QLvpiW+x0rWNh6Tlj0QXu2TOSbGY=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BQFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 151 entries ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/a5b7ebfe-8bcf-494b-a893-1b8bc09f1832 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/f26f5d47-2b0d-4c5c-ba8e-8aec8ef3639c ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/c40a3454-6c1c-4ed6-b28f-31e290b3980c ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/7b7ea411-c4fc-4abc-b113-c9eb19a65216 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/c7ee6606-69ea-4dcc-bec5-e3fc20e3c957 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/421f7fc2-a53e-4829-adba-265049d0bad9 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/bedd7831-7b58-471b-9b2c-f0eb1f403ee9 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/719749cb-636f-4ed5-bfe2-13a1ad930f43 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/8ffd81d8-1fb6-42fa-9c16-9b5c44abf668 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/d707e0d6-5ac1-4ebe-947f-ff236e61931e ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/5a43c2f6-5b26-4e66-9aed-8e4100dd2994 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/688ac3fe-39e2-4c60-b0c7-37c926c8b991 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/820e0668-d849-4aa2-a98f-7b7f9c0fd3c1 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/48ee4823-7184-4d1e-b8f9-f54ffbf1f5f3 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/d7354156-3e99-49c5-81e9-f35ba2332b14 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/2b337812-4d47-495d-a2a2-4137580fc8e6 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/fecae26e-9734-447c-a5a2-ee30c9ed6561 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/f78e39c6-ac91-4a00-8ea2-ac2563c9875b ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/ddbafd39-01d9-44bd-a9ba-8390be93e0fb ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/8f5fc940-0655-46e9-b9cf-8d41785e4b67 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/bcb192a9-5713-4c78-8eea-c41221d8f174 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/81e21ab3-af2e-42df-9361-f85acbad4220 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/bb11afa9-4d0f-4b37-a1ab-540fe2e5ac5d ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/8d71c3d9-0d2b-4991-9306-3604837bffa6 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/92103e8d-23cf-46bc-bdf2-bcec15425db8 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/72e75ec3-2a34-45ac-b891-f795d3c15468 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/a8b77fac-e315-427d-b44c-9520510cf23c ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/0124f6ee-5086-4b91-86a0-0cab08b3b782 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/fcbbe807-b774-4fc2-b36b-9c917176b4fd ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/4764dd31-f3a0-4493-b434-ba87dce6575a ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/fb0de30a-d802-43cd-a0dd-b8c88d23bc43 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/f1a885f4-b86e-46d6-b2ee-932ef06f53d4 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/f85009a3-6d49-4a26-95db-67d4d960cd45 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/ca9dae81-1b9c-4123-af79-3cbca6d036ea ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/a2f7e7ab-3220-4ec6-8c15-b310e53f9139 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/2253c9a0-8748-490d-b908-8d0918d7d588 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/48033e54-126c-40ec-9f38-9537e6af5929 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/db251a98-4f7d-42ea-bf41-85028f55fb75 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/107878f4-5565-497e-8a92-659b80295c7e ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/c6bbcc82-ec7b-4a7f-9490-3f31a67ea69d ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/30865f26-0df1-4f47-a497-c7f5698e982e ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/379df5c8-a646-4c62-af58-d2bba537c62c ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/6d523fb7-045f-4b4a-876a-808b51bd401a ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/34e870df-30a6-4ba3-b7dd-56a08370d497 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/89a6863f-f58e-4fbf-a5ec-d971a28fee71 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/dcdc1c68-cbc7-4f9e-88e6-0971c6edafc4 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/8bcc5e5a-78b8-425c-8df1-d98615439fb9 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/d1cec59e-fa13-442f-89cc-aa6e85933e50 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/bc7cc414-494b-4a60-b69c-ea0b6b71e7eb ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/fa2efe03-4f89-4e89-a449-7965403d4d61 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/0ff7f050-2c04-407d-8502-7a24323e69fc ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/7e122b7a-c412-488a-af06-3ca3349ae1cf ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/2d726e8b-9d26-4c38-becf-da542cbadb15 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/9cc92c34-a138-4889-bf2a-ed738f5c7a28 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/7f8bab39-38a8-439f-ad5c-abb721e4e20b ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/70e707bb-6c2b-444e-850d-2c55b07afe8e ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/457872a7-f7c4-4620-b2c0-55b6e06b747a ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/282cc90a-29a6-4726-8b50-85c20fec43f1 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/07c37ad3-723c-4cb5-b37d-2fa26ea5f715 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/11af2493-ab1c-4450-880b-e4a094798eb8 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/f0c33402-da2d-4ebc-a4d3-4b7719b9f3fa ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/6f8f3306-7c8c-4b42-987d-e2cb593782dd ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/6bc7238f-26a9-487b-94f2-de39b833bf14 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/3d2840be-5d7c-40dd-b4ec-d8de9063e5f3 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/e67d120a-83d1-4765-934f-f726cf2aa4ba ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/a8070cdf-dca0-4402-acc4-89412e9eb570 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/8e00e88d-c59c-4a50-a10f-d6196c0677d1 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/101d4ec3-b7b6-488a-a751-7e99637e73f8 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/48d0f31c-4122-4185-874e-ba1c971e32e6 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/27137454-cae7-4c9a-a799-7cced675d1de ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/64d421bb-778b-4ec6-a09e-a872cc0d294b ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/66278334-8d76-4ba6-bba9-f70af5d3521a ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/4f04ea5f-6145-4b58-b7a5-698fcc06c99f ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/0569f980-4e50-463a-a22e-b7ce6fbd0194 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/8a2b2ccc-6194-4ea0-8038-0386db47eb88 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/ed4d5fc6-4ac0-4d50-8078-7104c89533d5 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/1eea865c-d139-4e07-9cbf-0a32b93e3647 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/2fe8cc60-572a-475e-93b6-1e896f06c5cf ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/1a02471f-9814-4ed6-8b56-1bfabf89331f ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/407c744d-254e-4f02-8b52-d4df5981a9d7 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/9195738d-c476-41d5-a73c-ea949fe61c54 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/cee90fec-9b30-4e6b-8589-43789507b6bd ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/13b8634c-770e-4fdd-8bfb-0960ac6c2dc3 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/ae4a6758-5fdc-4f2a-9202-bc26ee1fa739 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/db8c0d21-c1de-481c-af7a-733c0943d898 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/fa3d7d99-bd55-4c99-8272-b81d13510298 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/95f06007-e0b5-47bc-bf1b-f9698cb2acb5 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/ebe2c88c-3451-4ec7-b578-84d6ef63a25f ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/eab8f6ac-00a4-4257-bc0e-698466f70e75 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/c4caebba-0fc3-4130-ac96-707d5cc4266a ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/90df6a67-a056-4d56-8b55-e0ced0989ae1 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/07476c3f-bb67-4852-b235-32cc1c95adda ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/7f30c45f-9d1a-43e5-9910-7648cdc3c4ce ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/ce284994-6f33-484f-8aa5-50ef479e5395 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/1f7b9707-7d38-41f0-8ecc-4fb1ada767b2 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/eb6efb6c-8a0d-48cc-8eb4-73f6b1da66b6 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/5ed384ff-8784-416f-829d-24380ad5d53a ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/19dd6b70-d90f-4a85-a16e-819df5ea6ba8 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/730c1c78-9404-4f95-be9e-ee663eae54b3 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/07d85ab7-9c54-4e65-9135-e764cf4f998c ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/8521cdfc-e53b-4aeb-9c11-123147e19e19 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/5bd5f5ac-0baa-4376-ac55-4d42adfbb9d6 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/cb3ee481-d862-4edc-9555-79fad3962514 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/5c60c48e-dc73-45e7-b206-07b117ec1892 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/825617b3-56a9-4f2d-b0f7-cea069dc55c6 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/4ad91f8c-c313-43ba-9c29-6f88fe8f1e7d ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/f991b51a-2e6f-420a-986d-50981e35e295 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/b8eb147e-1b00-48eb-8bb0-c370b7205351 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/ec5358bf-68c6-41d7-aa0f-35573401ab52 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/ac16235a-277d-42e7-9f98-11b543362b53 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/4606571f-5a95-4b70-a0fe-5aa5f9ae0512 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/b1130d44-8ca9-4a1f-95af-52f74f9dc2da ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/122e0288-42bb-44fe-bf59-b121e6e36017 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/03a91a6b-71ab-4dc0-b2fa-ec5e4f1bd8d2 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/365e14ee-3600-4b99-8fec-62615fac3d2d ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/669bd6aa-2ffc-4903-bcf0-f7cc34654f1b ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/154932c0-2fe1-4d16-b194-1602844106fa ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/ad3803a6-6c76-46ef-8121-c102f2d7d896 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/37014070-3baa-4631-9739-0aa9474e4007 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/bddfc73a-999a-4d92-a4fe-45d6b88b3eb1 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/e1e7b5a2-1d7a-46e0-b963-ce6c93e3d929 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/cb0a236b-b411-47aa-a4bd-8141049d4322 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/f7a85006-ebe1-4b7f-8a0c-745e01c74777 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/c4cda946-bfd7-497f-b04f-ec6b14f06fdc ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/d0d95dec-c1e9-48b7-8bd6-4f33809ff9bc ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/ecddc1f7-a92a-4dbc-a29a-9011cd5f5af4 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/0ab90b46-1169-4db6-8ae2-21d3ba85bfd7 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/a0cf10ef-7b7f-47db-b6db-06830f74a683 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/396f68bc-2c80-4e1c-b6aa-a4a76277c3ae ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/9abc6c98-0ed3-4054-9107-75e4b38e7b45 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/5e06b24e-8476-4bac-b408-91709db542e7 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/115f22b8-daef-4953-9872-92b6c2a56728 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/c58c52e8-8318-4019-9b07-cd1303f7e0d5 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/b9f8dfb0-eba9-4d59-9663-3eb63bf8f139 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/383ab6f0-088a-40ca-9ac3-e9a9bd40d1b3 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/98dd27d0-6289-4878-9302-d6d2d15f383d ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/8aa74b1f-c61b-4abe-b43f-b219c1ce968d ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/8446709a-d25e-457d-a0b3-e28c614d1a4f ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/3c99e0bd-60a4-4f55-a1b0-ad0a89c989d5 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/42be7442-c44c-409c-899c-44bc1a776301 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/038f6fcc-58c5-4561-9a82-b8c4e531d9b9 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/f3b8889f-b186-4f54-8e8c-8a9ea52bef1d ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/de7223fc-d1a7-4911-addd-f11465c5a74b ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/929ab529-1256-4e16-aa65-5089e8a1481b ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/00ea45e0-7209-48e5-93c0-0081f38aafe0 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/a3ca0795-c902-4f67-af26-bf1bc44e6530 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/449c7c93-18e3-4958-b8ec-f7b55c8a1f33 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/7db37499-6e59-45a8-900d-49e4f660e4b0 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/a75a0e4d-28e3-4b8d-9f8a-91a3962f3382 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/d215a28c-f54a-4210-937e-ef6be116acd1 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/2dc0a894-0ad7-4d03-9963-6098ed87789d ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER SaveLocalUrisAsBlobsUseCaseJvm$invoke$invokeSuspend - SaveLocalUrisAsBlobsUseCaseJvm Storing 22 local uris as blobs (http://localhost:42373/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D, http://localhost:42373/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D, http://localhost:42373/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D, http://localhost:42373/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D, http://localhost:42373/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D, http://localhost:42373/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D, http://localhost:42373/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D, http://localhost:42373/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D, http://localhost:42373/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D, http://localhost:42373/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D, http://localhost:42373/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D, http://localhost:42373/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D, http://localhost:42373/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D, http://localhost:42373/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D, http://localhost:42373/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D, http://localhost:42373/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D, http://localhost:42373/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D, http://localhost:42373/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D, http://localhost:42373/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D, http://localhost:42373/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D, http://localhost:42373/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D, http://localhost:42373/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BEFINE: FINER UstadCache - UstadCache(client): storerequest 22 entries ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/152.tmp (integrity=sha256-z2ct+VoKX1r9xRSP/GYmKyUmhGtAlSmS7FrBHQz1i6E=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/153.tmp (integrity=sha256-5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/154.tmp (integrity=sha256-LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/155.tmp (integrity=sha256-sy4b7/3q3vGmQUg9OE/4gm/nVaSA36EeIqyCcnYi4M8=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/156.tmp (integrity=sha256-gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/157.tmp (integrity=sha256-yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/158.tmp (integrity=sha256-p8QJ1CS/Uy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/159.tmp (integrity=sha256-x8RELOMsvCzPJXs2+uGp6tUMSIzdxC/SRUta7acbbZ4=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/160.tmp (integrity=sha256-2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/161.tmp (integrity=sha256-Pp8lPMJPMU/g1eelJlUn1gggLBKxNX2QhrjbNVWCbyI=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/162.tmp (integrity=sha256-47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/163.tmp (integrity=sha256-60oKn5/PS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/164.tmp (integrity=sha256-xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/165.tmp (integrity=sha256-xiokJ09WttZwKc3d/hV6IqkEKeWLg9lWE0/bWOTxClg=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/166.tmp (integrity=sha256-wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv+g=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/167.tmp (integrity=sha256-QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z+hjD4sko=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/168.tmp (integrity=sha256-Cs/L+OBmRgENBqKnXY5/OJ44hDv7z+18UB+dln6zuFs=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/169.tmp (integrity=sha256-HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/170.tmp (integrity=sha256-kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/171.tmp (integrity=sha256-3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/172.tmp (integrity=sha256-lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/173.tmp (integrity=sha256-0gUfpA5HMCps0QY+oMxb+JSq+oBIWs62g2C4f+xJCoU=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BPFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 22 entries ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/contentimport/h5pimport-1738146228391/h5p-standalone/dist/h5p-standalone.d.ts ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/contentimport/h5pimport-1738146228391/h5p-standalone/dist/h5p-integration.d.ts ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/contentimport/h5pimport-1738146228391/h5p-standalone/dist/fonts/h5p-core-27.woff ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/contentimport/h5pimport-1738146228391/h5p-standalone/dist/fonts/h5p-hub-publish.ttf ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/contentimport/h5pimport-1738146228391/h5p-standalone/dist/fonts/h5p-hub-publish.eot ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/contentimport/h5pimport-1738146228391/h5p-standalone/dist/fonts/h5p-hub-publish.woff ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/contentimport/h5pimport-1738146228391/h5p-standalone/dist/fonts/h5p-core-27.eot ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/contentimport/h5pimport-1738146228391/h5p-standalone/dist/fonts/h5p-core-27.ttf ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/contentimport/h5pimport-1738146228391/h5p-standalone/dist/fonts/h5p-hub-publish.svg ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/contentimport/h5pimport-1738146228391/h5p-standalone/dist/fonts/h5p-core-27.svg ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/contentimport/h5pimport-1738146228391/h5p-standalone/dist/frame.d.ts ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/contentimport/h5pimport-1738146228391/h5p-standalone/dist/main.bundle.js ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/contentimport/h5pimport-1738146228391/h5p-standalone/dist/utils.d.ts ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/contentimport/h5pimport-1738146228391/h5p-standalone/dist/styles/h5p-hub-registration.css ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/contentimport/h5pimport-1738146228391/h5p-standalone/dist/styles/h5p.css ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/contentimport/h5pimport-1738146228391/h5p-standalone/dist/styles/h5p-core-button.css ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/contentimport/h5pimport-1738146228391/h5p-standalone/dist/styles/h5p-hub-sharing.css ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/contentimport/h5pimport-1738146228391/h5p-standalone/dist/styles/h5p-confirmation-dialog.css ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/contentimport/h5pimport-1738146228391/h5p-standalone/dist/styles/h5p-admin.css ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/contentimport/h5pimport-1738146228391/h5p-standalone/dist/index.d.ts ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/contentimport/h5pimport-1738146228391/h5p-standalone/dist/frame.bundle.js ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/contentimport/h5pimport-1738146228391/h5p-standalone/README.md ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/0dab988b-5256-4c2e-b50f-d794140c0352 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/a276cef8-275b-4c01-aca7-a56b8c0f67f5 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/bfff4f59-ce4d-4f03-be11-ca01a9ed41ec ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/3c2d9623-2c92-412a-835b-7e3099b00670 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/b8959121-c900-49a1-bb0a-388b5f19f79b ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/cddc37e7-e891-4e3f-96ce-9295b917353b ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/34f74338-29d6-4681-8aea-b8722b06b8f4 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/4dabf0d6-da1c-4456-9717-12c756a3177b ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/fd3e9638-8936-4487-bcfb-b76e3e8bc095 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/588da092-2d3d-4310-ad1c-886e8c6369f7 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/c78be7c7-2854-4379-9db6-4298933e65cd ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/3862b81a-e5f0-4045-839e-9a7edcdb5619 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/cde9a88f-6655-46b9-860e-024155482168 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/80cf6fc1-53c4-46c3-8f6b-4a53bef2c64a ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/53d28ff8-0014-4803-a604-96a6b6fd9450 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/afbbe116-5d6a-487e-a878-3f5f407ca649 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/4cf57437-e1ee-4737-ad88-63a8933bab26 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/c8856362-f710-46ba-895a-f95d1c90d4e1 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/af80613c-d4e6-4db5-a652-9b063b53ec2f ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/7c984c98-f755-4f07-93b0-16b9f10374e3 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/1d568c2f-dcce-457f-962e-59aa07bd2c6b ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/a67fe4f8-57d4-492a-8a85-0819d14bf228 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER SaveLocalUrisAsBlobsUseCaseJvm$invoke$invokeSuspend - SaveLocalUrisAsBlobsUseCaseJvm Storing 2 local uris as blobs (http://localhost:42373/api/blob/8sg8lfNL5eahqCdBvOwGPXeXiGwjxGx%2FfDbTpUy7qGY%3D, http://localhost:42373/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 2 entries ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/8sg8lfNL5eahqCdBvOwGPXeXiGwjxGx%2FfDbTpUy7qGY%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/174.tmp (integrity=sha256-8sg8lfNL5eahqCdBvOwGPXeXiGwjxGx/fDbTpUy7qGY=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/175.tmp (integrity=sha256-EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 2 entries ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/contentimport/h5pimport-1738146228391/tincan.xml ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/contentimport/h5pimport-1738146228391/index.html ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/f1aebbcc-6c9e-4030-859e-06de998d9820 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17390929799677965086/client-tmproot-server/0a1ed018-e08d-4f94-9b7b-1687813902d7 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/content/688523753678057472/_ustadmanifest.json to /tmp/junit17390929799677965086/client-server-httpfiles/tmpWork/176.tmp (integrity=sha256-QzxaIhnYDGtc8Ckw2LipEEkd4Teuzv+DM486da0RF08=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[ContentEntryImportJob] ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[ContentEntryVersion] ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: GET http://localhost:42373/api/content/688523753678057472/_ustadmanifest.json ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/content/688523753678057472/_ustadmanifest.json ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/content/688523753678057472/_ustadmanifest.json ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/content/688523753678057472/_ustadmanifest.json ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - OKHttp-CacheInterceptor: HIT(valid) http://localhost:42373/api/content/688523753678057472/_ustadmanifest.json 200 OK (contentType=application/json, content-encoding=identity content-length=74598) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BcFINEST: FINEST UstadCache - UstadCache(client): add retention locks for http://localhost:42373/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D, http://localhost:42373/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D, http://localhost:42373/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D, http://localhost:42373/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D, http://localhost:42373/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D, http://localhost:42373/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D, http://localhost:42373/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D, http://localhost:42373/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D, http://localhost:42373/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D, http://localhost:42373/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D, http://localhost:42373/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D, http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:42373/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D, http://localhost:42373/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D, http://localhost:42373/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D, http://localhost:42373/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D, http://localhost:42373/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D, http://localhost:42373/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D, http://localhost:42373/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D, http://localhost:42373/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D, http://localhost:42373/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D, http://localhost:42373/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D, http://localhost:42373/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D, http://localhost:42373/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D, http://localhost:42373/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D, http://localhost:42373/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D, http://localhost:42373/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D, http://localhost:42373/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D, http://localhost:42373/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D, http://localhost:42373/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D, http://localhost:42373/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D, http://localhost:42373/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D, http://localhost:42373/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D, http://localhost:42373/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D, http://localhost:42373/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D, http://localhost:42373/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D, http://localhost:42373/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D, http://localhost:42373/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D, http://localhost:42373/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D, http://localhost:42373/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D, http://localhost:42373/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D, http://localhost:42373/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D, http://localhost:42373/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D, http://localhost:42373/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D, http://localhost:42373/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D, http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D, http://localhost:42373/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D, http://localhost:42373/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D, http://localhost:42373/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D, http://localhost:42373/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D, http://localhost:42373/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D, http://localhost:42373/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D, http://localhost:42373/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D, http://localhost:42373/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D, http://localhost:42373/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D, http://localhost:42373/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D, http://localhost:42373/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D, http://localhost:42373/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D, http://localhost:42373/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D, http://localhost:42373/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D, http://localhost:42373/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D, http://localhost:42373/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D, http://localhost:42373/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D, http://localhost:42373/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D, http://localhost:42373/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D, http://localhost:42373/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D, http://localhost:42373/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D, http://localhost:42373/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D, http://localhost:42373/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D, http://localhost:42373/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D, http://localhost:42373/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D, http://localhost:42373/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D, http://localhost:42373/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D, http://localhost:42373/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D, http://localhost:42373/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D, http://localhost:42373/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D, http://localhost:42373/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D, http://localhost:42373/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D, http://localhost:42373/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D, http://localhost:42373/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D, http://localhost:42373/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D, http://localhost:42373/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D, http://localhost:42373/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D, http://localhost:42373/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D, http://localhost:42373/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D, http://localhost:42373/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D, http://localhost:42373/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D, http://localhost:42373/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D, http://localhost:42373/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D, http://localhost:42373/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D, http://localhost:42373/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D, http://localhost:42373/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D, http://localhost:42373/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D, http://localhost:42373/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D, http://localhost:42373/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D, http://localhost:42373/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D, http://localhost:42373/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D, http://localhost:42373/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D, http://localhost:42373/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D, http://localhost:42373/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D, http://localhost:42373/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D, http://localhost:42373/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D, http://localhost:42373/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D, http://localhost:42373/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D, http://localhost:42373/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D, http://localhost:42373/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D, http://localhost:42373/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D, http://localhost:42373/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D, http://localhost:42373/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D, http://localhost:42373/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D, http://localhost:42373/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D, http://localhost:42373/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D, http://localhost:42373/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D, http://localhost:42373/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D, http://localhost:42373/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D, http://localhost:42373/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D, http://localhost:42373/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D, http://localhost:42373/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D, http://localhost:42373/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D, http://localhost:42373/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D, http://localhost:42373/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D, http://localhost:42373/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D, http://localhost:42373/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D, http://localhost:42373/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D, http://localhost:42373/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D, http://localhost:42373/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D, http://localhost:42373/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D, http://localhost:42373/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D, http://localhost:42373/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D, http://localhost:42373/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D, http://localhost:42373/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D, http://localhost:42373/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D, http://localhost:42373/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D, http://localhost:42373/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D, http://localhost:42373/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D, http://localhost:42373/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D, http://localhost:42373/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D, http://localhost:42373/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D, http://localhost:42373/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D, http://localhost:42373/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D, http://localhost:42373/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D, http://localhost:42373/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D, http://localhost:42373/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D, http://localhost:42373/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D, http://localhost:42373/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D, http://localhost:42373/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D, http://localhost:42373/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D, http://localhost:42373/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D, http://localhost:42373/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D, http://localhost:42373/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D, http://localhost:42373/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D, http://localhost:42373/api/blob/8sg8lfNL5eahqCdBvOwGPXeXiGwjxGx%2FfDbTpUy7qGY%3D, http://localhost:42373/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D, http://localhost:42373/api/content/688523753678057472/_ustadmanifest.json ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/236b93f5-99e5-464d-a091-b88ed3eb1a51 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/236b93f5-99e5-464d-a091-b88ed3eb1a51 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/a6737039-5688-4c10-9213-c06f6a7ad7a9 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/a6737039-5688-4c10-9213-c06f6a7ad7a9 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/06d1b88f-e2dc-4ce6-a6cc-658f6754635d -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/06d1b88f-e2dc-4ce6-a6cc-658f6754635d ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/c695fa70-5139-45cd-a497-653f09a8688e -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/c695fa70-5139-45cd-a497-653f09a8688e ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/6445ad42-d59d-4196-9236-b9556df14e13 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/6445ad42-d59d-4196-9236-b9556df14e13 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/ade941bb-31d6-4230-a084-b19ddf643fd4 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/ade941bb-31d6-4230-a084-b19ddf643fd4 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/8cb2b05b-1035-40fd-bf98-0c5d29aa4516 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/8cb2b05b-1035-40fd-bf98-0c5d29aa4516 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/3b25bb6a-e5b2-4553-8765-45a57f88a276 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/3b25bb6a-e5b2-4553-8765-45a57f88a276 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/e8f7e29c-3625-4b1e-80a7-d55cb719e54c -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/e8f7e29c-3625-4b1e-80a7-d55cb719e54c ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/22182c92-464f-4355-8c70-0d67c8167609 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/22182c92-464f-4355-8c70-0d67c8167609 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/51990072-ac76-42b2-984d-39ec16fd05d6 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/51990072-ac76-42b2-984d-39ec16fd05d6 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/ec09c75f-3692-4dcf-8830-e1b15189e9e7 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/ec09c75f-3692-4dcf-8830-e1b15189e9e7 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/373a30a0-1227-425e-8413-5457d6e06f45 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/373a30a0-1227-425e-8413-5457d6e06f45 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/c516f562-5940-4453-b32d-b23fb343193e -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/c516f562-5940-4453-b32d-b23fb343193e ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/75fe1512-f53b-4faf-a450-b6b086e61436 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/75fe1512-f53b-4faf-a450-b6b086e61436 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/162614c1-8e28-4e4f-91db-4000d681c289 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/162614c1-8e28-4e4f-91db-4000d681c289 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/8293b5cb-de51-4783-ad93-40628abf4459 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/8293b5cb-de51-4783-ad93-40628abf4459 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/2a9938bc-fc4b-4318-bf23-8eb349fa2cfd -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/2a9938bc-fc4b-4318-bf23-8eb349fa2cfd ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/d3378fcb-4c33-4290-bcbf-a82848124ba3 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/d3378fcb-4c33-4290-bcbf-a82848124ba3 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/a68a8712-eff5-4d41-bfe4-7b87fcd07747 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/a68a8712-eff5-4d41-bfe4-7b87fcd07747 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/1192603f-b678-4fa7-a400-ae7102fb75d0 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/1192603f-b678-4fa7-a400-ae7102fb75d0 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/d1181f50-453a-4cff-80ef-3f6d2bcfb2d8 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/d1181f50-453a-4cff-80ef-3f6d2bcfb2d8 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/10b4bf4f-282f-4e72-9b19-d0aaf3c479ce -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/10b4bf4f-282f-4e72-9b19-d0aaf3c479ce ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/71a9ac0d-bb7c-4362-9a61-58cdd388ee8b -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/71a9ac0d-bb7c-4362-9a61-58cdd388ee8b ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/715f6dba-de79-42c1-ba39-37ea7f778d96 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/715f6dba-de79-42c1-ba39-37ea7f778d96 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/08d07ab3-944e-4cc8-9711-ddd9d2fea6b9 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/08d07ab3-944e-4cc8-9711-ddd9d2fea6b9 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/10ada99b-0609-4820-aedd-e9c7ee6dc1ae -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/10ada99b-0609-4820-aedd-e9c7ee6dc1ae ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/9a946585-baee-4472-977b-9fb353acb756 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/9a946585-baee-4472-977b-9fb353acb756 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/ca0bfacd-bb92-4d4c-a660-07cf13a5293f -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/ca0bfacd-bb92-4d4c-a660-07cf13a5293f ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/38bee0b9-6f9f-48d3-b26d-9fb359403f17 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/38bee0b9-6f9f-48d3-b26d-9fb359403f17 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/34732a89-9025-441f-81ae-b999114c2966 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/34732a89-9025-441f-81ae-b999114c2966 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/0ad19d12-f697-46b6-9ced-055ae211eb38 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/0ad19d12-f697-46b6-9ced-055ae211eb38 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/ba1a41fb-d702-483f-b0c3-a261731f0706 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/ba1a41fb-d702-483f-b0c3-a261731f0706 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/a4d0f462-ae14-45b2-94db-7ae740d8f9c9 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/a4d0f462-ae14-45b2-94db-7ae740d8f9c9 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/07bb2a49-93f7-48cb-997e-e52079912859 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/07bb2a49-93f7-48cb-997e-e52079912859 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/c410b8a6-d8fe-4664-bd68-086e893878dc -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/c410b8a6-d8fe-4664-bd68-086e893878dc ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/1c664b16-6e56-42ba-930e-85aea23179c4 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/1c664b16-6e56-42ba-930e-85aea23179c4 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/086002da-0ba3-4de9-b32b-a87ad65220ed -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/086002da-0ba3-4de9-b32b-a87ad65220ed ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/ad3ae93c-ba1c-4963-bb2a-0461b4bf4767 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/ad3ae93c-ba1c-4963-bb2a-0461b4bf4767 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/03608d93-4a7e-4053-985c-9fd8a93e2f4e -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/03608d93-4a7e-4053-985c-9fd8a93e2f4e ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/0bac947d-2ed2-4fee-82e8-9fdd79c38d2a -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/0bac947d-2ed2-4fee-82e8-9fdd79c38d2a ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/c805033c-076b-45c4-9de5-75971228e7ec -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/c805033c-076b-45c4-9de5-75971228e7ec ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/ba16b093-ce9d-4b60-b23f-6fd669bbdf72 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/ba16b093-ce9d-4b60-b23f-6fd669bbdf72 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/f868417a-c563-4f7f-985d-5e257c9f543b -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/f868417a-c563-4f7f-985d-5e257c9f543b ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/fcf7a626-eac2-4fbb-8390-ccc89ca5d740 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/fcf7a626-eac2-4fbb-8390-ccc89ca5d740 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/17b9f5a3-8fcb-4438-b980-ca6c20ee6380 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/17b9f5a3-8fcb-4438-b980-ca6c20ee6380 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/45bce9c2-2e8a-4f65-a2b8-d7b7f30b3177 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/45bce9c2-2e8a-4f65-a2b8-d7b7f30b3177 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/436d1fe4-34e6-4010-8d49-73c49a736e16 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/436d1fe4-34e6-4010-8d49-73c49a736e16 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/d1c8fbfc-b09e-4d37-848d-6eadfa338399 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/d1c8fbfc-b09e-4d37-848d-6eadfa338399 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/7e286c3e-e56e-4937-857b-b8c2d4321bf1 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/7e286c3e-e56e-4937-857b-b8c2d4321bf1 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/ef1c360a-2c1c-401a-af4a-f4b8eb441925 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/ef1c360a-2c1c-401a-af4a-f4b8eb441925 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/28654b50-8602-46c4-a3ae-843b5637dc23 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/28654b50-8602-46c4-a3ae-843b5637dc23 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/4559632e-d517-4cbb-b168-024aa7f6c60b -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/4559632e-d517-4cbb-b168-024aa7f6c60b ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/558072dd-6b24-43fb-9cd5-edb437cff04a -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/558072dd-6b24-43fb-9cd5-edb437cff04a ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/6ec1cc85-072a-489e-9f5e-67b80f8a93f8 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/6ec1cc85-072a-489e-9f5e-67b80f8a93f8 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/090c788e-586d-4ee3-ba80-0f6f6c961a1e -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/090c788e-586d-4ee3-ba80-0f6f6c961a1e ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/1f17a486-7c76-403e-afa3-1522dc1f7e4f -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/1f17a486-7c76-403e-afa3-1522dc1f7e4f ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/c77518be-ae50-423b-846b-79e2b06250e4 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/c77518be-ae50-423b-846b-79e2b06250e4 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/8a057b78-8593-4298-87c7-d18adf92fd32 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/8a057b78-8593-4298-87c7-d18adf92fd32 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/e0b9e117-7f58-457a-ba86-4d15c76a61af -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/e0b9e117-7f58-457a-ba86-4d15c76a61af ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/0db6cb05-f6a2-4911-aeec-87d6e9cd5a7a -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/0db6cb05-f6a2-4911-aeec-87d6e9cd5a7a ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/7352b7fa-8edd-4d2a-9a4d-2399f4c1a4d9 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/7352b7fa-8edd-4d2a-9a4d-2399f4c1a4d9 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/8efa6ef2-33c5-4bef-9f1e-636da60183bc -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/8efa6ef2-33c5-4bef-9f1e-636da60183bc ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/1d877d61-fe5b-4995-8004-cd87247ff92b -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/1d877d61-fe5b-4995-8004-cd87247ff92b ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/0cdf454c-fa82-47fe-8fb0-c11b6b16e4d4 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/0cdf454c-fa82-47fe-8fb0-c11b6b16e4d4 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/d5242acf-49c7-4ffe-b878-24e8fd03dc70 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/d5242acf-49c7-4ffe-b878-24e8fd03dc70 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/c8f2164f-e484-4b97-928d-393d40f9d14f -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/c8f2164f-e484-4b97-928d-393d40f9d14f ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/b40cff79-7593-4be5-9582-ed03eed0187f -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/b40cff79-7593-4be5-9582-ed03eed0187f ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/8c17eb70-a8e7-4ce9-badd-2595ae2128b0 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/8c17eb70-a8e7-4ce9-badd-2595ae2128b0 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/aa5cb913-0c5e-433f-8e54-f546ad1ac2eb -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/aa5cb913-0c5e-433f-8e54-f546ad1ac2eb ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/24b1de36-214b-4c6d-b1cd-f76ff6cf33ea -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/24b1de36-214b-4c6d-b1cd-f76ff6cf33ea ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/464e1556-f842-4149-9960-a9fe99d0e007 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/464e1556-f842-4149-9960-a9fe99d0e007 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/79c1a718-2af6-4f48-9674-f96acc6eaec1 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/79c1a718-2af6-4f48-9674-f96acc6eaec1 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/38fce7fd-33dd-44fe-8b53-e66a2ada46cd -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/38fce7fd-33dd-44fe-8b53-e66a2ada46cd ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/d3d73e29-a961-4d8b-9080-d1c5e68e2b16 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/d3d73e29-a961-4d8b-9080-d1c5e68e2b16 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/4865b903-c937-4ac8-973d-fc26fbd4c847 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/4865b903-c937-4ac8-973d-fc26fbd4c847 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/8e47985d-1b08-403e-86a6-c5732b7b2014 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/8e47985d-1b08-403e-86a6-c5732b7b2014 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/b2ddafe6-6952-481e-bebd-6dc775045072 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/b2ddafe6-6952-481e-bebd-6dc775045072 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/a1ca88b3-ced2-4fb9-bf9b-2b40eeef670d -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/a1ca88b3-ced2-4fb9-bf9b-2b40eeef670d ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/216b6294-3385-4193-a8d4-461e82a38dc3 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/216b6294-3385-4193-a8d4-461e82a38dc3 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/0f8eca79-bfc3-447f-ba8d-523a1d8700a2 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/0f8eca79-bfc3-447f-ba8d-523a1d8700a2 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/c6bab14b-2bb6-492d-b649-3900fdd14027 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/c6bab14b-2bb6-492d-b649-3900fdd14027 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/386be719-5cd9-47e1-bd42-9f3fb3043f9d -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/386be719-5cd9-47e1-bd42-9f3fb3043f9d ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/6d28fd8a-20fc-4f3c-96a0-b60c175b318a -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/6d28fd8a-20fc-4f3c-96a0-b60c175b318a ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/bb753544-c611-4a98-bbc2-2f65726c9590 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/bb753544-c611-4a98-bbc2-2f65726c9590 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/7cfb00e9-b5d1-4954-a0bf-8769d25f4de3 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/7cfb00e9-b5d1-4954-a0bf-8769d25f4de3 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/135c93d4-aae9-4d12-be35-8d3a4d6bed35 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/135c93d4-aae9-4d12-be35-8d3a4d6bed35 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/3150169f-406f-4fbe-ab77-2e53ef8706bf -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/3150169f-406f-4fbe-ab77-2e53ef8706bf ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/9c638d97-4ed0-4cd8-864d-482ac0491cb1 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/9c638d97-4ed0-4cd8-864d-482ac0491cb1 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/2f62c3ff-4939-4035-9958-5deb2a431109 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/2f62c3ff-4939-4035-9958-5deb2a431109 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/2362ab09-5195-405d-9758-e164d310bd14 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/2362ab09-5195-405d-9758-e164d310bd14 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/85a9988a-08ff-4af6-97ef-d4e7ad73afb9 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/85a9988a-08ff-4af6-97ef-d4e7ad73afb9 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/e0eef857-cdc3-4b9f-8dc0-7019431cef59 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/e0eef857-cdc3-4b9f-8dc0-7019431cef59 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/a2363720-d2e0-4f53-bad4-a6653b6bf9ec -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/a2363720-d2e0-4f53-bad4-a6653b6bf9ec ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/b3cfc3ae-14ad-41c2-b5e4-56ea4e7f41c8 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/b3cfc3ae-14ad-41c2-b5e4-56ea4e7f41c8 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/1eb26096-5ae9-4a55-8cab-a1549fc0addd -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/1eb26096-5ae9-4a55-8cab-a1549fc0addd ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/2ef5f719-4dae-422d-8222-5e453d957595 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/2ef5f719-4dae-422d-8222-5e453d957595 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/34abfa2f-fd82-4ae8-b3da-b09fedc895f9 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/34abfa2f-fd82-4ae8-b3da-b09fedc895f9 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/b101f5e0-a808-40c9-99df-ed4d1b509de8 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/b101f5e0-a808-40c9-99df-ed4d1b509de8 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/0c8417b1-5a72-4e31-9477-91a4bf37dfe9 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/0c8417b1-5a72-4e31-9477-91a4bf37dfe9 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/e71a540e-aa9b-4788-98e2-afda868c54d3 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/e71a540e-aa9b-4788-98e2-afda868c54d3 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/c7eac238-e477-4e09-8102-7d6d8f2cebcb -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/c7eac238-e477-4e09-8102-7d6d8f2cebcb ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/4dcc05cf-ca05-4a4b-8eeb-77237529446c -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/4dcc05cf-ca05-4a4b-8eeb-77237529446c ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/7aceba0e-5b21-4fe5-8272-37f52d314e3d -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/7aceba0e-5b21-4fe5-8272-37f52d314e3d ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/0088d713-4a05-479e-9f01-9a061393f9d2 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/0088d713-4a05-479e-9f01-9a061393f9d2 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/3fae52f2-74ed-4178-b3cb-1907c841e5be -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/3fae52f2-74ed-4178-b3cb-1907c841e5be ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/19e6032f-03fb-4bd5-b32f-7d2bae1bf4cb -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/19e6032f-03fb-4bd5-b32f-7d2bae1bf4cb ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/bd283a70-6770-4224-bfdc-abfc309bd2f8 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/bd283a70-6770-4224-bfdc-abfc309bd2f8 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/170b3026-b688-4e24-9f95-43b384cecf17 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/170b3026-b688-4e24-9f95-43b384cecf17 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/3cd7ff87-d598-451e-94a2-0efff5db0ce4 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/3cd7ff87-d598-451e-94a2-0efff5db0ce4 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/e63f8354-2581-468b-ab22-78135bce1c58 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/e63f8354-2581-468b-ab22-78135bce1c58 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/001c25a5-0dc4-42de-ad84-483d047834a0 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/001c25a5-0dc4-42de-ad84-483d047834a0 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/1f0549ae-57b0-4283-b204-1019df904f2e -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/1f0549ae-57b0-4283-b204-1019df904f2e ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/763871fa-8897-45a3-aaa2-917c98cb70e1 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/763871fa-8897-45a3-aaa2-917c98cb70e1 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/d7de7ff1-7f1e-4dc1-8306-ebd2b4f982c6 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/d7de7ff1-7f1e-4dc1-8306-ebd2b4f982c6 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/e2c2b5ed-72f7-4297-a0cd-f32eed77fc84 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/e2c2b5ed-72f7-4297-a0cd-f32eed77fc84 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/3409b73e-4471-4977-9cf1-00fd5e05da64 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/3409b73e-4471-4977-9cf1-00fd5e05da64 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/f0ecf150-bedc-42d9-b3ac-5087b27e1038 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/f0ecf150-bedc-42d9-b3ac-5087b27e1038 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/1ed0e9d6-82a1-4f13-a951-334d5a3fafa2 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/1ed0e9d6-82a1-4f13-a951-334d5a3fafa2 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/28ca8e3e-fac6-4b0c-82f4-d3a05c0deb69 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/28ca8e3e-fac6-4b0c-82f4-d3a05c0deb69 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/ca076281-4c27-45cb-94c6-2bd0c6eea8a9 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/ca076281-4c27-45cb-94c6-2bd0c6eea8a9 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/9f1f50b0-f267-4af5-a747-59d4eb6fe5bc -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/9f1f50b0-f267-4af5-a747-59d4eb6fe5bc ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/79684cb2-b307-4596-801b-2719aafdf623 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/79684cb2-b307-4596-801b-2719aafdf623 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/c375f0bd-909e-4437-929c-0e5f3cf6a5cb -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/c375f0bd-909e-4437-929c-0e5f3cf6a5cb ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/5c2ca528-0954-4f2c-b6f0-51e474ad3015 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/5c2ca528-0954-4f2c-b6f0-51e474ad3015 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/b95ecd24-499c-4544-9398-a2a5e7d3bbe8 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/b95ecd24-499c-4544-9398-a2a5e7d3bbe8 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/14530dfe-871c-4d2b-b863-8dd19e30284d -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/14530dfe-871c-4d2b-b863-8dd19e30284d ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/b1ec81c3-d0ca-4beb-b257-6765657de2b1 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/b1ec81c3-d0ca-4beb-b257-6765657de2b1 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/4abb348f-025d-41c2-a6a9-3f6f782e5947 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/4abb348f-025d-41c2-a6a9-3f6f782e5947 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/47ca44d2-a2e7-4f96-8135-65680c811d47 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/47ca44d2-a2e7-4f96-8135-65680c811d47 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/f3b2566f-0e40-4955-b333-8bcc10a63267 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/f3b2566f-0e40-4955-b333-8bcc10a63267 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/4b20cd7c-d671-4fdf-8454-8d1f1d9a7ff6 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/4b20cd7c-d671-4fdf-8454-8d1f1d9a7ff6 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/5a5166bd-1597-418c-bde1-df20c549bae0 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/5a5166bd-1597-418c-bde1-df20c549bae0 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/6d6e4d2e-ed9f-4d79-b292-79f36c5544c9 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/6d6e4d2e-ed9f-4d79-b292-79f36c5544c9 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/183cb9cf-8a7f-4ebe-901d-1599184b26e9 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/183cb9cf-8a7f-4ebe-901d-1599184b26e9 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/81c345c8-7c64-4679-b1a5-2794316794af -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/81c345c8-7c64-4679-b1a5-2794316794af ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/cd1673e8-1f19-490d-841d-7c4a8adbfc11 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/cd1673e8-1f19-490d-841d-7c4a8adbfc11 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/afd11b44-4d22-4c4f-afbb-83edffcd5e59 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/afd11b44-4d22-4c4f-afbb-83edffcd5e59 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/18ac05c7-2b52-486f-9c23-4acc9b9cf959 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/18ac05c7-2b52-486f-9c23-4acc9b9cf959 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/9485b1b1-d2cf-4d32-a239-560a343076dc -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/9485b1b1-d2cf-4d32-a239-560a343076dc ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/f0d1a419-bc0c-4c44-b516-742b7ff2a762 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/f0d1a419-bc0c-4c44-b516-742b7ff2a762 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/041dd8f1-aeee-4d51-a355-c72f94af16a3 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/041dd8f1-aeee-4d51-a355-c72f94af16a3 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/1306cc25-6386-4966-84ea-65a6e18d3aa4 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/1306cc25-6386-4966-84ea-65a6e18d3aa4 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/f48d3588-e7fc-40b9-875d-cbc9f666cc8c -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/f48d3588-e7fc-40b9-875d-cbc9f666cc8c ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/a22546db-6435-41d7-a482-94fe80dc7147 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/a22546db-6435-41d7-a482-94fe80dc7147 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/efcbd800-4a3f-4ec7-b396-d7c1a76edeec -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/efcbd800-4a3f-4ec7-b396-d7c1a76edeec ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/d097cbde-d69d-4e72-8790-9c71e113faec -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/d097cbde-d69d-4e72-8790-9c71e113faec ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/185423d2-b43f-476a-a135-8c1ac32911df -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/185423d2-b43f-476a-a135-8c1ac32911df ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/577b8e2f-617c-4499-b867-aade40c06f5b -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/577b8e2f-617c-4499-b867-aade40c06f5b ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/33263403-dc0f-4b29-9b79-1e710d94f3c4 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/33263403-dc0f-4b29-9b79-1e710d94f3c4 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/d32224f0-3950-4a09-a306-395bd8a9c1a9 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/d32224f0-3950-4a09-a306-395bd8a9c1a9 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/8sg8lfNL5eahqCdBvOwGPXeXiGwjxGx%2FfDbTpUy7qGY%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/f45ea4b1-40ea-4638-894d-6a64f97ec4e7 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/f45ea4b1-40ea-4638-894d-6a64f97ec4e7 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D) /tmp/junit17390929799677965086/client-server-httpfiles/cache/df81ecb2-8765-4565-8ef2-e246c98f094d -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/df81ecb2-8765-4565-8ef2-e246c98f094d ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/content/688523753678057472/_ustadmanifest.json) /tmp/junit17390929799677965086/client-server-httpfiles/cache/5a065ea6-e4a3-4e03-bd31-efe42f9f2381 -> /tmp/junit17390929799677965086/client-server-httpfiles/persistent/5a065ea6-e4a3-4e03-bd31-efe42f9f2381 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/8sg8lfNL5eahqCdBvOwGPXeXiGwjxGx%2FfDbTpUy7qGY%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/8sg8lfNL5eahqCdBvOwGPXeXiGwjxGx%2FfDbTpUy7qGY%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/8sg8lfNL5eahqCdBvOwGPXeXiGwjxGx%2FfDbTpUy7qGY%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/content/688523753678057472/_ustadmanifest.json ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/content/688523753678057472/_ustadmanifest.json ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/content/688523753678057472/_ustadmanifest.json ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[TransferJob, TransferJobItem] ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER EnqueueBlobUploadClientUseCaseJvm$invoke - EnqueueBlobUploadClientUseCase(00ca869e-3f95-4ee4-9e63-884b7a831137): scheduled job #1 via quartz ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost:42373/UmAppDatabase/ - endpoint=http://localhost:42373/UmAppDatabase/] init ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: GET http://localhost:42373/UmAppDatabase/replication/sse?door-node=2246379866983780668%2F0197dd44-c9f4-4260-9db8-9215495f5b93 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/UmAppDatabase/replication/sse?door-node=2246379866983780668%2F0197dd44-c9f4-4260-9db8-9215495f5b93 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/UmAppDatabase/replication/sse?door-node=2246379866983780668%2F0197dd44-c9f4-4260-9db8-9215495f5b93 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/UmAppDatabase/replication/ackAndGetPendingReplications ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): MISS http://localhost:42373/UmAppDatabase/replication/sse?door-node=2246379866983780668%2F0197dd44-c9f4-4260-9db8-9215495f5b93 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - OKHttp-CacheInterceptor: NOSTORE http://localhost:42373/UmAppDatabase/replication/sse?door-node=2246379866983780668%2F0197dd44-c9f4-4260-9db8-9215495f5b93 200 OK (contentType=text/event-stream; charset=UTF-8, content-encoding=null content-length=-1) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B}FINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: GET http://localhost:42373/UmAppDatabase/replication/nodeId ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BmINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/UmAppDatabase/replication/nodeId ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BmINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/UmAppDatabase/replication/nodeId ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BZFINE: FINER BlobUploadClientUseCaseJvm$invoke - BlobUploadClientUseCaseJvm (#1): starting ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BjFINE: FINER UstadCache - UstadCache(client): MISS http://localhost:42373/UmAppDatabase/replication/nodeId ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - OKHttp-CacheInterceptor: NOSTORE http://localhost:42373/UmAppDatabase/replication/nodeId 204 No Content (contentType=text/plain, content-encoding=null content-length=-1) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #11 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/8sg8lfNL5eahqCdBvOwGPXeXiGwjxGx%2FfDbTpUy7qGY%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/8sg8lfNL5eahqCdBvOwGPXeXiGwjxGx%2FfDbTpUy7qGY%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/8sg8lfNL5eahqCdBvOwGPXeXiGwjxGx%2FfDbTpUy7qGY%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/content/688523753678057472/_ustadmanifest.json ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/content/688523753678057472/_ustadmanifest.json ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/content/688523753678057472/_ustadmanifest.json ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-init-batch ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #12 : SQLite Change Tracker: Changed tables=[] ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadServerUseCase$onStartUploadSession - BlobUploadServerUseCase#onStartUploadSession(upload 00ca869e-3f95-4ee4-9e63-884b7a831137): batch upload init: Client list 154 blobs. 154 uploads pending (0 partial) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(fab43b3d-ac22-4370-b745-9ae1ee971c0e): Uploading 6915 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(fab43b3d-ac22-4370-b745-9ae1ee971c0e) receive request ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(fab43b3d-ac22-4370-b745-9ae1ee971c0e) receive request ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(fab43b3d-ac22-4370-b745-9ae1ee971c0e) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/fab43b3d-ac22-4370-b745-9ae1ee971c0e ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/1.tmp (integrity=sha256-T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(fab43b3d-ac22-4370-b745-9ae1ee971c0e): Upload complete of 6915 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228359) for http://localhost:42373/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228359http://localhost:42373/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/236b93f5-99e5-464d-a091-b88ed3eb1a51 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/236b93f5-99e5-464d-a091-b88ed3eb1a51 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(920ee8f8-2c9c-4915-944c-fbf32cabd66e): Uploading 8632 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(920ee8f8-2c9c-4915-944c-fbf32cabd66e) receive request ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(920ee8f8-2c9c-4915-944c-fbf32cabd66e) receive request ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(920ee8f8-2c9c-4915-944c-fbf32cabd66e) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/920ee8f8-2c9c-4915-944c-fbf32cabd66e ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/2.tmp (integrity=sha256-bjwfnGlRbxR6w41vOplXXSsJlK/kQzJuwiG9Vdr2PBI=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(920ee8f8-2c9c-4915-944c-fbf32cabd66e): Upload complete of 8632 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228360) for http://localhost:42373/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228360http://localhost:42373/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/a6737039-5688-4c10-9213-c06f6a7ad7a9 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/a6737039-5688-4c10-9213-c06f6a7ad7a9 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(ab92c1ce-6c5e-43a8-8fca-e72404f76e64): Uploading 607 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ab92c1ce-6c5e-43a8-8fca-e72404f76e64) receive request ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ab92c1ce-6c5e-43a8-8fca-e72404f76e64) receive request ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ab92c1ce-6c5e-43a8-8fca-e72404f76e64) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/ab92c1ce-6c5e-43a8-8fca-e72404f76e64 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/3.tmp (integrity=sha256-GbEzhDlg2eOkUS0yhbQRdkYN7+ExqlN1jS7v1KfVVxw=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(ab92c1ce-6c5e-43a8-8fca-e72404f76e64): Upload complete of 607 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228361) for http://localhost:42373/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228361http://localhost:42373/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/06d1b88f-e2dc-4ce6-a6cc-658f6754635d -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/06d1b88f-e2dc-4ce6-a6cc-658f6754635d ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(63f308cb-13a1-4faf-911a-373131d539fa): Uploading 109688 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(63f308cb-13a1-4faf-911a-373131d539fa) receive request ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(63f308cb-13a1-4faf-911a-373131d539fa) receive request ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(63f308cb-13a1-4faf-911a-373131d539fa) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/63f308cb-13a1-4faf-911a-373131d539fa ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/4.tmp (integrity=sha256-ftJMBUMkAxFzcokVQ/DLankiEAkZ564HfB8/r2dljcI=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(63f308cb-13a1-4faf-911a-373131d539fa): Upload complete of 109688 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228362) for http://localhost:42373/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228362http://localhost:42373/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/c695fa70-5139-45cd-a497-653f09a8688e -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/c695fa70-5139-45cd-a497-653f09a8688e ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(5472dc74-b2d1-45c2-b254-99bb8531c4c1): Uploading 70807 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(5472dc74-b2d1-45c2-b254-99bb8531c4c1) receive request ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(5472dc74-b2d1-45c2-b254-99bb8531c4c1) receive request ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(5472dc74-b2d1-45c2-b254-99bb8531c4c1) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/5472dc74-b2d1-45c2-b254-99bb8531c4c1 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/5.tmp (integrity=sha256-4hns6PTT5KxFXvMc06fHtQV+pooQmTf8JrA8bpnukyI=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(5472dc74-b2d1-45c2-b254-99bb8531c4c1): Upload complete of 70807 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228363) for http://localhost:42373/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228363http://localhost:42373/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/6445ad42-d59d-4196-9236-b9556df14e13 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/6445ad42-d59d-4196-9236-b9556df14e13 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(ad26493f-6c9b-47d4-8751-1e7ff8f01f62): Uploading 365616 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ad26493f-6c9b-47d4-8751-1e7ff8f01f62) receive request ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ad26493f-6c9b-47d4-8751-1e7ff8f01f62) receive request ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ad26493f-6c9b-47d4-8751-1e7ff8f01f62) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/ad26493f-6c9b-47d4-8751-1e7ff8f01f62 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/6.tmp (integrity=sha256-1nBB/l1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(ad26493f-6c9b-47d4-8751-1e7ff8f01f62): Upload complete of 365616 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228364) for http://localhost:42373/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228364http://localhost:42373/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/ade941bb-31d6-4230-a084-b19ddf643fd4 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/ade941bb-31d6-4230-a084-b19ddf643fd4 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(ee7530ad-2cec-40d8-a54b-bbdc8a0689b3): Uploading 142072 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ee7530ad-2cec-40d8-a54b-bbdc8a0689b3) receive request ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ee7530ad-2cec-40d8-a54b-bbdc8a0689b3) receive request ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ee7530ad-2cec-40d8-a54b-bbdc8a0689b3) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/ee7530ad-2cec-40d8-a54b-bbdc8a0689b3 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/7.tmp (integrity=sha256-e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(ee7530ad-2cec-40d8-a54b-bbdc8a0689b3): Upload complete of 142072 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228365) for http://localhost:42373/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228365http://localhost:42373/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/8cb2b05b-1035-40fd-bf98-0c5d29aa4516 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/8cb2b05b-1035-40fd-bf98-0c5d29aa4516 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(16bf2539-c813-4e08-8ebc-5aae0d12a9db): Uploading 83588 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(16bf2539-c813-4e08-8ebc-5aae0d12a9db) receive request ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(16bf2539-c813-4e08-8ebc-5aae0d12a9db) receive request ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(16bf2539-c813-4e08-8ebc-5aae0d12a9db) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/16bf2539-c813-4e08-8ebc-5aae0d12a9db ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/8.tmp (integrity=sha256-yBLdyeR10+ZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(16bf2539-c813-4e08-8ebc-5aae0d12a9db): Upload complete of 83588 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228366) for http://localhost:42373/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228366http://localhost:42373/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/3b25bb6a-e5b2-4553-8765-45a57f88a276 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/3b25bb6a-e5b2-4553-8765-45a57f88a276 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(650d1294-d7ab-40fb-a19f-460435067111): Uploading 66624 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(650d1294-d7ab-40fb-a19f-460435067111) receive request ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(650d1294-d7ab-40fb-a19f-460435067111) receive request ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(650d1294-d7ab-40fb-a19f-460435067111) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/650d1294-d7ab-40fb-a19f-460435067111 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/9.tmp (integrity=sha256-/4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU=) ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(650d1294-d7ab-40fb-a19f-460435067111): Upload complete of 66624 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228367) for http://localhost:42373/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228367http://localhost:42373/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/e8f7e29c-3625-4b1e-80a7-d55cb719e54c -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/e8f7e29c-3625-4b1e-80a7-d55cb719e54c ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(b0e8fdc1-e5f4-4fb7-b447-c5668d94f5a0): Uploading 27420 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BOJan 29, 2025 10:23:48 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(b0e8fdc1-e5f4-4fb7-b447-c5668d94f5a0) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(b0e8fdc1-e5f4-4fb7-b447-c5668d94f5a0) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(b0e8fdc1-e5f4-4fb7-b447-c5668d94f5a0) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/b0e8fdc1-e5f4-4fb7-b447-c5668d94f5a0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/10.tmp (integrity=sha256-hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(b0e8fdc1-e5f4-4fb7-b447-c5668d94f5a0): Upload complete of 27420 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228368) for http://localhost:42373/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228368http://localhost:42373/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/22182c92-464f-4355-8c70-0d67c8167609 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/22182c92-464f-4355-8c70-0d67c8167609 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(3c963da0-1275-470d-84d4-482723da32d0): Uploading 290 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3c963da0-1275-470d-84d4-482723da32d0) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3c963da0-1275-470d-84d4-482723da32d0) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3c963da0-1275-470d-84d4-482723da32d0) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/3c963da0-1275-470d-84d4-482723da32d0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/11.tmp (integrity=sha256-wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(3c963da0-1275-470d-84d4-482723da32d0): Upload complete of 290 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228369) for http://localhost:42373/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228369http://localhost:42373/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/51990072-ac76-42b2-984d-39ec16fd05d6 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/51990072-ac76-42b2-984d-39ec16fd05d6 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(6973cd7b-d1e2-4e2e-b06a-62554bbcdd63): Uploading 1085 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(6973cd7b-d1e2-4e2e-b06a-62554bbcdd63) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(6973cd7b-d1e2-4e2e-b06a-62554bbcdd63) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(6973cd7b-d1e2-4e2e-b06a-62554bbcdd63) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/6973cd7b-d1e2-4e2e-b06a-62554bbcdd63 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/12.tmp (integrity=sha256-nAy3BTCDSjZf/jjgTtYfskbTFa2CmbkLKYKabDi8pew=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(6973cd7b-d1e2-4e2e-b06a-62554bbcdd63): Upload complete of 1085 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228370) for http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228370http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/ec09c75f-3692-4dcf-8830-e1b15189e9e7 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/ec09c75f-3692-4dcf-8830-e1b15189e9e7 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(5276f5cd-0c07-463b-b13f-6a1978ea6322): Uploading 1325 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(5276f5cd-0c07-463b-b13f-6a1978ea6322) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(5276f5cd-0c07-463b-b13f-6a1978ea6322) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(5276f5cd-0c07-463b-b13f-6a1978ea6322) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/5276f5cd-0c07-463b-b13f-6a1978ea6322 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/13.tmp (integrity=sha256-JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(5276f5cd-0c07-463b-b13f-6a1978ea6322): Upload complete of 1325 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228371) for http://localhost:42373/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228371http://localhost:42373/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/373a30a0-1227-425e-8413-5457d6e06f45 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/373a30a0-1227-425e-8413-5457d6e06f45 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(e8c8a058-7bd1-40bd-b0f5-561fc19347db): Uploading 1760 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e8c8a058-7bd1-40bd-b0f5-561fc19347db) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e8c8a058-7bd1-40bd-b0f5-561fc19347db) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e8c8a058-7bd1-40bd-b0f5-561fc19347db) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/e8c8a058-7bd1-40bd-b0f5-561fc19347db ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/14.tmp (integrity=sha256-Tyj1ZbAw3I+jTnYcRMap00SSDE8uimpYNpM/V1r5TQc=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(e8c8a058-7bd1-40bd-b0f5-561fc19347db): Upload complete of 1760 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228372) for http://localhost:42373/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228372http://localhost:42373/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/c516f562-5940-4453-b32d-b23fb343193e -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/c516f562-5940-4453-b32d-b23fb343193e ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(91ddd3ee-cd5f-416a-bc87-49b4b2fdd818): Uploading 1079 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(91ddd3ee-cd5f-416a-bc87-49b4b2fdd818) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(91ddd3ee-cd5f-416a-bc87-49b4b2fdd818) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(91ddd3ee-cd5f-416a-bc87-49b4b2fdd818) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/91ddd3ee-cd5f-416a-bc87-49b4b2fdd818 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/15.tmp (integrity=sha256-5d4Gn7Lje7djT1HHt6jjcg+HKH9wgn2vEpJCSjuX6z4=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(91ddd3ee-cd5f-416a-bc87-49b4b2fdd818): Upload complete of 1079 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228373) for http://localhost:42373/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228373http://localhost:42373/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/75fe1512-f53b-4faf-a450-b6b086e61436 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/75fe1512-f53b-4faf-a450-b6b086e61436 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(11dd565a-4356-41a7-9e29-08031e780b09): Uploading 1244 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(11dd565a-4356-41a7-9e29-08031e780b09) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(11dd565a-4356-41a7-9e29-08031e780b09) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(11dd565a-4356-41a7-9e29-08031e780b09) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/11dd565a-4356-41a7-9e29-08031e780b09 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/16.tmp (integrity=sha256-k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(11dd565a-4356-41a7-9e29-08031e780b09): Upload complete of 1244 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228374) for http://localhost:42373/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228374http://localhost:42373/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/162614c1-8e28-4e4f-91db-4000d681c289 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/162614c1-8e28-4e4f-91db-4000d681c289 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(bb9a7250-703a-43e1-87c3-3aceccd2a11b): Uploading 1155 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #13 : SQLite Change Tracker: Changed tables=[TransferJobItem] ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(bb9a7250-703a-43e1-87c3-3aceccd2a11b) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(bb9a7250-703a-43e1-87c3-3aceccd2a11b) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(bb9a7250-703a-43e1-87c3-3aceccd2a11b) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/bb9a7250-703a-43e1-87c3-3aceccd2a11b ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/17.tmp (integrity=sha256-MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(bb9a7250-703a-43e1-87c3-3aceccd2a11b): Upload complete of 1155 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228375) for http://localhost:42373/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228375http://localhost:42373/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/8293b5cb-de51-4783-ad93-40628abf4459 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/8293b5cb-de51-4783-ad93-40628abf4459 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(98cb332d-bbd4-482a-a69a-777db2192b8e): Uploading 1293 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(98cb332d-bbd4-482a-a69a-777db2192b8e) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(98cb332d-bbd4-482a-a69a-777db2192b8e) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(98cb332d-bbd4-482a-a69a-777db2192b8e) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/98cb332d-bbd4-482a-a69a-777db2192b8e ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/18.tmp (integrity=sha256-qGvsfW4NaWJUAV8k+jAgxyt68uSYkM8Zvl4iO07eQSw=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(98cb332d-bbd4-482a-a69a-777db2192b8e): Upload complete of 1293 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228376) for http://localhost:42373/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228376http://localhost:42373/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/2a9938bc-fc4b-4318-bf23-8eb349fa2cfd -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/2a9938bc-fc4b-4318-bf23-8eb349fa2cfd ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(e7b62886-28f7-4e00-bdd0-da3f716e6e9e): Uploading 2089 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e7b62886-28f7-4e00-bdd0-da3f716e6e9e) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e7b62886-28f7-4e00-bdd0-da3f716e6e9e) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e7b62886-28f7-4e00-bdd0-da3f716e6e9e) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/e7b62886-28f7-4e00-bdd0-da3f716e6e9e ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/19.tmp (integrity=sha256-jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(e7b62886-28f7-4e00-bdd0-da3f716e6e9e): Upload complete of 2089 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228377) for http://localhost:42373/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228377http://localhost:42373/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/d3378fcb-4c33-4290-bcbf-a82848124ba3 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/d3378fcb-4c33-4290-bcbf-a82848124ba3 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(703c0593-8ed7-4b74-9c27-abd17f5ffc9e): Uploading 1239 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(703c0593-8ed7-4b74-9c27-abd17f5ffc9e) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(703c0593-8ed7-4b74-9c27-abd17f5ffc9e) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(703c0593-8ed7-4b74-9c27-abd17f5ffc9e) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/703c0593-8ed7-4b74-9c27-abd17f5ffc9e ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/20.tmp (integrity=sha256-Au+2IdPCR1K6fzgi+wM5XKVYY8AZh6QiVWhS/NgRMNU=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(703c0593-8ed7-4b74-9c27-abd17f5ffc9e): Upload complete of 1239 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228378) for http://localhost:42373/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228378http://localhost:42373/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/a68a8712-eff5-4d41-bfe4-7b87fcd07747 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/a68a8712-eff5-4d41-bfe4-7b87fcd07747 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(302aff66-ca71-4171-a866-40c6e94da254): Uploading 1261 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(302aff66-ca71-4171-a866-40c6e94da254) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(302aff66-ca71-4171-a866-40c6e94da254) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(302aff66-ca71-4171-a866-40c6e94da254) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/302aff66-ca71-4171-a866-40c6e94da254 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/21.tmp (integrity=sha256-SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(302aff66-ca71-4171-a866-40c6e94da254): Upload complete of 1261 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228379) for http://localhost:42373/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228379http://localhost:42373/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/1192603f-b678-4fa7-a400-ae7102fb75d0 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/1192603f-b678-4fa7-a400-ae7102fb75d0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(4a70e790-192c-48dd-b0ca-c21cb94512f7): Uploading 1113 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4a70e790-192c-48dd-b0ca-c21cb94512f7) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4a70e790-192c-48dd-b0ca-c21cb94512f7) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4a70e790-192c-48dd-b0ca-c21cb94512f7) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/4a70e790-192c-48dd-b0ca-c21cb94512f7 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/22.tmp (integrity=sha256-WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy/w=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(4a70e790-192c-48dd-b0ca-c21cb94512f7): Upload complete of 1113 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228380) for http://localhost:42373/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228380http://localhost:42373/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/d1181f50-453a-4cff-80ef-3f6d2bcfb2d8 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/d1181f50-453a-4cff-80ef-3f6d2bcfb2d8 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(14c101a5-cde1-4ba0-a8c4-44f4fbcfbd97): Uploading 1229 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(14c101a5-cde1-4ba0-a8c4-44f4fbcfbd97) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(14c101a5-cde1-4ba0-a8c4-44f4fbcfbd97) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(14c101a5-cde1-4ba0-a8c4-44f4fbcfbd97) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/14c101a5-cde1-4ba0-a8c4-44f4fbcfbd97 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/23.tmp (integrity=sha256-7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(14c101a5-cde1-4ba0-a8c4-44f4fbcfbd97): Upload complete of 1229 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228381) for http://localhost:42373/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228381http://localhost:42373/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/10b4bf4f-282f-4e72-9b19-d0aaf3c479ce -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/10b4bf4f-282f-4e72-9b19-d0aaf3c479ce ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(b28d76ea-9736-4293-be31-997459744cc5): Uploading 1091 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(b28d76ea-9736-4293-be31-997459744cc5) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(b28d76ea-9736-4293-be31-997459744cc5) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(b28d76ea-9736-4293-be31-997459744cc5) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/b28d76ea-9736-4293-be31-997459744cc5 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/24.tmp (integrity=sha256-b0rPNEXzpQ22OFjtaC11asx2j0+hLr7cAomd3VO69e0=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(b28d76ea-9736-4293-be31-997459744cc5): Upload complete of 1091 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228382) for http://localhost:42373/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228382http://localhost:42373/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/71a9ac0d-bb7c-4362-9a61-58cdd388ee8b -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/71a9ac0d-bb7c-4362-9a61-58cdd388ee8b ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(67f179a9-a9f6-4a9d-a19a-a8cf34174872): Uploading 1221 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(67f179a9-a9f6-4a9d-a19a-a8cf34174872) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(67f179a9-a9f6-4a9d-a19a-a8cf34174872) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(67f179a9-a9f6-4a9d-a19a-a8cf34174872) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/67f179a9-a9f6-4a9d-a19a-a8cf34174872 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/25.tmp (integrity=sha256-Oq8Qt4f/pNdOtT7Cz/P1buRr1KXcoKQUW+C9lCFg8YQ=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(67f179a9-a9f6-4a9d-a19a-a8cf34174872): Upload complete of 1221 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228383) for http://localhost:42373/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228383http://localhost:42373/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/715f6dba-de79-42c1-ba39-37ea7f778d96 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/715f6dba-de79-42c1-ba39-37ea7f778d96 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(cd5c5b92-2fcc-45f7-99c2-d40de97dd37b): Uploading 1175 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cd5c5b92-2fcc-45f7-99c2-d40de97dd37b) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cd5c5b92-2fcc-45f7-99c2-d40de97dd37b) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cd5c5b92-2fcc-45f7-99c2-d40de97dd37b) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/cd5c5b92-2fcc-45f7-99c2-d40de97dd37b ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/26.tmp (integrity=sha256-yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3+1GBRu4D0+Q=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(cd5c5b92-2fcc-45f7-99c2-d40de97dd37b): Upload complete of 1175 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228384) for http://localhost:42373/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228384http://localhost:42373/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/08d07ab3-944e-4cc8-9711-ddd9d2fea6b9 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/08d07ab3-944e-4cc8-9711-ddd9d2fea6b9 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(a6e4fb06-5a41-41cd-b867-0b993cd2a01b): Uploading 1335 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a6e4fb06-5a41-41cd-b867-0b993cd2a01b) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a6e4fb06-5a41-41cd-b867-0b993cd2a01b) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a6e4fb06-5a41-41cd-b867-0b993cd2a01b) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/a6e4fb06-5a41-41cd-b867-0b993cd2a01b ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/27.tmp (integrity=sha256-b/pemT3AQtkcxWYfWDVJk2/kTkEqjdt+oehmTIE02AM=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(a6e4fb06-5a41-41cd-b867-0b993cd2a01b): Upload complete of 1335 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228385) for http://localhost:42373/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228385http://localhost:42373/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/10ada99b-0609-4820-aedd-e9c7ee6dc1ae -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/10ada99b-0609-4820-aedd-e9c7ee6dc1ae ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(1ab531b6-e751-437f-ac85-a3eb5caea7ee): Uploading 1152 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1ab531b6-e751-437f-ac85-a3eb5caea7ee) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1ab531b6-e751-437f-ac85-a3eb5caea7ee) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1ab531b6-e751-437f-ac85-a3eb5caea7ee) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/1ab531b6-e751-437f-ac85-a3eb5caea7ee ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/28.tmp (integrity=sha256-mfov8Hrp8eJ57UpQUEJ+8RVeKjq45a8ngANpAaLYR6w=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(1ab531b6-e751-437f-ac85-a3eb5caea7ee): Upload complete of 1152 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228386) for http://localhost:42373/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228386http://localhost:42373/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/9a946585-baee-4472-977b-9fb353acb756 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/9a946585-baee-4472-977b-9fb353acb756 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(192b4091-4bbf-4111-8c63-16e0250e552b): Uploading 1150 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(192b4091-4bbf-4111-8c63-16e0250e552b) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(192b4091-4bbf-4111-8c63-16e0250e552b) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(192b4091-4bbf-4111-8c63-16e0250e552b) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/192b4091-4bbf-4111-8c63-16e0250e552b ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/29.tmp (integrity=sha256-7xF1FYDJR0vQb3gRCLf5zGPh50+3WuGOhPKs9utqGUE=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(192b4091-4bbf-4111-8c63-16e0250e552b): Upload complete of 1150 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228387) for http://localhost:42373/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228387http://localhost:42373/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/ca0bfacd-bb92-4d4c-a660-07cf13a5293f -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/ca0bfacd-bb92-4d4c-a660-07cf13a5293f ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(4e335894-f7a6-44a9-8449-bd06972fee13): Uploading 1142 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4e335894-f7a6-44a9-8449-bd06972fee13) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4e335894-f7a6-44a9-8449-bd06972fee13) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4e335894-f7a6-44a9-8449-bd06972fee13) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/4e335894-f7a6-44a9-8449-bd06972fee13 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/30.tmp (integrity=sha256-s+jWsJZ/9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(4e335894-f7a6-44a9-8449-bd06972fee13): Upload complete of 1142 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228388) for http://localhost:42373/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228388http://localhost:42373/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/38bee0b9-6f9f-48d3-b26d-9fb359403f17 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/38bee0b9-6f9f-48d3-b26d-9fb359403f17 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(e9056cee-ec50-4034-b320-a6ea4c0843ba): Uploading 1178 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e9056cee-ec50-4034-b320-a6ea4c0843ba) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e9056cee-ec50-4034-b320-a6ea4c0843ba) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e9056cee-ec50-4034-b320-a6ea4c0843ba) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/e9056cee-ec50-4034-b320-a6ea4c0843ba ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/31.tmp (integrity=sha256-MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx+u3BdkYQ=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(e9056cee-ec50-4034-b320-a6ea4c0843ba): Upload complete of 1178 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228389) for http://localhost:42373/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228389http://localhost:42373/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/34732a89-9025-441f-81ae-b999114c2966 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/34732a89-9025-441f-81ae-b999114c2966 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(85262780-bb2e-4880-91fc-96ac3681a145): Uploading 1806 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(85262780-bb2e-4880-91fc-96ac3681a145) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(85262780-bb2e-4880-91fc-96ac3681a145) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(85262780-bb2e-4880-91fc-96ac3681a145) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/85262780-bb2e-4880-91fc-96ac3681a145 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/32.tmp (integrity=sha256-s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(85262780-bb2e-4880-91fc-96ac3681a145): Upload complete of 1806 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228390) for http://localhost:42373/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228390http://localhost:42373/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/0ad19d12-f697-46b6-9ced-055ae211eb38 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/0ad19d12-f697-46b6-9ced-055ae211eb38 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(7e644b5a-298d-4e0c-8e07-f19687879a74): Uploading 1163 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(7e644b5a-298d-4e0c-8e07-f19687879a74) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(7e644b5a-298d-4e0c-8e07-f19687879a74) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(7e644b5a-298d-4e0c-8e07-f19687879a74) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/7e644b5a-298d-4e0c-8e07-f19687879a74 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/33.tmp (integrity=sha256-UKuxu3Hz+fGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(7e644b5a-298d-4e0c-8e07-f19687879a74): Upload complete of 1163 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228391) for http://localhost:42373/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228391http://localhost:42373/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/ba1a41fb-d702-483f-b0c3-a261731f0706 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/ba1a41fb-d702-483f-b0c3-a261731f0706 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(46415c7e-e4b0-4872-a4ba-d6e7eb95cc01): Uploading 1059 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(46415c7e-e4b0-4872-a4ba-d6e7eb95cc01) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(46415c7e-e4b0-4872-a4ba-d6e7eb95cc01) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(46415c7e-e4b0-4872-a4ba-d6e7eb95cc01) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/46415c7e-e4b0-4872-a4ba-d6e7eb95cc01 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/34.tmp (integrity=sha256-3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt/TEE=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(46415c7e-e4b0-4872-a4ba-d6e7eb95cc01): Upload complete of 1059 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228392) for http://localhost:42373/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228392http://localhost:42373/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/a4d0f462-ae14-45b2-94db-7ae740d8f9c9 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/a4d0f462-ae14-45b2-94db-7ae740d8f9c9 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c5fb4cb8-f222-4a0e-ba34-c29deb7609b6): Uploading 1059 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c5fb4cb8-f222-4a0e-ba34-c29deb7609b6) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c5fb4cb8-f222-4a0e-ba34-c29deb7609b6) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c5fb4cb8-f222-4a0e-ba34-c29deb7609b6) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/c5fb4cb8-f222-4a0e-ba34-c29deb7609b6 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/35.tmp (integrity=sha256-Rq39aiLMuqiP+0mPmeCr0C2QflhXTn//NEPZaPtsh7s=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c5fb4cb8-f222-4a0e-ba34-c29deb7609b6): Upload complete of 1059 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228393) for http://localhost:42373/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228393http://localhost:42373/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/07bb2a49-93f7-48cb-997e-e52079912859 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/07bb2a49-93f7-48cb-997e-e52079912859 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(5e420d3c-31e6-4390-b944-885477b15f0c): Uploading 715 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(5e420d3c-31e6-4390-b944-885477b15f0c) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(5e420d3c-31e6-4390-b944-885477b15f0c) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(5e420d3c-31e6-4390-b944-885477b15f0c) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/5e420d3c-31e6-4390-b944-885477b15f0c ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/36.tmp (integrity=sha256-PjfwUp1+w6kzto+92J5gCGOUXTWvFUUHmzECFE26ZTI=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(5e420d3c-31e6-4390-b944-885477b15f0c): Upload complete of 715 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228394) for http://localhost:42373/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228394http://localhost:42373/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/c410b8a6-d8fe-4664-bd68-086e893878dc -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/c410b8a6-d8fe-4664-bd68-086e893878dc ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(b21ca2cd-35df-4968-be66-f389a6979b8f): Uploading 10052 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(b21ca2cd-35df-4968-be66-f389a6979b8f) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(b21ca2cd-35df-4968-be66-f389a6979b8f) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(b21ca2cd-35df-4968-be66-f389a6979b8f) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/b21ca2cd-35df-4968-be66-f389a6979b8f ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/37.tmp (integrity=sha256-h+jhrR+2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(b21ca2cd-35df-4968-be66-f389a6979b8f): Upload complete of 10052 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228395) for http://localhost:42373/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228395http://localhost:42373/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/1c664b16-6e56-42ba-930e-85aea23179c4 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/1c664b16-6e56-42ba-930e-85aea23179c4 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(f1083794-6042-4027-8577-fb1a0e06b91e): Uploading 1970 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(f1083794-6042-4027-8577-fb1a0e06b91e) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(f1083794-6042-4027-8577-fb1a0e06b91e) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(f1083794-6042-4027-8577-fb1a0e06b91e) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/f1083794-6042-4027-8577-fb1a0e06b91e ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/38.tmp (integrity=sha256-vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(f1083794-6042-4027-8577-fb1a0e06b91e): Upload complete of 1970 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228396) for http://localhost:42373/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228396http://localhost:42373/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/086002da-0ba3-4de9-b32b-a87ad65220ed -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/086002da-0ba3-4de9-b32b-a87ad65220ed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(92d1f2a0-b768-4a35-8bef-93b4d7cd3338): Uploading 3560 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(92d1f2a0-b768-4a35-8bef-93b4d7cd3338) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(92d1f2a0-b768-4a35-8bef-93b4d7cd3338) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(92d1f2a0-b768-4a35-8bef-93b4d7cd3338) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/92d1f2a0-b768-4a35-8bef-93b4d7cd3338 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/39.tmp (integrity=sha256-2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(92d1f2a0-b768-4a35-8bef-93b4d7cd3338): Upload complete of 3560 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228397) for http://localhost:42373/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228397http://localhost:42373/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/ad3ae93c-ba1c-4963-bb2a-0461b4bf4767 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/ad3ae93c-ba1c-4963-bb2a-0461b4bf4767 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(8d5e9fc1-70e2-482c-9626-7a54d39d3985): Uploading 1773 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8d5e9fc1-70e2-482c-9626-7a54d39d3985) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8d5e9fc1-70e2-482c-9626-7a54d39d3985) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8d5e9fc1-70e2-482c-9626-7a54d39d3985) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/8d5e9fc1-70e2-482c-9626-7a54d39d3985 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/40.tmp (integrity=sha256-sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(8d5e9fc1-70e2-482c-9626-7a54d39d3985): Upload complete of 1773 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228398) for http://localhost:42373/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228398http://localhost:42373/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/03608d93-4a7e-4053-985c-9fd8a93e2f4e -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/03608d93-4a7e-4053-985c-9fd8a93e2f4e ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(75d8119c-c93c-4730-9dc8-663fc9132346): Uploading 11571 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(75d8119c-c93c-4730-9dc8-663fc9132346) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(75d8119c-c93c-4730-9dc8-663fc9132346) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(75d8119c-c93c-4730-9dc8-663fc9132346) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/75d8119c-c93c-4730-9dc8-663fc9132346 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/41.tmp (integrity=sha256-Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad+Kk1mN4QiY=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(75d8119c-c93c-4730-9dc8-663fc9132346): Upload complete of 11571 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228399) for http://localhost:42373/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228399http://localhost:42373/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/0bac947d-2ed2-4fee-82e8-9fdd79c38d2a -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/0bac947d-2ed2-4fee-82e8-9fdd79c38d2a ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(537a80a7-fc03-417b-ae55-d282bafb555c): Uploading 36870 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(537a80a7-fc03-417b-ae55-d282bafb555c) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(537a80a7-fc03-417b-ae55-d282bafb555c) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(537a80a7-fc03-417b-ae55-d282bafb555c) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/537a80a7-fc03-417b-ae55-d282bafb555c ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/42.tmp (integrity=sha256-kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(537a80a7-fc03-417b-ae55-d282bafb555c): Upload complete of 36870 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228400) for http://localhost:42373/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228400http://localhost:42373/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/c805033c-076b-45c4-9de5-75971228e7ec -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/c805033c-076b-45c4-9de5-75971228e7ec ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(0c89af51-bb46-41fe-ac4b-0ccd612b8a9e): Uploading 2536 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(0c89af51-bb46-41fe-ac4b-0ccd612b8a9e) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(0c89af51-bb46-41fe-ac4b-0ccd612b8a9e) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(0c89af51-bb46-41fe-ac4b-0ccd612b8a9e) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/0c89af51-bb46-41fe-ac4b-0ccd612b8a9e ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/43.tmp (integrity=sha256-eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(0c89af51-bb46-41fe-ac4b-0ccd612b8a9e): Upload complete of 2536 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228401) for http://localhost:42373/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228401http://localhost:42373/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/ba16b093-ce9d-4b60-b23f-6fd669bbdf72 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/ba16b093-ce9d-4b60-b23f-6fd669bbdf72 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c93d0d1c-89a6-41b7-aa0f-36c37303ef8b): Uploading 6098 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c93d0d1c-89a6-41b7-aa0f-36c37303ef8b) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c93d0d1c-89a6-41b7-aa0f-36c37303ef8b) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c93d0d1c-89a6-41b7-aa0f-36c37303ef8b) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/c93d0d1c-89a6-41b7-aa0f-36c37303ef8b ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/44.tmp (integrity=sha256-XNfsFzpMGtyUb4cp+ZP4sbwRpfi+BGbF07psv2MPtA4=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c93d0d1c-89a6-41b7-aa0f-36c37303ef8b): Upload complete of 6098 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228402) for http://localhost:42373/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228402http://localhost:42373/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/f868417a-c563-4f7f-985d-5e257c9f543b -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/f868417a-c563-4f7f-985d-5e257c9f543b ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(1923ff96-3c2d-4bc1-a13f-637ea97774d8): Uploading 9182 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1923ff96-3c2d-4bc1-a13f-637ea97774d8) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1923ff96-3c2d-4bc1-a13f-637ea97774d8) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1923ff96-3c2d-4bc1-a13f-637ea97774d8) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/1923ff96-3c2d-4bc1-a13f-637ea97774d8 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/45.tmp (integrity=sha256-GslQZC/V0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(1923ff96-3c2d-4bc1-a13f-637ea97774d8): Upload complete of 9182 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228403) for http://localhost:42373/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228403http://localhost:42373/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/fcf7a626-eac2-4fbb-8390-ccc89ca5d740 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/fcf7a626-eac2-4fbb-8390-ccc89ca5d740 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(0fd4c0f2-b71a-4ab6-8a67-7d2fd041eedc): Uploading 5993 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(0fd4c0f2-b71a-4ab6-8a67-7d2fd041eedc) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(0fd4c0f2-b71a-4ab6-8a67-7d2fd041eedc) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(0fd4c0f2-b71a-4ab6-8a67-7d2fd041eedc) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/0fd4c0f2-b71a-4ab6-8a67-7d2fd041eedc ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/46.tmp (integrity=sha256-mvg3xbJ3LnwZdOssam2+vdSJ1/LWFX7/lxFJVciB6lg=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(0fd4c0f2-b71a-4ab6-8a67-7d2fd041eedc): Upload complete of 5993 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228404) for http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228404http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/17b9f5a3-8fcb-4438-b980-ca6c20ee6380 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/17b9f5a3-8fcb-4438-b980-ca6c20ee6380 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(8a00786f-9acc-444b-8496-70f206b0c8fa): Uploading 6332 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8a00786f-9acc-444b-8496-70f206b0c8fa) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8a00786f-9acc-444b-8496-70f206b0c8fa) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8a00786f-9acc-444b-8496-70f206b0c8fa) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/8a00786f-9acc-444b-8496-70f206b0c8fa ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/47.tmp (integrity=sha256-MAqsHQLxvTtVgSONw2nt+i52FKAKxkPqHKZN3dVehag=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(8a00786f-9acc-444b-8496-70f206b0c8fa): Upload complete of 6332 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228405) for http://localhost:42373/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228405http://localhost:42373/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/45bce9c2-2e8a-4f65-a2b8-d7b7f30b3177 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/45bce9c2-2e8a-4f65-a2b8-d7b7f30b3177 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(341ba048-882b-4071-bb69-23747c5d9c9e): Uploading 6032 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(341ba048-882b-4071-bb69-23747c5d9c9e) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(341ba048-882b-4071-bb69-23747c5d9c9e) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(341ba048-882b-4071-bb69-23747c5d9c9e) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/341ba048-882b-4071-bb69-23747c5d9c9e ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/48.tmp (integrity=sha256-iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(341ba048-882b-4071-bb69-23747c5d9c9e): Upload complete of 6032 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228406) for http://localhost:42373/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228406http://localhost:42373/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/436d1fe4-34e6-4010-8d49-73c49a736e16 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/436d1fe4-34e6-4010-8d49-73c49a736e16 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(8e7284e4-14bd-461b-bf55-d85dec740977): Uploading 6734 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8e7284e4-14bd-461b-bf55-d85dec740977) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8e7284e4-14bd-461b-bf55-d85dec740977) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8e7284e4-14bd-461b-bf55-d85dec740977) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/8e7284e4-14bd-461b-bf55-d85dec740977 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/49.tmp (integrity=sha256-82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(8e7284e4-14bd-461b-bf55-d85dec740977): Upload complete of 6734 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228407) for http://localhost:42373/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228407http://localhost:42373/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/d1c8fbfc-b09e-4d37-848d-6eadfa338399 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/d1c8fbfc-b09e-4d37-848d-6eadfa338399 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(23dba3b4-9f4e-4d69-9bfe-10a0988b5760): Uploading 9260 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(23dba3b4-9f4e-4d69-9bfe-10a0988b5760) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(23dba3b4-9f4e-4d69-9bfe-10a0988b5760) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(23dba3b4-9f4e-4d69-9bfe-10a0988b5760) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/23dba3b4-9f4e-4d69-9bfe-10a0988b5760 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/50.tmp (integrity=sha256-Q/y6R172KY9YPbOiNMSixqoh8QjGcQtM+rFsRKO2bE8=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(23dba3b4-9f4e-4d69-9bfe-10a0988b5760): Upload complete of 9260 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228408) for http://localhost:42373/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228408http://localhost:42373/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/7e286c3e-e56e-4937-857b-b8c2d4321bf1 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/7e286c3e-e56e-4937-857b-b8c2d4321bf1 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(0e41cf44-b33b-4f88-96b0-02ec2dd4191a): Uploading 6574 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(0e41cf44-b33b-4f88-96b0-02ec2dd4191a) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(0e41cf44-b33b-4f88-96b0-02ec2dd4191a) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(0e41cf44-b33b-4f88-96b0-02ec2dd4191a) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/0e41cf44-b33b-4f88-96b0-02ec2dd4191a ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/51.tmp (integrity=sha256-vBVhVK0Ik2c9Bvwl+lAPy96DxOyTL2+keUcQmCA/rq0=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(0e41cf44-b33b-4f88-96b0-02ec2dd4191a): Upload complete of 6574 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228409) for http://localhost:42373/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228409http://localhost:42373/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/ef1c360a-2c1c-401a-af4a-f4b8eb441925 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/ef1c360a-2c1c-401a-af4a-f4b8eb441925 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(9dc85fae-38ae-40b7-85a1-278d81700a1c): Uploading 5882 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(9dc85fae-38ae-40b7-85a1-278d81700a1c) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(9dc85fae-38ae-40b7-85a1-278d81700a1c) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(9dc85fae-38ae-40b7-85a1-278d81700a1c) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/9dc85fae-38ae-40b7-85a1-278d81700a1c ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/52.tmp (integrity=sha256-/x3Wsw8+wpZRU2JIVcrL33nrHQV17lCsxuRemUqet54=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(9dc85fae-38ae-40b7-85a1-278d81700a1c): Upload complete of 5882 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228410) for http://localhost:42373/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228410http://localhost:42373/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/28654b50-8602-46c4-a3ae-843b5637dc23 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/28654b50-8602-46c4-a3ae-843b5637dc23 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(5da6e79a-e1a0-4c4a-a9e7-d01a069b136c): Uploading 6506 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(5da6e79a-e1a0-4c4a-a9e7-d01a069b136c) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(5da6e79a-e1a0-4c4a-a9e7-d01a069b136c) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(5da6e79a-e1a0-4c4a-a9e7-d01a069b136c) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/5da6e79a-e1a0-4c4a-a9e7-d01a069b136c ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/53.tmp (integrity=sha256-8NYR/hsIIjp/PKQLuUNyeWjGcw9Ffd0e82E28xODp0k=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(5da6e79a-e1a0-4c4a-a9e7-d01a069b136c): Upload complete of 6506 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228411) for http://localhost:42373/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228411http://localhost:42373/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/4559632e-d517-4cbb-b168-024aa7f6c60b -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/4559632e-d517-4cbb-b168-024aa7f6c60b ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(48a887eb-a2e4-4587-9be2-0ab6169bebad): Uploading 6185 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(48a887eb-a2e4-4587-9be2-0ab6169bebad) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(48a887eb-a2e4-4587-9be2-0ab6169bebad) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(48a887eb-a2e4-4587-9be2-0ab6169bebad) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/48a887eb-a2e4-4587-9be2-0ab6169bebad ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/54.tmp (integrity=sha256-oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3+WONWHQ=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(48a887eb-a2e4-4587-9be2-0ab6169bebad): Upload complete of 6185 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228412) for http://localhost:42373/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228412http://localhost:42373/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/558072dd-6b24-43fb-9cd5-edb437cff04a -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/558072dd-6b24-43fb-9cd5-edb437cff04a ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(8046c579-dfea-4fa6-a287-371148a1962c): Uploading 6547 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8046c579-dfea-4fa6-a287-371148a1962c) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8046c579-dfea-4fa6-a287-371148a1962c) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8046c579-dfea-4fa6-a287-371148a1962c) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/8046c579-dfea-4fa6-a287-371148a1962c ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/55.tmp (integrity=sha256-K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(8046c579-dfea-4fa6-a287-371148a1962c): Upload complete of 6547 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228413) for http://localhost:42373/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228413http://localhost:42373/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/6ec1cc85-072a-489e-9f5e-67b80f8a93f8 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/6ec1cc85-072a-489e-9f5e-67b80f8a93f8 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(445174ea-9ca3-495c-bab7-211426aa8563): Uploading 6852 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(445174ea-9ca3-495c-bab7-211426aa8563) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(445174ea-9ca3-495c-bab7-211426aa8563) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(445174ea-9ca3-495c-bab7-211426aa8563) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/445174ea-9ca3-495c-bab7-211426aa8563 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/56.tmp (integrity=sha256-cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(445174ea-9ca3-495c-bab7-211426aa8563): Upload complete of 6852 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228414) for http://localhost:42373/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228414http://localhost:42373/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/090c788e-586d-4ee3-ba80-0f6f6c961a1e -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/090c788e-586d-4ee3-ba80-0f6f6c961a1e ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(d881b7f4-9549-45e6-b009-1c6e73419b95): Uploading 6253 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d881b7f4-9549-45e6-b009-1c6e73419b95) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d881b7f4-9549-45e6-b009-1c6e73419b95) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d881b7f4-9549-45e6-b009-1c6e73419b95) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/d881b7f4-9549-45e6-b009-1c6e73419b95 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/57.tmp (integrity=sha256-tnKOTsJNsJ1igF6lTizkpOyMKbYWZe+dVsGZzjKfNTc=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(d881b7f4-9549-45e6-b009-1c6e73419b95): Upload complete of 6253 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228415) for http://localhost:42373/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228415http://localhost:42373/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/1f17a486-7c76-403e-afa3-1522dc1f7e4f -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/1f17a486-7c76-403e-afa3-1522dc1f7e4f ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(40b5a6f8-2dfb-43ba-8651-4244d1293db3): Uploading 6522 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(40b5a6f8-2dfb-43ba-8651-4244d1293db3) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(40b5a6f8-2dfb-43ba-8651-4244d1293db3) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(40b5a6f8-2dfb-43ba-8651-4244d1293db3) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/40b5a6f8-2dfb-43ba-8651-4244d1293db3 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/58.tmp (integrity=sha256-cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(40b5a6f8-2dfb-43ba-8651-4244d1293db3): Upload complete of 6522 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228416) for http://localhost:42373/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228416http://localhost:42373/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/c77518be-ae50-423b-846b-79e2b06250e4 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/c77518be-ae50-423b-846b-79e2b06250e4 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(526827e3-c58c-44ab-aa90-3cc4a025f63e): Uploading 6036 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(526827e3-c58c-44ab-aa90-3cc4a025f63e) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(526827e3-c58c-44ab-aa90-3cc4a025f63e) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(526827e3-c58c-44ab-aa90-3cc4a025f63e) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/526827e3-c58c-44ab-aa90-3cc4a025f63e ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/59.tmp (integrity=sha256-lxzYcB9KSB/Ykf7kHHM4ZRcTEbModiVoT3lAhJxL3mA=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(526827e3-c58c-44ab-aa90-3cc4a025f63e): Upload complete of 6036 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228417) for http://localhost:42373/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228417http://localhost:42373/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/8a057b78-8593-4298-87c7-d18adf92fd32 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/8a057b78-8593-4298-87c7-d18adf92fd32 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(83f81d6b-2560-4c4e-997a-2835aaeb76dd): Uploading 6274 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(83f81d6b-2560-4c4e-997a-2835aaeb76dd) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(83f81d6b-2560-4c4e-997a-2835aaeb76dd) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(83f81d6b-2560-4c4e-997a-2835aaeb76dd) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/83f81d6b-2560-4c4e-997a-2835aaeb76dd ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/60.tmp (integrity=sha256-Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(83f81d6b-2560-4c4e-997a-2835aaeb76dd): Upload complete of 6274 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228418) for http://localhost:42373/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228418http://localhost:42373/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/e0b9e117-7f58-457a-ba86-4d15c76a61af -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/e0b9e117-7f58-457a-ba86-4d15c76a61af ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(23d8b1b8-5ef4-427b-a6ff-69b54c1fe123): Uploading 6046 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(23d8b1b8-5ef4-427b-a6ff-69b54c1fe123) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(23d8b1b8-5ef4-427b-a6ff-69b54c1fe123) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(23d8b1b8-5ef4-427b-a6ff-69b54c1fe123) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/23d8b1b8-5ef4-427b-a6ff-69b54c1fe123 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/61.tmp (integrity=sha256-vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(23d8b1b8-5ef4-427b-a6ff-69b54c1fe123): Upload complete of 6046 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228419) for http://localhost:42373/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228419http://localhost:42373/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/0db6cb05-f6a2-4911-aeec-87d6e9cd5a7a -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/0db6cb05-f6a2-4911-aeec-87d6e9cd5a7a ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(29256843-4d20-456f-ae68-92380ec2edb4): Uploading 6250 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(29256843-4d20-456f-ae68-92380ec2edb4) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(29256843-4d20-456f-ae68-92380ec2edb4) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(29256843-4d20-456f-ae68-92380ec2edb4) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/29256843-4d20-456f-ae68-92380ec2edb4 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/62.tmp (integrity=sha256-Cxs1ShEiNfLO/U/vt3ziCc6g7XCCt3cXpLKqS0NW9p0=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(29256843-4d20-456f-ae68-92380ec2edb4): Upload complete of 6250 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228420) for http://localhost:42373/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228420http://localhost:42373/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/7352b7fa-8edd-4d2a-9a4d-2399f4c1a4d9 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/7352b7fa-8edd-4d2a-9a4d-2399f4c1a4d9 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(3b777ce9-c66b-4d26-b815-1582eeec4017): Uploading 8742 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #15 : SQLite Change Tracker: Changed tables=[TransferJobItem] ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3b777ce9-c66b-4d26-b815-1582eeec4017) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3b777ce9-c66b-4d26-b815-1582eeec4017) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3b777ce9-c66b-4d26-b815-1582eeec4017) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/3b777ce9-c66b-4d26-b815-1582eeec4017 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/63.tmp (integrity=sha256-hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(3b777ce9-c66b-4d26-b815-1582eeec4017): Upload complete of 8742 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228421) for http://localhost:42373/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228421http://localhost:42373/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/8efa6ef2-33c5-4bef-9f1e-636da60183bc -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/8efa6ef2-33c5-4bef-9f1e-636da60183bc ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(4e59dd0b-9f0b-4f1a-8994-901e4ee40509): Uploading 6307 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4e59dd0b-9f0b-4f1a-8994-901e4ee40509) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4e59dd0b-9f0b-4f1a-8994-901e4ee40509) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4e59dd0b-9f0b-4f1a-8994-901e4ee40509) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/4e59dd0b-9f0b-4f1a-8994-901e4ee40509 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/64.tmp (integrity=sha256-I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(4e59dd0b-9f0b-4f1a-8994-901e4ee40509): Upload complete of 6307 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228422) for http://localhost:42373/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228422http://localhost:42373/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/1d877d61-fe5b-4995-8004-cd87247ff92b -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/1d877d61-fe5b-4995-8004-cd87247ff92b ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(e9d64212-a79c-4d8f-8d41-621ddf322910): Uploading 6154 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e9d64212-a79c-4d8f-8d41-621ddf322910) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e9d64212-a79c-4d8f-8d41-621ddf322910) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e9d64212-a79c-4d8f-8d41-621ddf322910) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/e9d64212-a79c-4d8f-8d41-621ddf322910 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/65.tmp (integrity=sha256-dlAewQPKn9t0EDFTEm5ltRQT+WrMBBErX1LZM6zfIc0=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(e9d64212-a79c-4d8f-8d41-621ddf322910): Upload complete of 6154 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228423) for http://localhost:42373/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228423http://localhost:42373/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/0cdf454c-fa82-47fe-8fb0-c11b6b16e4d4 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/0cdf454c-fa82-47fe-8fb0-c11b6b16e4d4 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(8decba43-24c3-467c-b91e-5ee37223d316): Uploading 8669 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8decba43-24c3-467c-b91e-5ee37223d316) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8decba43-24c3-467c-b91e-5ee37223d316) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8decba43-24c3-467c-b91e-5ee37223d316) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/8decba43-24c3-467c-b91e-5ee37223d316 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/66.tmp (integrity=sha256-ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(8decba43-24c3-467c-b91e-5ee37223d316): Upload complete of 8669 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228424) for http://localhost:42373/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228424http://localhost:42373/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/d5242acf-49c7-4ffe-b878-24e8fd03dc70 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/d5242acf-49c7-4ffe-b878-24e8fd03dc70 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(a49bbf48-28cd-4c5a-b724-58a1b58845f1): Uploading 6901 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a49bbf48-28cd-4c5a-b724-58a1b58845f1) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a49bbf48-28cd-4c5a-b724-58a1b58845f1) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a49bbf48-28cd-4c5a-b724-58a1b58845f1) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/a49bbf48-28cd-4c5a-b724-58a1b58845f1 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/67.tmp (integrity=sha256-8l+WWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(a49bbf48-28cd-4c5a-b724-58a1b58845f1): Upload complete of 6901 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228425) for http://localhost:42373/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228425http://localhost:42373/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/c8f2164f-e484-4b97-928d-393d40f9d14f -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/c8f2164f-e484-4b97-928d-393d40f9d14f ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(d0d97d2f-07f0-43d6-9363-d4901450c1c3): Uploading 5848 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d0d97d2f-07f0-43d6-9363-d4901450c1c3) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d0d97d2f-07f0-43d6-9363-d4901450c1c3) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d0d97d2f-07f0-43d6-9363-d4901450c1c3) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/d0d97d2f-07f0-43d6-9363-d4901450c1c3 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/68.tmp (integrity=sha256-+IRZ4//V1GOWQ9KLtbzgE+NbhhRBycosRc64B97TKj4=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(d0d97d2f-07f0-43d6-9363-d4901450c1c3): Upload complete of 5848 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228426) for http://localhost:42373/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228426http://localhost:42373/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/b40cff79-7593-4be5-9582-ed03eed0187f -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/b40cff79-7593-4be5-9582-ed03eed0187f ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(7359e78f-6882-40d3-bd0a-5d86e38c2144): Uploading 1101 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(7359e78f-6882-40d3-bd0a-5d86e38c2144) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(7359e78f-6882-40d3-bd0a-5d86e38c2144) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(7359e78f-6882-40d3-bd0a-5d86e38c2144) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/7359e78f-6882-40d3-bd0a-5d86e38c2144 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/69.tmp (integrity=sha256-V+lxWB0nxel8r7ylMgw556l/VPsMO29I16T/DgO8NMQ=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(7359e78f-6882-40d3-bd0a-5d86e38c2144): Upload complete of 1101 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228427) for http://localhost:42373/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228427http://localhost:42373/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/8c17eb70-a8e7-4ce9-badd-2595ae2128b0 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/8c17eb70-a8e7-4ce9-badd-2595ae2128b0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(434be40a-f676-475a-baa4-a26b24d071b8): Uploading 12010 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(434be40a-f676-475a-baa4-a26b24d071b8) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(434be40a-f676-475a-baa4-a26b24d071b8) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(434be40a-f676-475a-baa4-a26b24d071b8) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/434be40a-f676-475a-baa4-a26b24d071b8 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/70.tmp (integrity=sha256-uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(434be40a-f676-475a-baa4-a26b24d071b8): Upload complete of 12010 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228428) for http://localhost:42373/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228428http://localhost:42373/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/aa5cb913-0c5e-433f-8e54-f546ad1ac2eb -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/aa5cb913-0c5e-433f-8e54-f546ad1ac2eb ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(dd996411-f4e6-4ca1-993d-4ebe5bf6abde): Uploading 1141 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(dd996411-f4e6-4ca1-993d-4ebe5bf6abde) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(dd996411-f4e6-4ca1-993d-4ebe5bf6abde) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(dd996411-f4e6-4ca1-993d-4ebe5bf6abde) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/dd996411-f4e6-4ca1-993d-4ebe5bf6abde ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/71.tmp (integrity=sha256-pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(dd996411-f4e6-4ca1-993d-4ebe5bf6abde): Upload complete of 1141 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228429) for http://localhost:42373/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228429http://localhost:42373/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/24b1de36-214b-4c6d-b1cd-f76ff6cf33ea -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/24b1de36-214b-4c6d-b1cd-f76ff6cf33ea ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(53081d40-9d13-4357-a22a-fdb638e66905): Uploading 16800 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(53081d40-9d13-4357-a22a-fdb638e66905) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(53081d40-9d13-4357-a22a-fdb638e66905) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(53081d40-9d13-4357-a22a-fdb638e66905) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/53081d40-9d13-4357-a22a-fdb638e66905 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/72.tmp (integrity=sha256-Wmgp+1s82IIY+jX9o7lYcOJS1QrGlZC0PpACTzQwl6M=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(53081d40-9d13-4357-a22a-fdb638e66905): Upload complete of 16800 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228430) for http://localhost:42373/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228430http://localhost:42373/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/464e1556-f842-4149-9960-a9fe99d0e007 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/464e1556-f842-4149-9960-a9fe99d0e007 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(313c1506-bd73-448f-ac9d-feaf8a8f8901): Uploading 63288 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(313c1506-bd73-448f-ac9d-feaf8a8f8901) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(313c1506-bd73-448f-ac9d-feaf8a8f8901) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(313c1506-bd73-448f-ac9d-feaf8a8f8901) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/313c1506-bd73-448f-ac9d-feaf8a8f8901 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/73.tmp (integrity=sha256-sHxTh3q3+dRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(313c1506-bd73-448f-ac9d-feaf8a8f8901): Upload complete of 63288 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228431) for http://localhost:42373/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228431http://localhost:42373/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/79c1a718-2af6-4f48-9674-f96acc6eaec1 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/79c1a718-2af6-4f48-9674-f96acc6eaec1 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(216f2d24-e5a7-4987-aeee-bc425f46bfc4): Uploading 16652 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(216f2d24-e5a7-4987-aeee-bc425f46bfc4) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(216f2d24-e5a7-4987-aeee-bc425f46bfc4) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(216f2d24-e5a7-4987-aeee-bc425f46bfc4) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/216f2d24-e5a7-4987-aeee-bc425f46bfc4 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/74.tmp (integrity=sha256-Y3nFU5/VYE71u5aj3293uK2rbUrlZ/wwvObLZ8QhuYQ=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(216f2d24-e5a7-4987-aeee-bc425f46bfc4): Upload complete of 16652 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228432) for http://localhost:42373/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228432http://localhost:42373/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/38fce7fd-33dd-44fe-8b53-e66a2ada46cd -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/38fce7fd-33dd-44fe-8b53-e66a2ada46cd ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c293c9a8-57c8-4eab-b1c3-8e6ff7d129c0): Uploading 16728 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c293c9a8-57c8-4eab-b1c3-8e6ff7d129c0) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c293c9a8-57c8-4eab-b1c3-8e6ff7d129c0) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c293c9a8-57c8-4eab-b1c3-8e6ff7d129c0) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/c293c9a8-57c8-4eab-b1c3-8e6ff7d129c0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/75.tmp (integrity=sha256-zBbaSmjEFvS6KUk8SEwgYyykdXC+UFyhY9//LwqO8Z0=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c293c9a8-57c8-4eab-b1c3-8e6ff7d129c0): Upload complete of 16728 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228433) for http://localhost:42373/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228433http://localhost:42373/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/d3d73e29-a961-4d8b-9080-d1c5e68e2b16 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/d3d73e29-a961-4d8b-9080-d1c5e68e2b16 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(3e6f5d55-c277-428e-a1a4-bfb1149c4a1e): Uploading 246 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3e6f5d55-c277-428e-a1a4-bfb1149c4a1e) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3e6f5d55-c277-428e-a1a4-bfb1149c4a1e) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3e6f5d55-c277-428e-a1a4-bfb1149c4a1e) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/3e6f5d55-c277-428e-a1a4-bfb1149c4a1e ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/76.tmp (integrity=sha256-u+LJFVTcY/MEnXDPx/jDr74kdKvSL0fNYsVaoucWMS0=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(3e6f5d55-c277-428e-a1a4-bfb1149c4a1e): Upload complete of 246 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228434) for http://localhost:42373/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228434http://localhost:42373/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/4865b903-c937-4ac8-973d-fc26fbd4c847 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/4865b903-c937-4ac8-973d-fc26fbd4c847 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(ce4a3b6a-e487-4199-9473-37b315f69444): Uploading 360 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ce4a3b6a-e487-4199-9473-37b315f69444) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ce4a3b6a-e487-4199-9473-37b315f69444) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ce4a3b6a-e487-4199-9473-37b315f69444) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/ce4a3b6a-e487-4199-9473-37b315f69444 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/77.tmp (integrity=sha256-eo8K7m5KF0iRfYzWDplfji/fxUb9GlUHqqY6IuMrLc4=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(ce4a3b6a-e487-4199-9473-37b315f69444): Upload complete of 360 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228435) for http://localhost:42373/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228435http://localhost:42373/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/8e47985d-1b08-403e-86a6-c5732b7b2014 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/8e47985d-1b08-403e-86a6-c5732b7b2014 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c9e65dbd-e5b3-4c9a-b8d2-ecb0d0a735ec): Uploading 1169 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c9e65dbd-e5b3-4c9a-b8d2-ecb0d0a735ec) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c9e65dbd-e5b3-4c9a-b8d2-ecb0d0a735ec) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c9e65dbd-e5b3-4c9a-b8d2-ecb0d0a735ec) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/c9e65dbd-e5b3-4c9a-b8d2-ecb0d0a735ec ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/78.tmp (integrity=sha256-/qULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK/x8URU=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c9e65dbd-e5b3-4c9a-b8d2-ecb0d0a735ec): Upload complete of 1169 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228436) for http://localhost:42373/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228436http://localhost:42373/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/b2ddafe6-6952-481e-bebd-6dc775045072 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/b2ddafe6-6952-481e-bebd-6dc775045072 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(ef69d4e1-7538-4474-8bd3-aeed10851915): Uploading 3537 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ef69d4e1-7538-4474-8bd3-aeed10851915) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ef69d4e1-7538-4474-8bd3-aeed10851915) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ef69d4e1-7538-4474-8bd3-aeed10851915) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/ef69d4e1-7538-4474-8bd3-aeed10851915 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/79.tmp (integrity=sha256-ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(ef69d4e1-7538-4474-8bd3-aeed10851915): Upload complete of 3537 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228437) for http://localhost:42373/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228437http://localhost:42373/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/a1ca88b3-ced2-4fb9-bf9b-2b40eeef670d -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/a1ca88b3-ced2-4fb9-bf9b-2b40eeef670d ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(59f6cace-bbdc-4904-9a9c-463db030037f): Uploading 478 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(59f6cace-bbdc-4904-9a9c-463db030037f) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(59f6cace-bbdc-4904-9a9c-463db030037f) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(59f6cace-bbdc-4904-9a9c-463db030037f) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/59f6cace-bbdc-4904-9a9c-463db030037f ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/80.tmp (integrity=sha256-C1W33ZET4v+aPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(59f6cace-bbdc-4904-9a9c-463db030037f): Upload complete of 478 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228438) for http://localhost:42373/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228438http://localhost:42373/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/216b6294-3385-4193-a8d4-461e82a38dc3 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/216b6294-3385-4193-a8d4-461e82a38dc3 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(6509e316-8f0d-4b87-b350-d102279a819d): Uploading 1465 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(6509e316-8f0d-4b87-b350-d102279a819d) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(6509e316-8f0d-4b87-b350-d102279a819d) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(6509e316-8f0d-4b87-b350-d102279a819d) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/6509e316-8f0d-4b87-b350-d102279a819d ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/81.tmp (integrity=sha256-jGvo9dP2a+kzienoeQzWSLnGKfWhYB2XjsFOuELmW28=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(6509e316-8f0d-4b87-b350-d102279a819d): Upload complete of 1465 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228439) for http://localhost:42373/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228439http://localhost:42373/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/0f8eca79-bfc3-447f-ba8d-523a1d8700a2 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/0f8eca79-bfc3-447f-ba8d-523a1d8700a2 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(0cbde25e-d98f-4b6c-af77-b83184813894): Uploading 835 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(0cbde25e-d98f-4b6c-af77-b83184813894) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(0cbde25e-d98f-4b6c-af77-b83184813894) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(0cbde25e-d98f-4b6c-af77-b83184813894) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/0cbde25e-d98f-4b6c-af77-b83184813894 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/82.tmp (integrity=sha256-+F9Tlt29TsSXmyq/WyZ63J8R6bqXkujcv5KBRzPQ+WU=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(0cbde25e-d98f-4b6c-af77-b83184813894): Upload complete of 835 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228440) for http://localhost:42373/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228440http://localhost:42373/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/c6bab14b-2bb6-492d-b649-3900fdd14027 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/c6bab14b-2bb6-492d-b649-3900fdd14027 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(9f9637a2-c75a-4a0e-81e9-4b6b42c3c9a9): Uploading 3536 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(9f9637a2-c75a-4a0e-81e9-4b6b42c3c9a9) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(9f9637a2-c75a-4a0e-81e9-4b6b42c3c9a9) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(9f9637a2-c75a-4a0e-81e9-4b6b42c3c9a9) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/9f9637a2-c75a-4a0e-81e9-4b6b42c3c9a9 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/83.tmp (integrity=sha256-xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(9f9637a2-c75a-4a0e-81e9-4b6b42c3c9a9): Upload complete of 3536 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228441) for http://localhost:42373/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228441http://localhost:42373/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/386be719-5cd9-47e1-bd42-9f3fb3043f9d -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/386be719-5cd9-47e1-bd42-9f3fb3043f9d ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(5f5e13f1-5997-455e-9670-c5b44ef2fd61): Uploading 633 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(5f5e13f1-5997-455e-9670-c5b44ef2fd61) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(5f5e13f1-5997-455e-9670-c5b44ef2fd61) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(5f5e13f1-5997-455e-9670-c5b44ef2fd61) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/5f5e13f1-5997-455e-9670-c5b44ef2fd61 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/84.tmp (integrity=sha256-EkHf/CGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(5f5e13f1-5997-455e-9670-c5b44ef2fd61): Upload complete of 633 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228442) for http://localhost:42373/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228442http://localhost:42373/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/6d28fd8a-20fc-4f3c-96a0-b60c175b318a -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/6d28fd8a-20fc-4f3c-96a0-b60c175b318a ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(2f4fb2fd-d22e-4411-ba6d-91327d0b2f95): Uploading 639 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(2f4fb2fd-d22e-4411-ba6d-91327d0b2f95) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(2f4fb2fd-d22e-4411-ba6d-91327d0b2f95) receive request ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(2f4fb2fd-d22e-4411-ba6d-91327d0b2f95) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/2f4fb2fd-d22e-4411-ba6d-91327d0b2f95 ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/85.tmp (integrity=sha256-vOWepUFkWRq8r0+HZF7AzG8DLHriKMfWpiogMq/FD4s=) ?BOJan 29, 2025 10:23:49 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(2f4fb2fd-d22e-4411-ba6d-91327d0b2f95): Upload complete of 639 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228443) for http://localhost:42373/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228443http://localhost:42373/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/bb753544-c611-4a98-bbc2-2f65726c9590 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/bb753544-c611-4a98-bbc2-2f65726c9590 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(aa31c8f3-7eb2-49fe-ae4c-e1dc37ff7311): Uploading 1127 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(aa31c8f3-7eb2-49fe-ae4c-e1dc37ff7311) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(aa31c8f3-7eb2-49fe-ae4c-e1dc37ff7311) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(aa31c8f3-7eb2-49fe-ae4c-e1dc37ff7311) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/aa31c8f3-7eb2-49fe-ae4c-e1dc37ff7311 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/86.tmp (integrity=sha256-R0W8u8HlP/sgKWKJ2Q26/MLf5xdmrjzBL5IEPnV34JA=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(aa31c8f3-7eb2-49fe-ae4c-e1dc37ff7311): Upload complete of 1127 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228444) for http://localhost:42373/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228444http://localhost:42373/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/7cfb00e9-b5d1-4954-a0bf-8769d25f4de3 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/7cfb00e9-b5d1-4954-a0bf-8769d25f4de3 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(8eeabfd1-6fa5-4f6e-b826-9b4ca75d9f7b): Uploading 1073 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8eeabfd1-6fa5-4f6e-b826-9b4ca75d9f7b) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8eeabfd1-6fa5-4f6e-b826-9b4ca75d9f7b) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8eeabfd1-6fa5-4f6e-b826-9b4ca75d9f7b) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/8eeabfd1-6fa5-4f6e-b826-9b4ca75d9f7b ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/87.tmp (integrity=sha256-yD2T/jRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(8eeabfd1-6fa5-4f6e-b826-9b4ca75d9f7b): Upload complete of 1073 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228445) for http://localhost:42373/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228445http://localhost:42373/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/135c93d4-aae9-4d12-be35-8d3a4d6bed35 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/135c93d4-aae9-4d12-be35-8d3a4d6bed35 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(b3332ba9-8635-4a6f-8dc9-890f5fca5786): Uploading 1841 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(b3332ba9-8635-4a6f-8dc9-890f5fca5786) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(b3332ba9-8635-4a6f-8dc9-890f5fca5786) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(b3332ba9-8635-4a6f-8dc9-890f5fca5786) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/b3332ba9-8635-4a6f-8dc9-890f5fca5786 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/88.tmp (integrity=sha256-DMle631prFri4uxxxxdON0FHQFOdiUt+W/6/vFfKmKI=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(b3332ba9-8635-4a6f-8dc9-890f5fca5786): Upload complete of 1841 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228446) for http://localhost:42373/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228446http://localhost:42373/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/3150169f-406f-4fbe-ab77-2e53ef8706bf -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/3150169f-406f-4fbe-ab77-2e53ef8706bf ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(7899b9f8-196e-4442-ab19-31672a73246d): Uploading 4752 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(7899b9f8-196e-4442-ab19-31672a73246d) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(7899b9f8-196e-4442-ab19-31672a73246d) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(7899b9f8-196e-4442-ab19-31672a73246d) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/7899b9f8-196e-4442-ab19-31672a73246d ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/89.tmp (integrity=sha256-Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(7899b9f8-196e-4442-ab19-31672a73246d): Upload complete of 4752 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228447) for http://localhost:42373/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228447http://localhost:42373/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/9c638d97-4ed0-4cd8-864d-482ac0491cb1 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/9c638d97-4ed0-4cd8-864d-482ac0491cb1 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(a549fad8-ad97-432c-9b59-3ff3c335bc1a): Uploading 14092 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a549fad8-ad97-432c-9b59-3ff3c335bc1a) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a549fad8-ad97-432c-9b59-3ff3c335bc1a) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a549fad8-ad97-432c-9b59-3ff3c335bc1a) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/a549fad8-ad97-432c-9b59-3ff3c335bc1a ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/90.tmp (integrity=sha256-MuzpZTkDFXpw0wwJdw/bBYCIsDKwWBU628LKd2p83po=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(a549fad8-ad97-432c-9b59-3ff3c335bc1a): Upload complete of 14092 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228448) for http://localhost:42373/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228448http://localhost:42373/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/2f62c3ff-4939-4035-9958-5deb2a431109 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/2f62c3ff-4939-4035-9958-5deb2a431109 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c5fd114e-749d-4e23-84cf-377c8822a13b): Uploading 4592 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c5fd114e-749d-4e23-84cf-377c8822a13b) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c5fd114e-749d-4e23-84cf-377c8822a13b) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c5fd114e-749d-4e23-84cf-377c8822a13b) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/c5fd114e-749d-4e23-84cf-377c8822a13b ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/91.tmp (integrity=sha256-4zSTZMv/WKjpNfIWFmdBzDq+xpKgteLo5HBhbpkIMgg=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c5fd114e-749d-4e23-84cf-377c8822a13b): Upload complete of 4592 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228449) for http://localhost:42373/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228449http://localhost:42373/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/2362ab09-5195-405d-9758-e164d310bd14 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/2362ab09-5195-405d-9758-e164d310bd14 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(1d57c688-8c79-4e17-9341-064229d6849d): Uploading 4668 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1d57c688-8c79-4e17-9341-064229d6849d) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1d57c688-8c79-4e17-9341-064229d6849d) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(1d57c688-8c79-4e17-9341-064229d6849d) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/1d57c688-8c79-4e17-9341-064229d6849d ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/92.tmp (integrity=sha256-YuUHNreyN7U7+QZ5+zNNY1N11RsxVtHYZsqyJGBtmbQ=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(1d57c688-8c79-4e17-9341-064229d6849d): Upload complete of 4668 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228450) for http://localhost:42373/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228450http://localhost:42373/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/85a9988a-08ff-4af6-97ef-d4e7ad73afb9 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/85a9988a-08ff-4af6-97ef-d4e7ad73afb9 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(0d281ae3-b22b-4b3b-b3d7-5b9ae453d6f0): Uploading 2483 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(0d281ae3-b22b-4b3b-b3d7-5b9ae453d6f0) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(0d281ae3-b22b-4b3b-b3d7-5b9ae453d6f0) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(0d281ae3-b22b-4b3b-b3d7-5b9ae453d6f0) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/0d281ae3-b22b-4b3b-b3d7-5b9ae453d6f0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/93.tmp (integrity=sha256-6p3YvM8W7PtrV7LudBIoa+q4QN3Y1SdaU02/GCeg0IM=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(0d281ae3-b22b-4b3b-b3d7-5b9ae453d6f0): Upload complete of 2483 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228451) for http://localhost:42373/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228451http://localhost:42373/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/e0eef857-cdc3-4b9f-8dc0-7019431cef59 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/e0eef857-cdc3-4b9f-8dc0-7019431cef59 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(a096c8c4-7903-44cc-9fa6-918c2b30d4b9): Uploading 968 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a096c8c4-7903-44cc-9fa6-918c2b30d4b9) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a096c8c4-7903-44cc-9fa6-918c2b30d4b9) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a096c8c4-7903-44cc-9fa6-918c2b30d4b9) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/a096c8c4-7903-44cc-9fa6-918c2b30d4b9 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/94.tmp (integrity=sha256-c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(a096c8c4-7903-44cc-9fa6-918c2b30d4b9): Upload complete of 968 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228452) for http://localhost:42373/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228452http://localhost:42373/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/a2363720-d2e0-4f53-bad4-a6653b6bf9ec -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/a2363720-d2e0-4f53-bad4-a6653b6bf9ec ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(fc74c5b1-ec35-4fb0-be9f-b0c9f7043d3e): Uploading 4622 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(fc74c5b1-ec35-4fb0-be9f-b0c9f7043d3e) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(fc74c5b1-ec35-4fb0-be9f-b0c9f7043d3e) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(fc74c5b1-ec35-4fb0-be9f-b0c9f7043d3e) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/fc74c5b1-ec35-4fb0-be9f-b0c9f7043d3e ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/95.tmp (integrity=sha256-fAhuvZVtVYSUCOENltmx6R+Sg0UZACwHQOMDNf9fYlY=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(fc74c5b1-ec35-4fb0-be9f-b0c9f7043d3e): Upload complete of 4622 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228453) for http://localhost:42373/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228453http://localhost:42373/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/b3cfc3ae-14ad-41c2-b5e4-56ea4e7f41c8 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/b3cfc3ae-14ad-41c2-b5e4-56ea4e7f41c8 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(0ef05bdd-af6f-40d6-9bc9-4638079fa8ae): Uploading 4940 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(0ef05bdd-af6f-40d6-9bc9-4638079fa8ae) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(0ef05bdd-af6f-40d6-9bc9-4638079fa8ae) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(0ef05bdd-af6f-40d6-9bc9-4638079fa8ae) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/0ef05bdd-af6f-40d6-9bc9-4638079fa8ae ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/96.tmp (integrity=sha256-we47ND4nhwrjRI+YLyQ+HWLDKA0nvAypEBID7KE1sjM=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(0ef05bdd-af6f-40d6-9bc9-4638079fa8ae): Upload complete of 4940 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228454) for http://localhost:42373/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228454http://localhost:42373/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/1eb26096-5ae9-4a55-8cab-a1549fc0addd -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/1eb26096-5ae9-4a55-8cab-a1549fc0addd ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(3c8fe7a2-6826-4c96-a677-967aa013fe66): Uploading 8422 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3c8fe7a2-6826-4c96-a677-967aa013fe66) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3c8fe7a2-6826-4c96-a677-967aa013fe66) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3c8fe7a2-6826-4c96-a677-967aa013fe66) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/3c8fe7a2-6826-4c96-a677-967aa013fe66 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/97.tmp (integrity=sha256-EDd6hjdyPU1Mt2vw3AA1ph+qFNUyZir+dXzbgA2ARyw=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(3c8fe7a2-6826-4c96-a677-967aa013fe66): Upload complete of 8422 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228455) for http://localhost:42373/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228455http://localhost:42373/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/2ef5f719-4dae-422d-8222-5e453d957595 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/2ef5f719-4dae-422d-8222-5e453d957595 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(eda84b8a-021d-4e1c-9dda-6cdcb5e0c08c): Uploading 689 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(eda84b8a-021d-4e1c-9dda-6cdcb5e0c08c) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(eda84b8a-021d-4e1c-9dda-6cdcb5e0c08c) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(eda84b8a-021d-4e1c-9dda-6cdcb5e0c08c) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/eda84b8a-021d-4e1c-9dda-6cdcb5e0c08c ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/98.tmp (integrity=sha256-WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(eda84b8a-021d-4e1c-9dda-6cdcb5e0c08c): Upload complete of 689 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228456) for http://localhost:42373/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228456http://localhost:42373/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/34abfa2f-fd82-4ae8-b3da-b09fedc895f9 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/34abfa2f-fd82-4ae8-b3da-b09fedc895f9 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(da644bf9-dca9-4e34-8b64-08cee16be73c): Uploading 2237 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(da644bf9-dca9-4e34-8b64-08cee16be73c) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(da644bf9-dca9-4e34-8b64-08cee16be73c) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(da644bf9-dca9-4e34-8b64-08cee16be73c) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/da644bf9-dca9-4e34-8b64-08cee16be73c ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/99.tmp (integrity=sha256-f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(da644bf9-dca9-4e34-8b64-08cee16be73c): Upload complete of 2237 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228457) for http://localhost:42373/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228457http://localhost:42373/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/b101f5e0-a808-40c9-99df-ed4d1b509de8 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/b101f5e0-a808-40c9-99df-ed4d1b509de8 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(4544cf16-add0-470a-9d8d-61237dd46e55): Uploading 10766 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #17 : SQLite Change Tracker: Changed tables=[TransferJobItem] ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4544cf16-add0-470a-9d8d-61237dd46e55) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4544cf16-add0-470a-9d8d-61237dd46e55) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4544cf16-add0-470a-9d8d-61237dd46e55) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/4544cf16-add0-470a-9d8d-61237dd46e55 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/100.tmp (integrity=sha256-17pZuPthKwaraODIXZkgcqZCV0+uh/01t0UPA4EqtEs=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(4544cf16-add0-470a-9d8d-61237dd46e55): Upload complete of 10766 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228458) for http://localhost:42373/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228458http://localhost:42373/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/0c8417b1-5a72-4e31-9477-91a4bf37dfe9 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/0c8417b1-5a72-4e31-9477-91a4bf37dfe9 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(af0f38ae-01e6-4fe2-ba49-f8eb8324664f): Uploading 312 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(af0f38ae-01e6-4fe2-ba49-f8eb8324664f) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(af0f38ae-01e6-4fe2-ba49-f8eb8324664f) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(af0f38ae-01e6-4fe2-ba49-f8eb8324664f) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/af0f38ae-01e6-4fe2-ba49-f8eb8324664f ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/101.tmp (integrity=sha256-CmlVJmRSZLB7BmMKh27ly66/mbubmFKZNdWpB8De5X8=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(af0f38ae-01e6-4fe2-ba49-f8eb8324664f): Upload complete of 312 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228459) for http://localhost:42373/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228459http://localhost:42373/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/e71a540e-aa9b-4788-98e2-afda868c54d3 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/e71a540e-aa9b-4788-98e2-afda868c54d3 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(477a1fdf-66d0-4f7a-9c90-a6815f006b3a): Uploading 3691 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(477a1fdf-66d0-4f7a-9c90-a6815f006b3a) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(477a1fdf-66d0-4f7a-9c90-a6815f006b3a) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(477a1fdf-66d0-4f7a-9c90-a6815f006b3a) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/477a1fdf-66d0-4f7a-9c90-a6815f006b3a ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/102.tmp (integrity=sha256-nsmfXTJrTxUTogzM8u3+nLHfuNFK4hVP4tnH90njdqE=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(477a1fdf-66d0-4f7a-9c90-a6815f006b3a): Upload complete of 3691 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228460) for http://localhost:42373/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228460http://localhost:42373/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/c7eac238-e477-4e09-8102-7d6d8f2cebcb -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/c7eac238-e477-4e09-8102-7d6d8f2cebcb ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(69b90882-2d4b-435a-9143-d935738f3c05): Uploading 6015 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(69b90882-2d4b-435a-9143-d935738f3c05) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(69b90882-2d4b-435a-9143-d935738f3c05) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(69b90882-2d4b-435a-9143-d935738f3c05) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/69b90882-2d4b-435a-9143-d935738f3c05 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/103.tmp (integrity=sha256-GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(69b90882-2d4b-435a-9143-d935738f3c05): Upload complete of 6015 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228461) for http://localhost:42373/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228461http://localhost:42373/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/4dcc05cf-ca05-4a4b-8eeb-77237529446c -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/4dcc05cf-ca05-4a4b-8eeb-77237529446c ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(e8160919-4e84-4ef2-9672-7b4904a0ade7): Uploading 1953 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e8160919-4e84-4ef2-9672-7b4904a0ade7) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e8160919-4e84-4ef2-9672-7b4904a0ade7) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e8160919-4e84-4ef2-9672-7b4904a0ade7) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/e8160919-4e84-4ef2-9672-7b4904a0ade7 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/104.tmp (integrity=sha256-3l8y8J6DrWhQA1W7Shf+SPfKgZyc+u/b+bCekBx6f8g=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(e8160919-4e84-4ef2-9672-7b4904a0ade7): Upload complete of 1953 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228462) for http://localhost:42373/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228462http://localhost:42373/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/7aceba0e-5b21-4fe5-8272-37f52d314e3d -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/7aceba0e-5b21-4fe5-8272-37f52d314e3d ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(57f7d2c9-d3cc-40a6-9da2-de3c9c9a335c): Uploading 322 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(57f7d2c9-d3cc-40a6-9da2-de3c9c9a335c) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(57f7d2c9-d3cc-40a6-9da2-de3c9c9a335c) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(57f7d2c9-d3cc-40a6-9da2-de3c9c9a335c) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/57f7d2c9-d3cc-40a6-9da2-de3c9c9a335c ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/105.tmp (integrity=sha256-+pluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(57f7d2c9-d3cc-40a6-9da2-de3c9c9a335c): Upload complete of 322 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228463) for http://localhost:42373/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228463http://localhost:42373/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/0088d713-4a05-479e-9f01-9a061393f9d2 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/0088d713-4a05-479e-9f01-9a061393f9d2 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(771c7942-7213-44ea-b42f-c72f8f7c78d0): Uploading 4591 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(771c7942-7213-44ea-b42f-c72f8f7c78d0) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(771c7942-7213-44ea-b42f-c72f8f7c78d0) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(771c7942-7213-44ea-b42f-c72f8f7c78d0) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/771c7942-7213-44ea-b42f-c72f8f7c78d0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/106.tmp (integrity=sha256-5Ilriy7n1kwHjr0/XWzh4jhJPrT8xsZ1jrczKGatDiY=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(771c7942-7213-44ea-b42f-c72f8f7c78d0): Upload complete of 4591 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228464) for http://localhost:42373/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228464http://localhost:42373/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/3fae52f2-74ed-4178-b3cb-1907c841e5be -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/3fae52f2-74ed-4178-b3cb-1907c841e5be ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(932d254a-fc62-428c-92c7-06b7799273ef): Uploading 57 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(932d254a-fc62-428c-92c7-06b7799273ef) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(932d254a-fc62-428c-92c7-06b7799273ef) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(932d254a-fc62-428c-92c7-06b7799273ef) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/932d254a-fc62-428c-92c7-06b7799273ef ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/107.tmp (integrity=sha256-EgapfpQkKZP4bsfj/K5PxfHKzTlIJAVzuAkZmNmg3MM=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(932d254a-fc62-428c-92c7-06b7799273ef): Upload complete of 57 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228465) for http://localhost:42373/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228465http://localhost:42373/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/19e6032f-03fb-4bd5-b32f-7d2bae1bf4cb -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/19e6032f-03fb-4bd5-b32f-7d2bae1bf4cb ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(3816c15e-093d-40b5-aea2-ec1e2df02c32): Uploading 3979 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3816c15e-093d-40b5-aea2-ec1e2df02c32) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3816c15e-093d-40b5-aea2-ec1e2df02c32) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3816c15e-093d-40b5-aea2-ec1e2df02c32) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/3816c15e-093d-40b5-aea2-ec1e2df02c32 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/108.tmp (integrity=sha256-QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5/V3/Osnhog=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(3816c15e-093d-40b5-aea2-ec1e2df02c32): Upload complete of 3979 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228466) for http://localhost:42373/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228466http://localhost:42373/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/bd283a70-6770-4224-bfdc-abfc309bd2f8 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/bd283a70-6770-4224-bfdc-abfc309bd2f8 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(d9170e4c-ec78-4afa-8861-78bb097b355a): Uploading 361 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d9170e4c-ec78-4afa-8861-78bb097b355a) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d9170e4c-ec78-4afa-8861-78bb097b355a) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(d9170e4c-ec78-4afa-8861-78bb097b355a) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/d9170e4c-ec78-4afa-8861-78bb097b355a ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/109.tmp (integrity=sha256-LnC2D3wwhrq34V1CB+xg6EwLoaYhOVkplQkYTyRkqVA=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(d9170e4c-ec78-4afa-8861-78bb097b355a): Upload complete of 361 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228467) for http://localhost:42373/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228467http://localhost:42373/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/170b3026-b688-4e24-9f95-43b384cecf17 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/170b3026-b688-4e24-9f95-43b384cecf17 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(be5636b8-ed41-49ee-ba71-327a37efb753): Uploading 554 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(be5636b8-ed41-49ee-ba71-327a37efb753) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(be5636b8-ed41-49ee-ba71-327a37efb753) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(be5636b8-ed41-49ee-ba71-327a37efb753) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/be5636b8-ed41-49ee-ba71-327a37efb753 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/110.tmp (integrity=sha256-J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(be5636b8-ed41-49ee-ba71-327a37efb753): Upload complete of 554 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228468) for http://localhost:42373/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228468http://localhost:42373/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/3cd7ff87-d598-451e-94a2-0efff5db0ce4 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/3cd7ff87-d598-451e-94a2-0efff5db0ce4 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(4113f9ba-dbf9-4e3c-b7e8-046e83d60b79): Uploading 6453 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4113f9ba-dbf9-4e3c-b7e8-046e83d60b79) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4113f9ba-dbf9-4e3c-b7e8-046e83d60b79) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4113f9ba-dbf9-4e3c-b7e8-046e83d60b79) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/4113f9ba-dbf9-4e3c-b7e8-046e83d60b79 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/111.tmp (integrity=sha256-eARe8bkhihrOsDAQ7nvQs7HXU1+i/popDv+Q6UNWPcg=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(4113f9ba-dbf9-4e3c-b7e8-046e83d60b79): Upload complete of 6453 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228469) for http://localhost:42373/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228469http://localhost:42373/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/e63f8354-2581-468b-ab22-78135bce1c58 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/e63f8354-2581-468b-ab22-78135bce1c58 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(8df92ca0-0769-45d0-971e-3b4f3f532901): Uploading 13455 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8df92ca0-0769-45d0-971e-3b4f3f532901) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8df92ca0-0769-45d0-971e-3b4f3f532901) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8df92ca0-0769-45d0-971e-3b4f3f532901) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/8df92ca0-0769-45d0-971e-3b4f3f532901 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/112.tmp (integrity=sha256-3fCEhtExvRNHYfveM9cY5bbE17mYr8+dEFRgE5Tz8ZU=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(8df92ca0-0769-45d0-971e-3b4f3f532901): Upload complete of 13455 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228470) for http://localhost:42373/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228470http://localhost:42373/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/001c25a5-0dc4-42de-ad84-483d047834a0 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/001c25a5-0dc4-42de-ad84-483d047834a0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c9139d8d-5f92-49b1-9c98-264893c4ea5a): Uploading 540 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c9139d8d-5f92-49b1-9c98-264893c4ea5a) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c9139d8d-5f92-49b1-9c98-264893c4ea5a) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c9139d8d-5f92-49b1-9c98-264893c4ea5a) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/c9139d8d-5f92-49b1-9c98-264893c4ea5a ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/113.tmp (integrity=sha256-NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c9139d8d-5f92-49b1-9c98-264893c4ea5a): Upload complete of 540 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228471) for http://localhost:42373/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228471http://localhost:42373/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/1f0549ae-57b0-4283-b204-1019df904f2e -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/1f0549ae-57b0-4283-b204-1019df904f2e ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(106a1f97-a3eb-40d2-ad86-8d2cb1967fe5): Uploading 22958 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(106a1f97-a3eb-40d2-ad86-8d2cb1967fe5) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(106a1f97-a3eb-40d2-ad86-8d2cb1967fe5) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(106a1f97-a3eb-40d2-ad86-8d2cb1967fe5) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/106a1f97-a3eb-40d2-ad86-8d2cb1967fe5 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/114.tmp (integrity=sha256-/3QD+d53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(106a1f97-a3eb-40d2-ad86-8d2cb1967fe5): Upload complete of 22958 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228472) for http://localhost:42373/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228472http://localhost:42373/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/763871fa-8897-45a3-aaa2-917c98cb70e1 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/763871fa-8897-45a3-aaa2-917c98cb70e1 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(8a6c79fd-fc30-4fd9-ae40-6022ffa36cf7): Uploading 237 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8a6c79fd-fc30-4fd9-ae40-6022ffa36cf7) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8a6c79fd-fc30-4fd9-ae40-6022ffa36cf7) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8a6c79fd-fc30-4fd9-ae40-6022ffa36cf7) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/8a6c79fd-fc30-4fd9-ae40-6022ffa36cf7 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/115.tmp (integrity=sha256-y4TDcAD4/j5o4keZvggf698Cr9Oc7JZ+gGMax23qmVA=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(8a6c79fd-fc30-4fd9-ae40-6022ffa36cf7): Upload complete of 237 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228473) for http://localhost:42373/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228473http://localhost:42373/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/d7de7ff1-7f1e-4dc1-8306-ebd2b4f982c6 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/d7de7ff1-7f1e-4dc1-8306-ebd2b4f982c6 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(027069df-3612-4e33-b96d-359c2f870886): Uploading 9187 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(027069df-3612-4e33-b96d-359c2f870886) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(027069df-3612-4e33-b96d-359c2f870886) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(027069df-3612-4e33-b96d-359c2f870886) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/027069df-3612-4e33-b96d-359c2f870886 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/116.tmp (integrity=sha256-UvNzyhHidciHBssZ/P+2l5FZbI1XAfmSJAplrILQ8gg=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(027069df-3612-4e33-b96d-359c2f870886): Upload complete of 9187 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228474) for http://localhost:42373/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228474http://localhost:42373/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/e2c2b5ed-72f7-4297-a0cd-f32eed77fc84 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/e2c2b5ed-72f7-4297-a0cd-f32eed77fc84 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(3e509009-b331-484d-84a5-37fc68ae750d): Uploading 8534 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3e509009-b331-484d-84a5-37fc68ae750d) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3e509009-b331-484d-84a5-37fc68ae750d) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3e509009-b331-484d-84a5-37fc68ae750d) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/3e509009-b331-484d-84a5-37fc68ae750d ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/117.tmp (integrity=sha256-ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa/p8=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(3e509009-b331-484d-84a5-37fc68ae750d): Upload complete of 8534 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228475) for http://localhost:42373/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228475http://localhost:42373/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/3409b73e-4471-4977-9cf1-00fd5e05da64 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/3409b73e-4471-4977-9cf1-00fd5e05da64 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(9e49e3bf-2b73-416b-9c66-2c85068933c3): Uploading 7750 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(9e49e3bf-2b73-416b-9c66-2c85068933c3) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(9e49e3bf-2b73-416b-9c66-2c85068933c3) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(9e49e3bf-2b73-416b-9c66-2c85068933c3) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/9e49e3bf-2b73-416b-9c66-2c85068933c3 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/118.tmp (integrity=sha256-De2JgQ0Nt5adGTd+S3vvpLJVOZegId+lUNz28Tv2qPA=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(9e49e3bf-2b73-416b-9c66-2c85068933c3): Upload complete of 7750 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228476) for http://localhost:42373/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228476http://localhost:42373/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/f0ecf150-bedc-42d9-b3ac-5087b27e1038 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/f0ecf150-bedc-42d9-b3ac-5087b27e1038 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(fda7c170-9879-4f1f-b9aa-ecb568587969): Uploading 10885 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(fda7c170-9879-4f1f-b9aa-ecb568587969) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(fda7c170-9879-4f1f-b9aa-ecb568587969) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(fda7c170-9879-4f1f-b9aa-ecb568587969) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/fda7c170-9879-4f1f-b9aa-ecb568587969 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/119.tmp (integrity=sha256-AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(fda7c170-9879-4f1f-b9aa-ecb568587969): Upload complete of 10885 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228477) for http://localhost:42373/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228477http://localhost:42373/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/1ed0e9d6-82a1-4f13-a951-334d5a3fafa2 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/1ed0e9d6-82a1-4f13-a951-334d5a3fafa2 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(22c988b3-aca3-4ec8-a7df-9edc3a80898d): Uploading 11146 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(22c988b3-aca3-4ec8-a7df-9edc3a80898d) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(22c988b3-aca3-4ec8-a7df-9edc3a80898d) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(22c988b3-aca3-4ec8-a7df-9edc3a80898d) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/22c988b3-aca3-4ec8-a7df-9edc3a80898d ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/120.tmp (integrity=sha256-JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(22c988b3-aca3-4ec8-a7df-9edc3a80898d): Upload complete of 11146 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228478) for http://localhost:42373/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228478http://localhost:42373/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/28ca8e3e-fac6-4b0c-82f4-d3a05c0deb69 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/28ca8e3e-fac6-4b0c-82f4-d3a05c0deb69 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(e2475cde-2c01-49cc-8154-8b6bfba50547): Uploading 3945 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e2475cde-2c01-49cc-8154-8b6bfba50547) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e2475cde-2c01-49cc-8154-8b6bfba50547) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e2475cde-2c01-49cc-8154-8b6bfba50547) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/e2475cde-2c01-49cc-8154-8b6bfba50547 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/121.tmp (integrity=sha256-CdrdmkKdsdoH81+2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(e2475cde-2c01-49cc-8154-8b6bfba50547): Upload complete of 3945 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228479) for http://localhost:42373/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228479http://localhost:42373/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/ca076281-4c27-45cb-94c6-2bd0c6eea8a9 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/ca076281-4c27-45cb-94c6-2bd0c6eea8a9 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(02a5ff22-b824-4ab8-95a6-b629c1bfffcb): Uploading 55870 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(02a5ff22-b824-4ab8-95a6-b629c1bfffcb) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(02a5ff22-b824-4ab8-95a6-b629c1bfffcb) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(02a5ff22-b824-4ab8-95a6-b629c1bfffcb) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/02a5ff22-b824-4ab8-95a6-b629c1bfffcb ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/122.tmp (integrity=sha256-ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU/tZAhs=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(02a5ff22-b824-4ab8-95a6-b629c1bfffcb): Upload complete of 55870 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228480) for http://localhost:42373/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228480http://localhost:42373/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/9f1f50b0-f267-4af5-a747-59d4eb6fe5bc -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/9f1f50b0-f267-4af5-a747-59d4eb6fe5bc ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(a649b0b7-0dd1-46a3-97ad-f4971ac9281f): Uploading 78092 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a649b0b7-0dd1-46a3-97ad-f4971ac9281f) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a649b0b7-0dd1-46a3-97ad-f4971ac9281f) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a649b0b7-0dd1-46a3-97ad-f4971ac9281f) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/a649b0b7-0dd1-46a3-97ad-f4971ac9281f ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/123.tmp (integrity=sha256-kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(a649b0b7-0dd1-46a3-97ad-f4971ac9281f): Upload complete of 78092 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228481) for http://localhost:42373/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228481http://localhost:42373/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/79684cb2-b307-4596-801b-2719aafdf623 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/79684cb2-b307-4596-801b-2719aafdf623 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(bc4e7d31-bfeb-4aa7-85ed-76b83d37af58): Uploading 86908 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(bc4e7d31-bfeb-4aa7-85ed-76b83d37af58) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(bc4e7d31-bfeb-4aa7-85ed-76b83d37af58) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(bc4e7d31-bfeb-4aa7-85ed-76b83d37af58) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/bc4e7d31-bfeb-4aa7-85ed-76b83d37af58 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/124.tmp (integrity=sha256-/Emb+/duVWkOJrRcZWoRMF6TTLig7Qm2uAa7A+78ghA=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(bc4e7d31-bfeb-4aa7-85ed-76b83d37af58): Upload complete of 86908 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228482) for http://localhost:42373/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228482http://localhost:42373/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/c375f0bd-909e-4437-929c-0e5f3cf6a5cb -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/c375f0bd-909e-4437-929c-0e5f3cf6a5cb ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(cf72c379-c2f2-4d48-9e43-ec59df6c3156): Uploading 71345 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cf72c379-c2f2-4d48-9e43-ec59df6c3156) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cf72c379-c2f2-4d48-9e43-ec59df6c3156) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cf72c379-c2f2-4d48-9e43-ec59df6c3156) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/cf72c379-c2f2-4d48-9e43-ec59df6c3156 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/125.tmp (integrity=sha256-lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6+4=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(cf72c379-c2f2-4d48-9e43-ec59df6c3156): Upload complete of 71345 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228483) for http://localhost:42373/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228483http://localhost:42373/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/5c2ca528-0954-4f2c-b6f0-51e474ad3015 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/5c2ca528-0954-4f2c-b6f0-51e474ad3015 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(ef90d1d2-6ce0-4866-afbd-a6ad99ec8075): Uploading 65509 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ef90d1d2-6ce0-4866-afbd-a6ad99ec8075) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ef90d1d2-6ce0-4866-afbd-a6ad99ec8075) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ef90d1d2-6ce0-4866-afbd-a6ad99ec8075) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/ef90d1d2-6ce0-4866-afbd-a6ad99ec8075 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/126.tmp (integrity=sha256-rySbdfEfwrB779vaMkVIyj+ABqAS+gtUUBu4dkB4J6A=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(ef90d1d2-6ce0-4866-afbd-a6ad99ec8075): Upload complete of 65509 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228484) for http://localhost:42373/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228484http://localhost:42373/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/b95ecd24-499c-4544-9398-a2a5e7d3bbe8 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/b95ecd24-499c-4544-9398-a2a5e7d3bbe8 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c7736020-3713-4abf-b35f-01d703e5f219): Uploading 324 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c7736020-3713-4abf-b35f-01d703e5f219) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c7736020-3713-4abf-b35f-01d703e5f219) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c7736020-3713-4abf-b35f-01d703e5f219) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/c7736020-3713-4abf-b35f-01d703e5f219 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/127.tmp (integrity=sha256-oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB/0=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(c7736020-3713-4abf-b35f-01d703e5f219): Upload complete of 324 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228485) for http://localhost:42373/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228485http://localhost:42373/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/14530dfe-871c-4d2b-b863-8dd19e30284d -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/14530dfe-871c-4d2b-b863-8dd19e30284d ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(6c840983-8843-44f0-9826-b38d1fdb7b93): Uploading 16272 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(6c840983-8843-44f0-9826-b38d1fdb7b93) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(6c840983-8843-44f0-9826-b38d1fdb7b93) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(6c840983-8843-44f0-9826-b38d1fdb7b93) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/6c840983-8843-44f0-9826-b38d1fdb7b93 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/128.tmp (integrity=sha256-VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(6c840983-8843-44f0-9826-b38d1fdb7b93): Upload complete of 16272 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228486) for http://localhost:42373/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228486http://localhost:42373/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/b1ec81c3-d0ca-4beb-b257-6765657de2b1 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/b1ec81c3-d0ca-4beb-b257-6765657de2b1 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(dbed166b-80a2-4a10-b9af-1defeaf3db2f): Uploading 787 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(dbed166b-80a2-4a10-b9af-1defeaf3db2f) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(dbed166b-80a2-4a10-b9af-1defeaf3db2f) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(dbed166b-80a2-4a10-b9af-1defeaf3db2f) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/dbed166b-80a2-4a10-b9af-1defeaf3db2f ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/129.tmp (integrity=sha256-JVUTiGfvsBPpaY2QLvpiW+x0rWNh6Tlj0QXu2TOSbGY=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(dbed166b-80a2-4a10-b9af-1defeaf3db2f): Upload complete of 787 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228487) for http://localhost:42373/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228487http://localhost:42373/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/4abb348f-025d-41c2-a6a9-3f6f782e5947 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/4abb348f-025d-41c2-a6a9-3f6f782e5947 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(78013a7a-0608-48d7-992e-e5ec345fccc2): Uploading 2704 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(78013a7a-0608-48d7-992e-e5ec345fccc2) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(78013a7a-0608-48d7-992e-e5ec345fccc2) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(78013a7a-0608-48d7-992e-e5ec345fccc2) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/78013a7a-0608-48d7-992e-e5ec345fccc2 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/130.tmp (integrity=sha256-z2ct+VoKX1r9xRSP/GYmKyUmhGtAlSmS7FrBHQz1i6E=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(78013a7a-0608-48d7-992e-e5ec345fccc2): Upload complete of 2704 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228488) for http://localhost:42373/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228488http://localhost:42373/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/47ca44d2-a2e7-4f96-8135-65680c811d47 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/47ca44d2-a2e7-4f96-8135-65680c811d47 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(4f3732bb-7d61-4855-8433-e2163d644fbc): Uploading 105 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4f3732bb-7d61-4855-8433-e2163d644fbc) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4f3732bb-7d61-4855-8433-e2163d644fbc) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4f3732bb-7d61-4855-8433-e2163d644fbc) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/4f3732bb-7d61-4855-8433-e2163d644fbc ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/131.tmp (integrity=sha256-5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(4f3732bb-7d61-4855-8433-e2163d644fbc): Upload complete of 105 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228489) for http://localhost:42373/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228489http://localhost:42373/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/f3b2566f-0e40-4955-b333-8bcc10a63267 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/f3b2566f-0e40-4955-b333-8bcc10a63267 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(31437038-5da4-49b4-ac2b-38a1196bc6bd): Uploading 25676 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #19 : SQLite Change Tracker: Changed tables=[TransferJobItem] ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(31437038-5da4-49b4-ac2b-38a1196bc6bd) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(31437038-5da4-49b4-ac2b-38a1196bc6bd) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(31437038-5da4-49b4-ac2b-38a1196bc6bd) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/31437038-5da4-49b4-ac2b-38a1196bc6bd ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/132.tmp (integrity=sha256-LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(31437038-5da4-49b4-ac2b-38a1196bc6bd): Upload complete of 25676 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228490) for http://localhost:42373/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228490http://localhost:42373/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/4b20cd7c-d671-4fdf-8454-8d1f1d9a7ff6 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/4b20cd7c-d671-4fdf-8454-8d1f1d9a7ff6 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(0dca9059-bee1-4d2b-8940-56823b765c0a): Uploading 2548 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(0dca9059-bee1-4d2b-8940-56823b765c0a) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(0dca9059-bee1-4d2b-8940-56823b765c0a) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(0dca9059-bee1-4d2b-8940-56823b765c0a) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/0dca9059-bee1-4d2b-8940-56823b765c0a ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/133.tmp (integrity=sha256-sy4b7/3q3vGmQUg9OE/4gm/nVaSA36EeIqyCcnYi4M8=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(0dca9059-bee1-4d2b-8940-56823b765c0a): Upload complete of 2548 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228491) for http://localhost:42373/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228491http://localhost:42373/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/5a5166bd-1597-418c-bde1-df20c549bae0 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/5a5166bd-1597-418c-bde1-df20c549bae0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(20dff60a-eeca-4c94-951b-296b9391e8d2): Uploading 2712 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(20dff60a-eeca-4c94-951b-296b9391e8d2) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(20dff60a-eeca-4c94-951b-296b9391e8d2) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(20dff60a-eeca-4c94-951b-296b9391e8d2) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/20dff60a-eeca-4c94-951b-296b9391e8d2 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/134.tmp (integrity=sha256-gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(20dff60a-eeca-4c94-951b-296b9391e8d2): Upload complete of 2712 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228492) for http://localhost:42373/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228492http://localhost:42373/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/6d6e4d2e-ed9f-4d79-b292-79f36c5544c9 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/6d6e4d2e-ed9f-4d79-b292-79f36c5544c9 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(6975aa4f-6037-4911-bd33-765ad0748bc4): Uploading 2624 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(6975aa4f-6037-4911-bd33-765ad0748bc4) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(6975aa4f-6037-4911-bd33-765ad0748bc4) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(6975aa4f-6037-4911-bd33-765ad0748bc4) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/6975aa4f-6037-4911-bd33-765ad0748bc4 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/135.tmp (integrity=sha256-yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(6975aa4f-6037-4911-bd33-765ad0748bc4): Upload complete of 2624 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228493) for http://localhost:42373/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228493http://localhost:42373/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/183cb9cf-8a7f-4ebe-901d-1599184b26e9 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/183cb9cf-8a7f-4ebe-901d-1599184b26e9 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(7402666f-d60c-4921-a891-0dbee38fd0bd): Uploading 25780 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(7402666f-d60c-4921-a891-0dbee38fd0bd) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(7402666f-d60c-4921-a891-0dbee38fd0bd) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(7402666f-d60c-4921-a891-0dbee38fd0bd) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/7402666f-d60c-4921-a891-0dbee38fd0bd ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/136.tmp (integrity=sha256-p8QJ1CS/Uy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(7402666f-d60c-4921-a891-0dbee38fd0bd): Upload complete of 25780 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228494) for http://localhost:42373/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228494http://localhost:42373/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/81c345c8-7c64-4679-b1a5-2794316794af -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/81c345c8-7c64-4679-b1a5-2794316794af ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(57f99da7-8268-4e33-a500-4dee72062d75): Uploading 25600 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(57f99da7-8268-4e33-a500-4dee72062d75) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(57f99da7-8268-4e33-a500-4dee72062d75) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(57f99da7-8268-4e33-a500-4dee72062d75) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/57f99da7-8268-4e33-a500-4dee72062d75 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/137.tmp (integrity=sha256-x8RELOMsvCzPJXs2+uGp6tUMSIzdxC/SRUta7acbbZ4=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(57f99da7-8268-4e33-a500-4dee72062d75): Upload complete of 25600 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228495) for http://localhost:42373/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228495http://localhost:42373/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/cd1673e8-1f19-490d-841d-7c4a8adbfc11 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/cd1673e8-1f19-490d-841d-7c4a8adbfc11 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(2e38eac2-e24e-42e9-92f9-da77ff88f4d5): Uploading 6766 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(2e38eac2-e24e-42e9-92f9-da77ff88f4d5) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(2e38eac2-e24e-42e9-92f9-da77ff88f4d5) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(2e38eac2-e24e-42e9-92f9-da77ff88f4d5) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/2e38eac2-e24e-42e9-92f9-da77ff88f4d5 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/138.tmp (integrity=sha256-2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(2e38eac2-e24e-42e9-92f9-da77ff88f4d5): Upload complete of 6766 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228496) for http://localhost:42373/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228496http://localhost:42373/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/afd11b44-4d22-4c4f-afbb-83edffcd5e59 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/afd11b44-4d22-4c4f-afbb-83edffcd5e59 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(0dd114a1-bc6d-4457-82c8-bc47f33ffc84): Uploading 97553 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(0dd114a1-bc6d-4457-82c8-bc47f33ffc84) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(0dd114a1-bc6d-4457-82c8-bc47f33ffc84) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(0dd114a1-bc6d-4457-82c8-bc47f33ffc84) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/0dd114a1-bc6d-4457-82c8-bc47f33ffc84 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/139.tmp (integrity=sha256-Pp8lPMJPMU/g1eelJlUn1gggLBKxNX2QhrjbNVWCbyI=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(0dd114a1-bc6d-4457-82c8-bc47f33ffc84): Upload complete of 97553 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228497) for http://localhost:42373/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228497http://localhost:42373/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/18ac05c7-2b52-486f-9c23-4acc9b9cf959 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/18ac05c7-2b52-486f-9c23-4acc9b9cf959 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(cb2f538a-9789-4848-8919-26f80556dd0e): Uploading 0 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cb2f538a-9789-4848-8919-26f80556dd0e) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cb2f538a-9789-4848-8919-26f80556dd0e) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cb2f538a-9789-4848-8919-26f80556dd0e) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/cb2f538a-9789-4848-8919-26f80556dd0e ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/140.tmp (integrity=sha256-47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(cb2f538a-9789-4848-8919-26f80556dd0e): Upload complete of 0 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228498) for http://localhost:42373/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228498http://localhost:42373/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/9485b1b1-d2cf-4d32-a239-560a343076dc -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/9485b1b1-d2cf-4d32-a239-560a343076dc ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(93b0f2f3-03da-4481-8076-779f80457508): Uploading 17064 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(93b0f2f3-03da-4481-8076-779f80457508) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(93b0f2f3-03da-4481-8076-779f80457508) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(93b0f2f3-03da-4481-8076-779f80457508) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/93b0f2f3-03da-4481-8076-779f80457508 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/141.tmp (integrity=sha256-60oKn5/PS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(93b0f2f3-03da-4481-8076-779f80457508): Upload complete of 17064 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228499) for http://localhost:42373/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228499http://localhost:42373/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/f0d1a419-bc0c-4c44-b516-742b7ff2a762 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/f0d1a419-bc0c-4c44-b516-742b7ff2a762 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(4a2837aa-a64e-404f-b0f4-d15b399c660a): Uploading 485 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4a2837aa-a64e-404f-b0f4-d15b399c660a) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4a2837aa-a64e-404f-b0f4-d15b399c660a) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(4a2837aa-a64e-404f-b0f4-d15b399c660a) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/4a2837aa-a64e-404f-b0f4-d15b399c660a ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/142.tmp (integrity=sha256-xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(4a2837aa-a64e-404f-b0f4-d15b399c660a): Upload complete of 485 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228500) for http://localhost:42373/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228500http://localhost:42373/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/041dd8f1-aeee-4d51-a355-c72f94af16a3 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/041dd8f1-aeee-4d51-a355-c72f94af16a3 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(5eed407a-8675-44f7-b4f8-70f7413b0882): Uploading 23725 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(5eed407a-8675-44f7-b4f8-70f7413b0882) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(5eed407a-8675-44f7-b4f8-70f7413b0882) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(5eed407a-8675-44f7-b4f8-70f7413b0882) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/5eed407a-8675-44f7-b4f8-70f7413b0882 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/143.tmp (integrity=sha256-xiokJ09WttZwKc3d/hV6IqkEKeWLg9lWE0/bWOTxClg=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(5eed407a-8675-44f7-b4f8-70f7413b0882): Upload complete of 23725 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228501) for http://localhost:42373/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228501http://localhost:42373/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/1306cc25-6386-4966-84ea-65a6e18d3aa4 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/1306cc25-6386-4966-84ea-65a6e18d3aa4 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(8d2f7dfd-fdcb-4748-8b1a-28dd5bfa5fc4): Uploading 12837 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8d2f7dfd-fdcb-4748-8b1a-28dd5bfa5fc4) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8d2f7dfd-fdcb-4748-8b1a-28dd5bfa5fc4) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(8d2f7dfd-fdcb-4748-8b1a-28dd5bfa5fc4) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/8d2f7dfd-fdcb-4748-8b1a-28dd5bfa5fc4 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/144.tmp (integrity=sha256-wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv+g=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(8d2f7dfd-fdcb-4748-8b1a-28dd5bfa5fc4): Upload complete of 12837 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228502) for http://localhost:42373/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228502http://localhost:42373/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/f48d3588-e7fc-40b9-875d-cbc9f666cc8c -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/f48d3588-e7fc-40b9-875d-cbc9f666cc8c ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(e4343741-9e8b-4d1e-a949-998c5866721a): Uploading 1229 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e4343741-9e8b-4d1e-a949-998c5866721a) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e4343741-9e8b-4d1e-a949-998c5866721a) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e4343741-9e8b-4d1e-a949-998c5866721a) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/e4343741-9e8b-4d1e-a949-998c5866721a ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/145.tmp (integrity=sha256-QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z+hjD4sko=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(e4343741-9e8b-4d1e-a949-998c5866721a): Upload complete of 1229 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228503) for http://localhost:42373/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228503http://localhost:42373/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/a22546db-6435-41d7-a482-94fe80dc7147 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/a22546db-6435-41d7-a482-94fe80dc7147 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(216719ff-c1e7-42d1-aba4-ef581af6cee8): Uploading 38480 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(216719ff-c1e7-42d1-aba4-ef581af6cee8) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(216719ff-c1e7-42d1-aba4-ef581af6cee8) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(216719ff-c1e7-42d1-aba4-ef581af6cee8) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/216719ff-c1e7-42d1-aba4-ef581af6cee8 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/146.tmp (integrity=sha256-Cs/L+OBmRgENBqKnXY5/OJ44hDv7z+18UB+dln6zuFs=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(216719ff-c1e7-42d1-aba4-ef581af6cee8): Upload complete of 38480 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228504) for http://localhost:42373/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228504http://localhost:42373/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/efcbd800-4a3f-4ec7-b396-d7c1a76edeec -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/efcbd800-4a3f-4ec7-b396-d7c1a76edeec ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(62767c07-a51f-444e-8432-644044ad1462): Uploading 3615 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(62767c07-a51f-444e-8432-644044ad1462) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(62767c07-a51f-444e-8432-644044ad1462) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(62767c07-a51f-444e-8432-644044ad1462) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/62767c07-a51f-444e-8432-644044ad1462 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/147.tmp (integrity=sha256-HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(62767c07-a51f-444e-8432-644044ad1462): Upload complete of 3615 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228505) for http://localhost:42373/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228505http://localhost:42373/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/d097cbde-d69d-4e72-8790-9c71e113faec -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/d097cbde-d69d-4e72-8790-9c71e113faec ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(be8a0acd-dc6d-4172-b461-8394bf14510f): Uploading 7051 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(be8a0acd-dc6d-4172-b461-8394bf14510f) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(be8a0acd-dc6d-4172-b461-8394bf14510f) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(be8a0acd-dc6d-4172-b461-8394bf14510f) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/be8a0acd-dc6d-4172-b461-8394bf14510f ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/148.tmp (integrity=sha256-kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0=) ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(be8a0acd-dc6d-4172-b461-8394bf14510f): Upload complete of 7051 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228506) for http://localhost:42373/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228506http://localhost:42373/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/185423d2-b43f-476a-a135-8c1ac32911df -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/185423d2-b43f-476a-a135-8c1ac32911df ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(cd78271f-aebc-473a-824d-8e3f39ee2af6): Uploading 135 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cd78271f-aebc-473a-824d-8e3f39ee2af6) receive request ?BOJan 29, 2025 10:23:50 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cd78271f-aebc-473a-824d-8e3f39ee2af6) receive request ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(cd78271f-aebc-473a-824d-8e3f39ee2af6) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/cd78271f-aebc-473a-824d-8e3f39ee2af6 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/149.tmp (integrity=sha256-3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc=) ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(cd78271f-aebc-473a-824d-8e3f39ee2af6): Upload complete of 135 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228507) for http://localhost:42373/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228507http://localhost:42373/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/577b8e2f-617c-4499-b867-aade40c06f5b -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/577b8e2f-617c-4499-b867-aade40c06f5b ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(e270cd0a-330c-469e-926c-79f5a269f8c3): Uploading 138900 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e270cd0a-330c-469e-926c-79f5a269f8c3) receive request ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e270cd0a-330c-469e-926c-79f5a269f8c3) receive request ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(e270cd0a-330c-469e-926c-79f5a269f8c3) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/e270cd0a-330c-469e-926c-79f5a269f8c3 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/150.tmp (integrity=sha256-lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4=) ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(e270cd0a-330c-469e-926c-79f5a269f8c3): Upload complete of 138900 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228508) for http://localhost:42373/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228508http://localhost:42373/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/33263403-dc0f-4b29-9b79-1e710d94f3c4 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/33263403-dc0f-4b29-9b79-1e710d94f3c4 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(743d40ac-b509-4c6b-81b9-b092f3a43b67): Uploading 11685 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(743d40ac-b509-4c6b-81b9-b092f3a43b67) receive request ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(743d40ac-b509-4c6b-81b9-b092f3a43b67) receive request ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(743d40ac-b509-4c6b-81b9-b092f3a43b67) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/743d40ac-b509-4c6b-81b9-b092f3a43b67 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/151.tmp (integrity=sha256-0gUfpA5HMCps0QY+oMxb+JSq+oBIWs62g2C4f+xJCoU=) ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(743d40ac-b509-4c6b-81b9-b092f3a43b67): Upload complete of 11685 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228509) for http://localhost:42373/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228509http://localhost:42373/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/d32224f0-3950-4a09-a306-395bd8a9c1a9 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/d32224f0-3950-4a09-a306-395bd8a9c1a9 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(a4838e65-5911-4b6b-9764-fcc3e944b46b): Uploading 404 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/8sg8lfNL5eahqCdBvOwGPXeXiGwjxGx%2FfDbTpUy7qGY%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/8sg8lfNL5eahqCdBvOwGPXeXiGwjxGx%2FfDbTpUy7qGY%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/8sg8lfNL5eahqCdBvOwGPXeXiGwjxGx%2FfDbTpUy7qGY%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a4838e65-5911-4b6b-9764-fcc3e944b46b) receive request ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a4838e65-5911-4b6b-9764-fcc3e944b46b) receive request ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(a4838e65-5911-4b6b-9764-fcc3e944b46b) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/a4838e65-5911-4b6b-9764-fcc3e944b46b ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/8sg8lfNL5eahqCdBvOwGPXeXiGwjxGx%2FfDbTpUy7qGY%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/152.tmp (integrity=sha256-8sg8lfNL5eahqCdBvOwGPXeXiGwjxGx/fDbTpUy7qGY=) ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(a4838e65-5911-4b6b-9764-fcc3e944b46b): Upload complete of 404 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228510) for http://localhost:42373/api/blob/8sg8lfNL5eahqCdBvOwGPXeXiGwjxGx%2FfDbTpUy7qGY%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228510http://localhost:42373/api/blob/8sg8lfNL5eahqCdBvOwGPXeXiGwjxGx%2FfDbTpUy7qGY%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/8sg8lfNL5eahqCdBvOwGPXeXiGwjxGx%2FfDbTpUy7qGY%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/f45ea4b1-40ea-4638-894d-6a64f97ec4e7 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/f45ea4b1-40ea-4638-894d-6a64f97ec4e7 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(3f9d27b1-a2c8-4b7b-b162-6a3df3234435): Uploading 2691 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3f9d27b1-a2c8-4b7b-b162-6a3df3234435) receive request ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3f9d27b1-a2c8-4b7b-b162-6a3df3234435) receive request ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(3f9d27b1-a2c8-4b7b-b162-6a3df3234435) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/3f9d27b1-a2c8-4b7b-b162-6a3df3234435 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/153.tmp (integrity=sha256-EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo=) ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(3f9d27b1-a2c8-4b7b-b162-6a3df3234435): Upload complete of 2691 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228511) for http://localhost:42373/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228511http://localhost:42373/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/df81ecb2-8765-4565-8ef2-e246c98f094d -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/df81ecb2-8765-4565-8ef2-e246c98f094d ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(9f3c7319-fd7f-4e93-b7f3-4a578e0534c8): Uploading 74598 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data starting from byte=0 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/content/688523753678057472/_ustadmanifest.json ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/content/688523753678057472/_ustadmanifest.json ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/content/688523753678057472/_ustadmanifest.json ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BxFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(9f3c7319-fd7f-4e93-b7f3-4a578e0534c8) receive request ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(9f3c7319-fd7f-4e93-b7f3-4a578e0534c8) receive request ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(9f3c7319-fd7f-4e93-b7f3-4a578e0534c8) appended chunk (isFinal=true) to /tmp/junit17390929799677965086/server-tmproot-server/blob-upload-server/9f3c7319-fd7f-4e93-b7f3-4a578e0534c8 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:42373/api/content/688523753678057472/_ustadmanifest.json to /tmp/junit17390929799677965086/server-server-httpfiles/tmpWork/154.tmp (integrity=sha256-QzxaIhnYDGtc8Ckw2LipEEkd4Teuzv+DM486da0RF08=) ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFFINE: FINER UstadCache - UstadCache(client): db transaction completed ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(9f3c7319-fd7f-4e93-b7f3-4a578e0534c8): Upload complete of 74598 bytes in 1 chunks to http://localhost:42373/api/blob/upload-batch-data ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER BlobUploadClientUseCaseJvm$invoke$invoke - BlobUploadClientUseCaseJvm (#1):: release cache lock #(1738146228512) for http://localhost:42373/api/content/688523753678057472/_ustadmanifest.json ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - UstadCache(client): remove retention locks for #1738146228512http://localhost:42373/api/content/688523753678057472/_ustadmanifest.json ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/content/688523753678057472/_ustadmanifest.json) /tmp/junit17390929799677965086/client-server-httpfiles/persistent/5a065ea6-e4a3-4e03-bd31-efe42f9f2381 -> /tmp/junit17390929799677965086/client-server-httpfiles/cache/5a065ea6-e4a3-4e03-bd31-efe42f9f2381 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER TransferJobItemStatusUpdater$commit$invokeSuspend - TransferJobItemStatusUpdater: update status complete for 1 updates=1 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #21 : SQLite Change Tracker: Changed tables=[TransferJob, TransferJobItem, OutgoingReplication] ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite::memory:] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@368844b9 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BoINFO: INFO BlobUploadClientUseCaseJvm$invoke$invokeSuspend - BlobUploadClientUseCaseJvm (#1): Upload Complete! ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BoINFO: INFO BlobUploadClientUseCaseJvm$invoke$invokeSuspend - BlobUploadClientUseCaseJvm (#1): Upload Complete! ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #22 : SQLite Change Tracker: Changed tables=[] ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER XferTestClient$waitForContentUploadCompletion$invokeSuspend - XferTestClient: TransferJob #1 is complete(status = 21) ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: POST http://localhost:42373/UmAppDatabase/replication/message ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/content/688523753678057472/_ustadmanifest.json ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/content/688523753678057472/_ustadmanifest.json ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/content/688523753678057472/_ustadmanifest.json ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/content/688523753678057472/_ustadmanifest.json ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/content/688523753678057472/_ustadmanifest.json ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/content/688523753678057472/_ustadmanifest.json ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[ContentEntryVersion, ReplicationOperation] ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [NodeEventManager - jdbc:sqlite::memory:] receiveMessage with 1 replications: inserts done/transaction finished ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINEST: FINEST UstadCache - OKHttp-CacheInterceptor: intercept: GET http://localhost:42373/api/content/688523753678057472/_ustadmanifest.json ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/content/688523753678057472/_ustadmanifest.json ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/content/688523753678057472/_ustadmanifest.json ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/content/688523753678057472/_ustadmanifest.json ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - OKHttp-CacheInterceptor: HIT(valid) http://localhost:42373/api/content/688523753678057472/_ustadmanifest.json 200 OK (contentType=application/json, content-encoding=identity content-length=74598) ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BcFINEST: FINEST UstadCache - UstadCache(client): add retention locks for http://localhost:42373/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D, http://localhost:42373/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D, http://localhost:42373/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D, http://localhost:42373/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D, http://localhost:42373/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D, http://localhost:42373/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D, http://localhost:42373/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D, http://localhost:42373/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D, http://localhost:42373/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D, http://localhost:42373/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D, http://localhost:42373/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D, http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D, http://localhost:42373/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D, http://localhost:42373/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D, http://localhost:42373/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D, http://localhost:42373/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D, http://localhost:42373/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D, http://localhost:42373/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D, http://localhost:42373/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D, http://localhost:42373/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D, http://localhost:42373/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D, http://localhost:42373/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D, http://localhost:42373/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D, http://localhost:42373/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D, http://localhost:42373/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D, http://localhost:42373/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D, http://localhost:42373/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D, http://localhost:42373/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D, http://localhost:42373/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D, http://localhost:42373/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D, http://localhost:42373/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D, http://localhost:42373/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D, http://localhost:42373/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D, http://localhost:42373/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D, http://localhost:42373/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D, http://localhost:42373/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D, http://localhost:42373/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D, http://localhost:42373/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D, http://localhost:42373/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D, http://localhost:42373/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D, http://localhost:42373/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D, http://localhost:42373/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D, http://localhost:42373/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D, http://localhost:42373/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D, http://localhost:42373/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D, http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D, http://localhost:42373/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D, http://localhost:42373/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D, http://localhost:42373/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D, http://localhost:42373/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D, http://localhost:42373/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D, http://localhost:42373/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D, http://localhost:42373/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D, http://localhost:42373/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D, http://localhost:42373/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D, http://localhost:42373/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D, http://localhost:42373/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D, http://localhost:42373/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D, http://localhost:42373/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D, http://localhost:42373/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D, http://localhost:42373/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D, http://localhost:42373/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D, http://localhost:42373/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D, http://localhost:42373/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D, http://localhost:42373/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D, http://localhost:42373/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D, http://localhost:42373/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D, http://localhost:42373/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D, http://localhost:42373/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D, http://localhost:42373/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D, http://localhost:42373/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D, http://localhost:42373/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D, http://localhost:42373/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D, http://localhost:42373/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D, http://localhost:42373/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D, http://localhost:42373/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D, http://localhost:42373/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D, http://localhost:42373/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D, http://localhost:42373/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D, http://localhost:42373/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D, http://localhost:42373/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D, http://localhost:42373/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D, http://localhost:42373/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D, http://localhost:42373/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D, http://localhost:42373/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D, http://localhost:42373/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D, http://localhost:42373/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D, http://localhost:42373/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D, http://localhost:42373/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D, http://localhost:42373/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D, http://localhost:42373/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D, http://localhost:42373/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D, http://localhost:42373/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D, http://localhost:42373/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D, http://localhost:42373/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D, http://localhost:42373/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D, http://localhost:42373/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D, http://localhost:42373/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D, http://localhost:42373/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D, http://localhost:42373/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D, http://localhost:42373/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D, http://localhost:42373/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D, http://localhost:42373/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D, http://localhost:42373/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D, http://localhost:42373/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D, http://localhost:42373/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D, http://localhost:42373/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D, http://localhost:42373/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D, http://localhost:42373/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D, http://localhost:42373/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D, http://localhost:42373/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D, http://localhost:42373/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D, http://localhost:42373/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D, http://localhost:42373/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D, http://localhost:42373/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D, http://localhost:42373/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D, http://localhost:42373/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D, http://localhost:42373/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D, http://localhost:42373/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D, http://localhost:42373/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D, http://localhost:42373/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D, http://localhost:42373/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D, http://localhost:42373/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D, http://localhost:42373/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D, http://localhost:42373/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D, http://localhost:42373/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D, http://localhost:42373/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D, http://localhost:42373/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D, http://localhost:42373/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D, http://localhost:42373/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D, http://localhost:42373/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D, http://localhost:42373/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D, http://localhost:42373/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D, http://localhost:42373/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D, http://localhost:42373/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D, http://localhost:42373/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D, http://localhost:42373/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D, http://localhost:42373/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D, http://localhost:42373/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D, http://localhost:42373/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D, http://localhost:42373/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D, http://localhost:42373/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D, http://localhost:42373/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D, http://localhost:42373/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D, http://localhost:42373/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D, http://localhost:42373/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D, http://localhost:42373/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D, http://localhost:42373/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D, http://localhost:42373/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D, http://localhost:42373/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D, http://localhost:42373/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D, http://localhost:42373/api/blob/8sg8lfNL5eahqCdBvOwGPXeXiGwjxGx%2FfDbTpUy7qGY%3D, http://localhost:42373/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D, http://localhost:42373/api/content/688523753678057472/_ustadmanifest.json ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/2699a983-a443-4ce9-9cb1-0e5081ecf7e5 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/2699a983-a443-4ce9-9cb1-0e5081ecf7e5 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/2267216b-a2a1-4bff-a4e3-33f946b2e754 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/2267216b-a2a1-4bff-a4e3-33f946b2e754 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/e50c08a6-5913-4d5e-8bf6-d42e3e443002 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/e50c08a6-5913-4d5e-8bf6-d42e3e443002 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/2bb976b3-0ed7-4e26-9ece-0bdbf954066d -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/2bb976b3-0ed7-4e26-9ece-0bdbf954066d ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/022f7359-1e6b-444a-b418-65b65542a082 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/022f7359-1e6b-444a-b418-65b65542a082 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/388049ad-89a5-4b10-a390-2fed6491e124 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/388049ad-89a5-4b10-a390-2fed6491e124 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/5e4d784f-4359-4393-9eb9-35df2d2fc344 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/5e4d784f-4359-4393-9eb9-35df2d2fc344 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/a2d7ac58-4d59-40c7-a38d-0b6d1838db80 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/a2d7ac58-4d59-40c7-a38d-0b6d1838db80 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/2c00f4c7-dd6c-40ab-b861-e0171b92d169 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/2c00f4c7-dd6c-40ab-b861-e0171b92d169 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/9461f34f-bb7a-4f3d-9a95-9783a089e9a9 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/9461f34f-bb7a-4f3d-9a95-9783a089e9a9 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/aea2ff02-581c-4b31-8937-b7f21ed46964 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/aea2ff02-581c-4b31-8937-b7f21ed46964 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/6dfb8f4e-df70-4a0c-a5e3-cb7a2028fecf -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/6dfb8f4e-df70-4a0c-a5e3-cb7a2028fecf ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/0a8ea45b-11eb-4988-b343-b82ee38edec6 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/0a8ea45b-11eb-4988-b343-b82ee38edec6 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/43b61b9c-f26e-4a28-a4b6-2a3ae6b4e79f -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/43b61b9c-f26e-4a28-a4b6-2a3ae6b4e79f ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/9a0cec74-7f6e-452d-9e5f-375daa1cae8f -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/9a0cec74-7f6e-452d-9e5f-375daa1cae8f ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/39049b3e-c3da-4a98-ad06-73b9307aac53 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/39049b3e-c3da-4a98-ad06-73b9307aac53 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/1ca3a43b-f041-4625-90df-2751260dcbf0 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/1ca3a43b-f041-4625-90df-2751260dcbf0 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/356203ab-c4fb-4937-a280-43087340c541 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/356203ab-c4fb-4937-a280-43087340c541 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/96728a48-4687-404d-91a9-b1a8e7b6cb7e -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/96728a48-4687-404d-91a9-b1a8e7b6cb7e ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/63db4a17-a60f-40f2-b8f9-c10ba540017f -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/63db4a17-a60f-40f2-b8f9-c10ba540017f ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/757dd764-6170-48c0-9eba-7592f0db3813 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/757dd764-6170-48c0-9eba-7592f0db3813 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/20d3202a-3a96-40da-9e13-ee6da3365882 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/20d3202a-3a96-40da-9e13-ee6da3365882 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/b5df2848-b7b6-423a-825a-c85e1954b0f1 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/b5df2848-b7b6-423a-825a-c85e1954b0f1 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/77c123db-6f99-4e8d-b4b6-76f812df57f7 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/77c123db-6f99-4e8d-b4b6-76f812df57f7 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/6aa98115-8e23-45cf-a2f9-8e04040d6618 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/6aa98115-8e23-45cf-a2f9-8e04040d6618 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/fbfd6a8d-cd99-474d-b0e6-1f4693e3b710 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/fbfd6a8d-cd99-474d-b0e6-1f4693e3b710 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/42dabafc-7417-4da8-8b2d-0c248469c554 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/42dabafc-7417-4da8-8b2d-0c248469c554 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/e8e43929-dc4a-4449-a27b-4fe0abdb0c0e -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/e8e43929-dc4a-4449-a27b-4fe0abdb0c0e ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/9133516a-8936-40f7-9c68-aab4b83369ec -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/9133516a-8936-40f7-9c68-aab4b83369ec ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/21d901af-8157-465a-a1fe-39913a927329 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/21d901af-8157-465a-a1fe-39913a927329 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/63f67795-b4cb-4811-9d55-0b36dee5efe7 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/63f67795-b4cb-4811-9d55-0b36dee5efe7 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/c81d945a-57f9-4472-9922-da672eb327fb -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/c81d945a-57f9-4472-9922-da672eb327fb ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/0dfe0785-da08-4c98-a190-473be77b5d35 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/0dfe0785-da08-4c98-a190-473be77b5d35 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/e042c814-5b02-4405-b5f0-b9e1541e3f4b -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/e042c814-5b02-4405-b5f0-b9e1541e3f4b ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/ced95fff-9fc7-48fc-af0f-e6ac8099a4ef -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/ced95fff-9fc7-48fc-af0f-e6ac8099a4ef ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/8c5ddb9c-e966-4cf0-8a98-4f00b184df03 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/8c5ddb9c-e966-4cf0-8a98-4f00b184df03 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/13ecf438-f211-4fe3-8618-4819817f96df -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/13ecf438-f211-4fe3-8618-4819817f96df ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/6527a9f6-c83f-402f-be69-6aa12894ac89 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/6527a9f6-c83f-402f-be69-6aa12894ac89 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/b3fda22c-3c53-4675-93f4-37e4c8fc198f -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/b3fda22c-3c53-4675-93f4-37e4c8fc198f ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/bd995ae2-9459-4d3d-8bb2-d1331e921d58 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/bd995ae2-9459-4d3d-8bb2-d1331e921d58 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/9ecda768-9d41-409e-bf77-f2f1be248dd5 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/9ecda768-9d41-409e-bf77-f2f1be248dd5 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/79047b83-b57e-4185-ba8e-766f8f50652d -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/79047b83-b57e-4185-ba8e-766f8f50652d ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/91538124-9cbc-4a03-9751-2cd82b558eca -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/91538124-9cbc-4a03-9751-2cd82b558eca ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/d0bc321b-905e-4b72-94b9-f62fea80b114 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/d0bc321b-905e-4b72-94b9-f62fea80b114 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/d76fc5d7-06fe-48f2-8707-4ad75bc50829 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/d76fc5d7-06fe-48f2-8707-4ad75bc50829 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/a7ec9efd-a57b-4939-b46a-2f0ed934f6d1 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/a7ec9efd-a57b-4939-b46a-2f0ed934f6d1 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/f53274f2-5fcb-4bfa-8d09-3e386d4f4972 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/f53274f2-5fcb-4bfa-8d09-3e386d4f4972 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/7cfebabe-5ace-42da-917f-afe7d62b2f63 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/7cfebabe-5ace-42da-917f-afe7d62b2f63 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/63afbd29-767f-429e-a285-304de2c39e49 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/63afbd29-767f-429e-a285-304de2c39e49 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/69acf131-e9c2-4144-b240-7ee349420823 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/69acf131-e9c2-4144-b240-7ee349420823 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/a18ac932-6535-4521-b0f4-cc63642900ba -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/a18ac932-6535-4521-b0f4-cc63642900ba ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/49c088d9-3aaa-4dde-ac53-3b7d8f84d45a -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/49c088d9-3aaa-4dde-ac53-3b7d8f84d45a ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/62ffea40-bd00-40dc-a1ad-2e6cc8181f09 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/62ffea40-bd00-40dc-a1ad-2e6cc8181f09 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/c9249060-39c8-461f-9360-dd1d6b376287 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/c9249060-39c8-461f-9360-dd1d6b376287 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/c775e724-daa1-416d-8c28-94ce42ba431e -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/c775e724-daa1-416d-8c28-94ce42ba431e ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/3d28ecc0-76ab-47ce-acf3-60812cfbfd77 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/3d28ecc0-76ab-47ce-acf3-60812cfbfd77 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/297305fe-2692-4802-948d-9a7a9cdfeabb -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/297305fe-2692-4802-948d-9a7a9cdfeabb ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/18830ad3-814a-4c0c-b7ad-17728cf06a1a -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/18830ad3-814a-4c0c-b7ad-17728cf06a1a ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/ed7c5494-c29b-42c2-93d9-d39056abe9a4 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/ed7c5494-c29b-42c2-93d9-d39056abe9a4 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/b5d59e3f-bae0-405b-8102-59f3687b47f8 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/b5d59e3f-bae0-405b-8102-59f3687b47f8 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/0828b968-39b5-4a96-9830-46c7518a0d60 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/0828b968-39b5-4a96-9830-46c7518a0d60 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/bcf364ec-5f28-45ab-9c8c-eaf4e9da8261 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/bcf364ec-5f28-45ab-9c8c-eaf4e9da8261 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/a259b682-c4fc-4a01-b7ba-2bfd3c6d9ed5 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/a259b682-c4fc-4a01-b7ba-2bfd3c6d9ed5 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/95f1fe61-59f5-4aa5-9eae-ae4212d8c05a -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/95f1fe61-59f5-4aa5-9eae-ae4212d8c05a ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/dc7728d5-bc65-440b-90f7-4dfe467e38c1 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/dc7728d5-bc65-440b-90f7-4dfe467e38c1 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/4562c1c2-8e2a-4be7-aac5-b210273e33af -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/4562c1c2-8e2a-4be7-aac5-b210273e33af ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/77f28c95-52b1-4d62-9afa-c1a0d059b965 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/77f28c95-52b1-4d62-9afa-c1a0d059b965 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/46b77fc5-1ab6-43dd-8149-4386dce089bd -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/46b77fc5-1ab6-43dd-8149-4386dce089bd ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/95eaf312-9343-46c2-96b9-8dd165f13dd8 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/95eaf312-9343-46c2-96b9-8dd165f13dd8 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/af2ef7e9-770d-4e93-89e1-0e19008672f9 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/af2ef7e9-770d-4e93-89e1-0e19008672f9 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/19c8f363-c199-454d-8b7e-2adf575a1c11 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/19c8f363-c199-454d-8b7e-2adf575a1c11 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/15557d34-6248-4317-8eaf-5ceb0f50476f -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/15557d34-6248-4317-8eaf-5ceb0f50476f ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #24 : SQLite Change Tracker: Changed tables=[OutgoingReplication] ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/bbaca38c-3bff-455f-ab86-4cffeea23754 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/bbaca38c-3bff-455f-ab86-4cffeea23754 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/ea9f6726-0797-461f-be48-c0b9d2ab7257 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/ea9f6726-0797-461f-be48-c0b9d2ab7257 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/3bef9b49-b557-435e-93ab-6888f05f64a0 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/3bef9b49-b557-435e-93ab-6888f05f64a0 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/533a1546-ea22-4808-91e8-4f86ddf4713b -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/533a1546-ea22-4808-91e8-4f86ddf4713b ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/5d394ba1-2015-45e0-afa8-3198fe58ee93 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/5d394ba1-2015-45e0-afa8-3198fe58ee93 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/9d713499-c3d4-4e4d-bf45-b96facf44b6d -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/9d713499-c3d4-4e4d-bf45-b96facf44b6d ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/02330d8e-b2b6-429b-881e-d46f2316e402 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/02330d8e-b2b6-429b-881e-d46f2316e402 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/3f013c7e-6f19-46f9-a1bf-13f3fc386220 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/3f013c7e-6f19-46f9-a1bf-13f3fc386220 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/ee264e6e-c369-4778-a85a-792728430ac9 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/ee264e6e-c369-4778-a85a-792728430ac9 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/367e740f-9ef1-429c-90ff-da136c0cf9b3 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/367e740f-9ef1-429c-90ff-da136c0cf9b3 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/8sg8lfNL5eahqCdBvOwGPXeXiGwjxGx%2FfDbTpUy7qGY%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/8sg8lfNL5eahqCdBvOwGPXeXiGwjxGx%2FfDbTpUy7qGY%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/8sg8lfNL5eahqCdBvOwGPXeXiGwjxGx%2FfDbTpUy7qGY%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/b5dc794c-ff61-445f-bfd0-53ff23bc68bf -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/b5dc794c-ff61-445f-bfd0-53ff23bc68bf ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/9b8962cf-658c-4fb7-8a4b-8da97aa03bd5 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/9b8962cf-658c-4fb7-8a4b-8da97aa03bd5 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/content/688523753678057472/_ustadmanifest.json ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/content/688523753678057472/_ustadmanifest.json ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/9301b9df-9da8-4709-a836-a42a9f039d91 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/9301b9df-9da8-4709-a836-a42a9f039d91 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B}FINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/content/688523753678057472/_ustadmanifest.json ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/a5304e6a-2aa2-4a87-abc1-ee88ad6fc975 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/a5304e6a-2aa2-4a87-abc1-ee88ad6fc975 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/121efc76-288e-418a-a39d-31a5828da3a4 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/121efc76-288e-418a-a39d-31a5828da3a4 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/44e6879a-cce7-4960-a7c0-cee3d347a669 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/44e6879a-cce7-4960-a7c0-cee3d347a669 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/830fc595-8c9c-4f63-9369-622075a07ec1 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/830fc595-8c9c-4f63-9369-622075a07ec1 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/6c0b2ae6-4b96-4b27-8e1e-cf48454ae6e4 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/6c0b2ae6-4b96-4b27-8e1e-cf48454ae6e4 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/7482de27-59e9-4ac6-9d31-4ef134ba8d2f -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/7482de27-59e9-4ac6-9d31-4ef134ba8d2f ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/4ae03db1-e15d-4aaf-ab97-76852823040a -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/4ae03db1-e15d-4aaf-ab97-76852823040a ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/431f2c9b-daf4-421d-b5cc-59806237c382 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/431f2c9b-daf4-421d-b5cc-59806237c382 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/8478190d-5b97-439d-b4bb-e5c9e2e249af -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/8478190d-5b97-439d-b4bb-e5c9e2e249af ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/ae6ffe52-0ded-44ad-b63e-14b89772168d -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/ae6ffe52-0ded-44ad-b63e-14b89772168d ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/239a46ce-c8da-4cff-b496-4730b279b488 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/239a46ce-c8da-4cff-b496-4730b279b488 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/bd8208e0-d7cc-49b9-aa46-1bc686156cbd -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/bd8208e0-d7cc-49b9-aa46-1bc686156cbd ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/0264a614-e816-4119-a7b9-f9b7d236d9cd -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/0264a614-e816-4119-a7b9-f9b7d236d9cd ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/d99fd663-e511-408b-a1f6-2084e1e09c58 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/d99fd663-e511-408b-a1f6-2084e1e09c58 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/e00f9521-5137-4e00-a3d8-7230b2494263 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/e00f9521-5137-4e00-a3d8-7230b2494263 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/6426865d-eeba-4761-9b88-346980177786 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/6426865d-eeba-4761-9b88-346980177786 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/bb53caca-a07a-4ff2-b819-b0d4d65d356f -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/bb53caca-a07a-4ff2-b819-b0d4d65d356f ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/4edb5c2e-81f0-45a7-b4d7-e1c7d4b68c87 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/4edb5c2e-81f0-45a7-b4d7-e1c7d4b68c87 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/94575757-2bb8-4d04-a794-25ebdc579798 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/94575757-2bb8-4d04-a794-25ebdc579798 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/087b84e0-67b7-4baa-a046-e92046140170 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/087b84e0-67b7-4baa-a046-e92046140170 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/8d413544-d586-4e0c-a259-b11f88ec99bd -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/8d413544-d586-4e0c-a259-b11f88ec99bd ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/696a8b48-3671-40a4-9bf9-f82d1853b469 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/696a8b48-3671-40a4-9bf9-f82d1853b469 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/b3f457aa-947c-4157-8095-db846a8268a7 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/b3f457aa-947c-4157-8095-db846a8268a7 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/T6uQJbiizni1qK8zT4b1x46g0ck9NyM05rMKufLI2FI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/c917ad5e-da56-42a8-ad4c-a727750eeb50 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/c917ad5e-da56-42a8-ad4c-a727750eeb50 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/64c0d1f2-8bb1-4e85-9423-af58e9ea1a93 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/64c0d1f2-8bb1-4e85-9423-af58e9ea1a93 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/0668088c-e0d8-4547-9fdd-e183e23cffaa -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/0668088c-e0d8-4547-9fdd-e183e23cffaa ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/bjwfnGlRbxR6w41vOplXXSsJlK%2FkQzJuwiG9Vdr2PBI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/65f9b131-e33a-4d91-97f1-fc3fe23147ac -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/65f9b131-e33a-4d91-97f1-fc3fe23147ac ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/6cd87c7f-0533-4ebc-8118-c47f40fbf2ca -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/6cd87c7f-0533-4ebc-8118-c47f40fbf2ca ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/593a6250-fe16-4172-93b2-7b80bf5be628 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/593a6250-fe16-4172-93b2-7b80bf5be628 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/GbEzhDlg2eOkUS0yhbQRdkYN7%2BExqlN1jS7v1KfVVxw%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/cf942087-c54a-4cb9-afdc-4de680d82594 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/cf942087-c54a-4cb9-afdc-4de680d82594 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/0f5127a9-8290-4f9d-a402-07d7dbf776c5 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/0f5127a9-8290-4f9d-a402-07d7dbf776c5 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/ftJMBUMkAxFzcokVQ%2FDLankiEAkZ564HfB8%2Fr2dljcI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/fd336239-1c8c-4fd5-af40-df53519e9a47 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/fd336239-1c8c-4fd5-af40-df53519e9a47 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/e1a660dc-806c-4ab1-bafd-2dbccd20778b -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/e1a660dc-806c-4ab1-bafd-2dbccd20778b ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/4592c1aa-f26d-4fce-9441-cc862100b5ee -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/4592c1aa-f26d-4fce-9441-cc862100b5ee ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/46155c6b-af3b-4b97-81ac-eae08e740730 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/46155c6b-af3b-4b97-81ac-eae08e740730 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/4hns6PTT5KxFXvMc06fHtQV%2BpooQmTf8JrA8bpnukyI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/c6d288ce-ad9d-43ac-83ec-bcceaf471eb7 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/c6d288ce-ad9d-43ac-83ec-bcceaf471eb7 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/20b65c84-c788-4ecf-bd0c-1c712cb8c0d0 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/20b65c84-c788-4ecf-bd0c-1c712cb8c0d0 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/b10f51c9-5ad5-4e2e-b9bd-211d181f4f07 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/b10f51c9-5ad5-4e2e-b9bd-211d181f4f07 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/1nBB%2Fl1Q7vnvZxZDlo985rEw6qqqLOTUlrGNCjOuuHs%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/88db4da9-cbad-4708-8f58-eb3db32e9ac9 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/88db4da9-cbad-4708-8f58-eb3db32e9ac9 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/282e52e2-225b-4635-8708-e0b3b3657313 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/282e52e2-225b-4635-8708-e0b3b3657313 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/3a16cec3-6277-41c8-834d-aa5846f4b32e -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/3a16cec3-6277-41c8-834d-aa5846f4b32e ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/9430307e-8380-4415-9b7d-1c9612b1cbd1 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/9430307e-8380-4415-9b7d-1c9612b1cbd1 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/4e038bc2-1d68-4363-a501-7fe33339120f -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/4e038bc2-1d68-4363-a501-7fe33339120f ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/681dbded-1110-4c7c-b13c-43ebb1099d29 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/681dbded-1110-4c7c-b13c-43ebb1099d29 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/74c79c18-12ce-4284-a46c-5087f193ab53 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/74c79c18-12ce-4284-a46c-5087f193ab53 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/67b50c5b-be43-4cda-9670-5bb7e25778fc -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/67b50c5b-be43-4cda-9670-5bb7e25778fc ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/c5711ec3-962c-4256-9d6c-28d36a798746 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/c5711ec3-962c-4256-9d6c-28d36a798746 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/dd65a906-95c5-43e6-9287-6de63aac3f9a -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/dd65a906-95c5-43e6-9287-6de63aac3f9a ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/f8a553a1-0798-4aa4-af27-c4097ae244ca -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/f8a553a1-0798-4aa4-af27-c4097ae244ca ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/c073bca4-242c-46a6-863f-38e450631188 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/c073bca4-242c-46a6-863f-38e450631188 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/5cd2f683-00a4-435d-93c4-1a261d463724 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/5cd2f683-00a4-435d-93c4-1a261d463724 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/59b34ee8-984e-42c8-ba97-11f1baa6bd83 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/59b34ee8-984e-42c8-ba97-11f1baa6bd83 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/c394e90c-f57a-4d93-a87b-3fd2e446ff55 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/c394e90c-f57a-4d93-a87b-3fd2e446ff55 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/a6cf98a5-3898-45bf-b3bd-998267ae765a -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/a6cf98a5-3898-45bf-b3bd-998267ae765a ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/3efedb17-fe00-4e89-b350-4a2d6dfaa6f6 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/3efedb17-fe00-4e89-b350-4a2d6dfaa6f6 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/33ecaa12-5a55-4ec4-b40b-ef48edd3ca0d -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/33ecaa12-5a55-4ec4-b40b-ef48edd3ca0d ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/1315069b-dc24-4aa2-a4b2-bd0f20e03ee8 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/1315069b-dc24-4aa2-a4b2-bd0f20e03ee8 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/709d2407-b251-4f02-b602-faeb8e288f5b -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/709d2407-b251-4f02-b602-faeb8e288f5b ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/db7b6045-5ec8-4055-ba17-99bb6503bd7e -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/db7b6045-5ec8-4055-ba17-99bb6503bd7e ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/f515eb4b-e4e7-4b8e-a496-2244bc9ca085 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/f515eb4b-e4e7-4b8e-a496-2244bc9ca085 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/6a8c9d17-0876-472b-bd8c-13be6ff3904b -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/6a8c9d17-0876-472b-bd8c-13be6ff3904b ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/bf2cde85-1afc-4aeb-b78a-ec713fbbab50 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/bf2cde85-1afc-4aeb-b78a-ec713fbbab50 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/e1pDIPug1Mj3kydkW0ucyHWi7GF6VX6Em4E5GOtzNJk%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/a689d941-a1bb-4554-bbac-ec2dde834c45 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/a689d941-a1bb-4554-bbac-ec2dde834c45 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/cba6e809-a181-4009-8414-a02dcbc33ff6 -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/cba6e809-a181-4009-8414-a02dcbc33ff6 ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/224514b3-8fe8-467f-b694-74598f3f263f -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/224514b3-8fe8-467f-b694-74598f3f263f ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/12366553-a481-4318-9548-a31335177c1f -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/12366553-a481-4318-9548-a31335177c1f ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/8sg8lfNL5eahqCdBvOwGPXeXiGwjxGx%2FfDbTpUy7qGY%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/98926484-1d6c-4a51-938e-81a65f8b6afc -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/98926484-1d6c-4a51-938e-81a65f8b6afc ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D) /tmp/junit17390929799677965086/server-server-httpfiles/cache/829cf9af-97a4-43c3-b24e-cf2de004860f -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/829cf9af-97a4-43c3-b24e-cf2de004860f ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): moveToNewPath (http://localhost:42373/api/content/688523753678057472/_ustadmanifest.json) /tmp/junit17390929799677965086/server-server-httpfiles/cache/aa418b65-9da0-4b6a-afd0-f04f7279c94e -> /tmp/junit17390929799677965086/server-server-httpfiles/persistent/aa418b65-9da0-4b6a-afd0-f04f7279c94e ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/yBLdyeR10%2BZdaKaztYnOWYoqW6u3r8VUd9WSFcSjikA%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/%2F4Ku7WubtnAWlshNGyI9Lmgut4yJEXpDjObP6oxJiZU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/hNkB8eW5RIdaNUrvVRKRFRxo07hZCB8p7k8hiRJnOmU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/wNCC8cHq2llme5T359p2aAVxgnZy1xD02zehmxYfzrQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/JakG3baTnxBZ0ygCbLpNeqUSpupufejv3CEJsk8lGjM%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Tyj1ZbAw3I%2BjTnYcRMap00SSDE8uimpYNpM%2FV1r5TQc%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/5d4Gn7Lje7djT1HHt6jjcg%2BHKH9wgn2vEpJCSjuX6z4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/k65pd4r52nGCR800CqwX9ekYeR56pcNyD6PKQm5ECMY%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/MZikNKgl2FhWpW23NSSFUT1wOPqRV060fcrD6oKsRao%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/qGvsfW4NaWJUAV8k%2BjAgxyt68uSYkM8Zvl4iO07eQSw%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/jT7lEK6lwyBhlTHcKRWFJqu7C0gPdwvq0cKmMsrO3o4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Au%2B2IdPCR1K6fzgi%2BwM5XKVYY8AZh6QiVWhS%2FNgRMNU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/SQzRpZj429D6cW3daoNAw3eqvBYSS2ns7TItpaMlHT8%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/WdACppPgOH8BBO0iigwsrmWMy17E3kScuTWoKjWTy%2Fw%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/7vs8uqNXfk02HCNxgA9IXzTGWczwRxAXgvYRXQZHT3w%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/b0rPNEXzpQ22OFjtaC11asx2j0%2BhLr7cAomd3VO69e0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Oq8Qt4f%2FpNdOtT7Cz%2FP1buRr1KXcoKQUW%2BC9lCFg8YQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/yzJGqJtjyxHYqHNh51kOeZtaOIra3Ks3%2B1GBRu4D0%2BQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/b%2FpemT3AQtkcxWYfWDVJk2%2FkTkEqjdt%2BoehmTIE02AM%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/mfov8Hrp8eJ57UpQUEJ%2B8RVeKjq45a8ngANpAaLYR6w%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/7xF1FYDJR0vQb3gRCLf5zGPh50%2B3WuGOhPKs9utqGUE%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/s%2BjWsJZ%2F9ShpZSiPQWSmovDOpcmVTDAObwrxxK3lcHc%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/MpD8uvv86rzRXumzeeIEP9dkvgCqNH4BgNx%2Bu3BdkYQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/s9HqB4agwbGesiE3QlUHeYBRLelpFY4r8WgsGxlH3Qo%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/UKuxu3Hz%2BfGYRK1HeAzq8IUine8lfc8wmfa4xX1FqNk%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/nAy3BTCDSjZf%2FjjgTtYfskbTFa2CmbkLKYKabDi8pew%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/3NOfayEFEmNxtWcImQh5OHnRGSetW1NnAmZP8xt%2FTEE%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Rq39aiLMuqiP%2B0mPmeCr0C2QflhXTn%2F%2FNEPZaPtsh7s%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/PjfwUp1%2Bw6kzto%2B92J5gCGOUXTWvFUUHmzECFE26ZTI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/h%2BjhrR%2B2SJw3n6swaOU2A8b3QZHrKvXk3vxMgmuJI48%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/vGluaw0k9XeZTNkXi2DMNSp4SAI6Mpq0chcOqfhROgo%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/2HtvcBRqQjS2JXOH5QQ9utn6ppsaI1mFBHfAO7S2ccI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/sHX8VAaCnEAbmKOODXx8XwsoiVmNERxdjjnDxegBg8s%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Io0MLdilHmozLkMugHE9pOBHQ0GoWK2Ad%2BKk1mN4QiY%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/kTthmgm8PGGYjMHstF6NYIjf3CLWmwpKOi4l3MdMEtg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/eYHHnwyecTXEwTD51UOV4ep3iOXp7UijenqWFiHPj7w%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/XNfsFzpMGtyUb4cp%2BZP4sbwRpfi%2BBGbF07psv2MPtA4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/GslQZC%2FV0B6kfy34jVZWRceF2QhHWG6YmuW5qqEmeu8%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/MAqsHQLxvTtVgSONw2nt%2Bi52FKAKxkPqHKZN3dVehag%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/iLrog15kL9bl86CzWtk92zSVko7oOALiUGQ8de0aZAE%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/82XHZdU1kTgwewOyJbFyMVK0zesRRj2xRJpu92yJxx4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Q%2Fy6R172KY9YPbOiNMSixqoh8QjGcQtM%2BrFsRKO2bE8%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/vBVhVK0Ik2c9Bvwl%2BlAPy96DxOyTL2%2BkeUcQmCA%2Frq0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/%2Fx3Wsw8%2BwpZRU2JIVcrL33nrHQV17lCsxuRemUqet54%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/8NYR%2FhsIIjp%2FPKQLuUNyeWjGcw9Ffd0e82E28xODp0k%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/oPQ1dcUBafEmFbVhtQHHEJeUFzCkPST6bxu3%2BWONWHQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/K2Fsusn6qjgL725CJL7ByzgpD7DwK1Hv1Qc9nUTRvs0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/cR3Bmvjb8RQpKsAuwqDiUYfIXyFSmzGtyfnorloVx0Y%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/tnKOTsJNsJ1igF6lTizkpOyMKbYWZe%2BdVsGZzjKfNTc%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/cTsr7j2oAImJK1yXqd0DLIulEmVnqZ5h5n0Tb5MbXdA%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/lxzYcB9KSB%2FYkf7kHHM4ZRcTEbModiVoT3lAhJxL3mA%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Xl43QDLBGMM83V4fnX0WJXFd3Q96UrVudQC4xpaoApY%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/vx6kIK92xNpSxNN78Ud5xEGiuWVgncmo8IDc9M8XCDQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Cxs1ShEiNfLO%2FU%2Fvt3ziCc6g7XCCt3cXpLKqS0NW9p0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/hFJej7TOyIrYzsvgtguZHnlcWMcsq3KtS9FiLm3ykCo%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/I9vIlkggX1UGSnA11062utk2y8IszUXgQgfJOO6C6so%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/mvg3xbJ3LnwZdOssam2%2BvdSJ1%2FLWFX7%2FlxFJVciB6lg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[CacheLockJoin] ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/dlAewQPKn9t0EDFTEm5ltRQT%2BWrMBBErX1LZM6zfIc0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/ufoN52SamhFb3h2azBHykXR1pPhx5QzT55ir8wOLVBM%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/8l%2BWWVo6WOTD7pS09FmTYwoB2tptGH20X90e5TTJGQ0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/%2BIRZ4%2F%2FV1GOWQ9KLtbzgE%2BNbhhRBycosRc64B97TKj4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/V%2BlxWB0nxel8r7ylMgw556l%2FVPsMO29I16T%2FDgO8NMQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/uYW3KrfsznrSIuqFkNUXxHUg0ZmpkuJvVYdtP2k6nAk%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/pLIQYQAGGG6QDQPjEpjz67VyhV5phLnyxGKkUWIhm88%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Wmgp%2B1s82IIY%2BjX9o7lYcOJS1QrGlZC0PpACTzQwl6M%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/sHxTh3q3%2BdRVnFM3sxrWUzQpjAIWUYJijIDhezhkH6s%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Y3nFU5%2FVYE71u5aj3293uK2rbUrlZ%2FwwvObLZ8QhuYQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/zBbaSmjEFvS6KUk8SEwgYyykdXC%2BUFyhY9%2F%2FLwqO8Z0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/u%2BLJFVTcY%2FMEnXDPx%2FjDr74kdKvSL0fNYsVaoucWMS0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/eo8K7m5KF0iRfYzWDplfji%2FfxUb9GlUHqqY6IuMrLc4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/%2FqULHYInAHdVBa5R1l938NaG9Ty3HotFmPBFK%2Fx8URU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/ym1yKJRZWSDtpc56Uj7RFG1W6oCf5N5WCmZbqjHEbE4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/C1W33ZET4v%2BaPIkE7LOO6lFWDtV5OqhnAlLv4wfGAUU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/jGvo9dP2a%2BkzienoeQzWSLnGKfWhYB2XjsFOuELmW28%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/%2BF9Tlt29TsSXmyq%2FWyZ63J8R6bqXkujcv5KBRzPQ%2BWU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/xVHBEQCBRQcVQS1lvNmxfgZ0XXOkWfARY3xhEbjuloE%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/EkHf%2FCGbd3loeNcgeAv6K4n2uKHvj3497sTVseG3xn0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/vOWepUFkWRq8r0%2BHZF7AzG8DLHriKMfWpiogMq%2FFD4s%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/R0W8u8HlP%2FsgKWKJ2Q26%2FMLf5xdmrjzBL5IEPnV34JA%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/yD2T%2FjRDP29LkBjiITr7231CnugE2Jo0BIRRyW5N0mE%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/DMle631prFri4uxxxxdON0FHQFOdiUt%2BW%2F6%2FvFfKmKI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Ai1kxiVYF40Fu81oXM2uPCv9vkRmufeI2MqmWrEigoQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/MuzpZTkDFXpw0wwJdw%2FbBYCIsDKwWBU628LKd2p83po%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/4zSTZMv%2FWKjpNfIWFmdBzDq%2BxpKgteLo5HBhbpkIMgg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/YuUHNreyN7U7%2BQZ5%2BzNNY1N11RsxVtHYZsqyJGBtmbQ%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/6p3YvM8W7PtrV7LudBIoa%2Bq4QN3Y1SdaU02%2FGCeg0IM%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/c6Dc1YGSLmG1CzWhxrYVgHpZEYf6VEA09YuKyjB6o44%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/fAhuvZVtVYSUCOENltmx6R%2BSg0UZACwHQOMDNf9fYlY%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/we47ND4nhwrjRI%2BYLyQ%2BHWLDKA0nvAypEBID7KE1sjM%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/EDd6hjdyPU1Mt2vw3AA1ph%2BqFNUyZir%2BdXzbgA2ARyw%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/WE8lrEOx7vAAZ6u4arUnr1yvMIbZP0FvaBy551jh88Y%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/f86dDrhwRUQf6RCl7AldiyqZIf7UO05nYkIFIepSeao%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/17pZuPthKwaraODIXZkgcqZCV0%2Buh%2F01t0UPA4EqtEs%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/CmlVJmRSZLB7BmMKh27ly66%2FmbubmFKZNdWpB8De5X8%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/nsmfXTJrTxUTogzM8u3%2BnLHfuNFK4hVP4tnH90njdqE%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/GjqBgSSvm7XTUjdhXgppBT10y3S2AdiXOnCd1xl1AR4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/3l8y8J6DrWhQA1W7Shf%2BSPfKgZyc%2Bu%2Fb%2BbCekBx6f8g%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/%2BpluXnN9d6MiNBWRNiCeM15nPresFv0BDtL1lIC9RI4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/5Ilriy7n1kwHjr0%2FXWzh4jhJPrT8xsZ1jrczKGatDiY%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/EgapfpQkKZP4bsfj%2FK5PxfHKzTlIJAVzuAkZmNmg3MM%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/QQhYT1gQF9x0oIMt0WRoLg3q4DbMidMg5%2FV3%2FOsnhog%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/LnC2D3wwhrq34V1CB%2Bxg6EwLoaYhOVkplQkYTyRkqVA%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/J2cr3iSclOBUxgDFRH12Icpmo32SS2pPkQejFFV9e3Y%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/eARe8bkhihrOsDAQ7nvQs7HXU1%2Bi%2FpopDv%2BQ6UNWPcg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/3fCEhtExvRNHYfveM9cY5bbE17mYr8%2BdEFRgE5Tz8ZU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/NuX5jirPuFiJLnEJlD4dLnXRCsDkQMc2Vniko1v7nEo%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/%2F3QD%2Bd53w6wqfHpE3dn2fWN85w9xo6rHAzwCGcivpko%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/y4TDcAD4%2Fj5o4keZvggf698Cr9Oc7JZ%2BgGMax23qmVA%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/UvNzyhHidciHBssZ%2FP%2B2l5FZbI1XAfmSJAplrILQ8gg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/ic4IoQBJDrNoYD6jzvjPUtyK2y2i0dmtWCW2k2Aa%2Fp8%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/De2JgQ0Nt5adGTd%2BS3vvpLJVOZegId%2BlUNz28Tv2qPA%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/AxtMakPRFNdMGeXBvbRcztWEo0HNZu9GkF7yCvsE3Zs%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/JU9Nv2qFcpHwvSV4ps9ii7ATxDcpquEhDXTVT0iBUEo%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/CdrdmkKdsdoH81%2B2cV0ipaFJ4y8Ng6Ujmj7K5QNYc94%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/ZY4mAUHHRYo0qd1n7jqXrYhYnC75hzx4DLeYU%2FtZAhs%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/kpeAot1GwrHfHslj4hcJEyVdiQvKVG3a0bQXx1ERn7o%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/%2FEmb%2B%2FduVWkOJrRcZWoRMF6TTLig7Qm2uAa7A%2B78ghA%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/lpSbYYTpxt5zyFPhLE5PlvwDpVyNc2B3kULVJzvg6%2B4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/rySbdfEfwrB779vaMkVIyj%2BABqAS%2BgtUUBu4dkB4J6A%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/oJd6y005JyUgaUAFQ6GgvvLGzc467muipcNv7aXTB%2F0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/VYwTeujSQh1Gss7XDcPY61SmNUSlOTCzClVbdoYAHJE%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/JVUTiGfvsBPpaY2QLvpiW%2Bx0rWNh6Tlj0QXu2TOSbGY%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/z2ct%2BVoKX1r9xRSP%2FGYmKyUmhGtAlSmS7FrBHQz1i6E%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/5djSGONTPUXLvVbL1YNge3qvQFN9YVYlb3QwlvbvfEU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/LWwdIdB4NUHFdmDaq2YoB5EqjWD9BIm2i0npsi3fE0o%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/sy4b7%2F3q3vGmQUg9OE%2F4gm%2FnVaSA36EeIqyCcnYi4M8%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/gQYVKIPGaIxZIIuE90qThxaJvZJZw2sECpusZyMP5ME%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/yopZ8hFGsieV4Tw74UQx3ta7ZTBGwOr0lvzfSVdok8w%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/p8QJ1CS%2FUy4JsZzAfC4gp9lblDmY9lv4EPY5LPA1jdo%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/x8RELOMsvCzPJXs2%2BuGp6tUMSIzdxC%2FSRUta7acbbZ4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/2brsrAkktIi9NilQNTT8ppOc5Gbl17tffhdX0aeFCoI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Pp8lPMJPMU%2Fg1eelJlUn1gggLBKxNX2QhrjbNVWCbyI%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/47DEQpj8HBSa%2B%2FTImW%2B5JCeuQeRkm5NMpJWZG3hSuFU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/60oKn5%2FPS0PBO8N14aS8JzAQUMnMRqyMbkNBTnJTCH8%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/xvUv8bQ7fzE4XXu73K9RYSkhe0GeeOPKqo3J2BlBH4c%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/xiokJ09WttZwKc3d%2FhV6IqkEKeWLg9lWE0%2FbWOTxClg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/wWL1jZH9TMxilFxiMeVIUsPHWxbeFX5CJNJtHZ0Yv%2Bg%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/QG6s8ffvRksUj4CoqMfqKsmzKCDVZOMJS4Z%2BhjD4sko%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/Cs%2FL%2BOBmRgENBqKnXY5%2FOJ44hDv7z%2B18UB%2Bdln6zuFs%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/HkkywhhDQrAzn7Dz6sRR9c4DiBK6MpCD86BkvtJB5SE%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/kpaWI2p5pMdbuxPJnq3QBXQZedGFfh9o18RGgBafeb0%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/3vWQ0f6tRdZRM4YjJSPrQBPdMi7QlJxHoeN4gO8VZXc%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/lvpl17wtiXNsQEGVLgL5hcq22Jkm53kZrj6t5p3iWQ4%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/0gUfpA5HMCps0QY%2BoMxb%2BJSq%2BoBIWs62g2C4f%2BxJCoU%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/8sg8lfNL5eahqCdBvOwGPXeXiGwjxGx%2FfDbTpUy7qGY%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/8sg8lfNL5eahqCdBvOwGPXeXiGwjxGx%2FfDbTpUy7qGY%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/8sg8lfNL5eahqCdBvOwGPXeXiGwjxGx%2FfDbTpUy7qGY%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:42373/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:42373/api/blob/EArfY4qBP1HFoEdjBizqqABDObYPmGCn5HWa0eEEElo%3D ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?BFINE: FINER DoorLog - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@62878d7c - http://localhost:42373/UmAppDatabase/replication/sse?door-node=2246379866983780668%2F0197dd44-c9f4-4260-9db8-9215495f5b93] close ?BOJan 29, 2025 10:23:51 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B>FINE: FINER DoorLog - Closed HikariDataSource connection pool ?BOJan 29, 2025 10:23:52 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ?B>FINE: FINER DoorLog - Closed HikariDataSource connection pool DCOJan 29, 2025 10:23:52 AM com.ustadmobile.core.util.NapierAntilogJvm performLog DC\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete DCOJan 29, 2025 10:23:52 AM com.ustadmobile.core.util.NapierAntilogJvm performLog DC\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete DCOJan 29, 2025 10:23:52 AM 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) DCOJan 29, 2025 10:23:52 AM com.ustadmobile.core.util.NapierAntilogJvm performLog DCDFINE: FINER UstadCache - UstadCache(client): storerequest 3 entries DCOJan 29, 2025 10:23:52 AM 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/junit846556839007788547/junit8118398005922254155/tmpWork/1.tmp (integrity=sha256-hlfF4oGFRfane2XiRyLv02LtOJ4Va2UanpQV0im/K8I=) DCOJan 29, 2025 10:23:52 AM com.ustadmobile.core.util.NapierAntilogJvm performLog DCFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:8094/api/blob/DWDf0O8J19BHTcJOC4RUdOWkQIE8T91ahd5W5PySXy4%3D to /tmp/junit846556839007788547/junit8118398005922254155/tmpWork/2.tmp (integrity=sha256-DWDf0O8J19BHTcJOC4RUdOWkQIE8T91ahd5W5PySXy4=) DCOJan 29, 2025 10:23:52 AM com.ustadmobile.core.util.NapierAntilogJvm performLog DCFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:8094/api/blob/kogGiGy6nDHut87gor1HOPRG0qvTakw30a1QMo7hXHk%3D to /tmp/junit846556839007788547/junit8118398005922254155/tmpWork/3.tmp (integrity=sha256-kogGiGy6nDHut87gor1HOPRG0qvTakw30a1QMo7hXHk=) DCOJan 29, 2025 10:23:52 AM com.ustadmobile.core.util.NapierAntilogJvm performLog DCOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 3 entries DCOJan 29, 2025 10:23:52 AM com.ustadmobile.core.util.NapierAntilogJvm performLog DCBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files DCOJan 29, 2025 10:23:52 AM com.ustadmobile.core.util.NapierAntilogJvm performLog DCFFINE: FINER UstadCache - UstadCache(client): db transaction completed DCOJan 29, 2025 10:23:52 AM com.ustadmobile.core.util.NapierAntilogJvm performLog DCINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:8094/api/blob/hlfF4oGFRfane2XiRyLv02LtOJ4Va2UanpQV0im%2FK8I%3D DCOJan 29, 2025 10:23:52 AM com.ustadmobile.core.util.NapierAntilogJvm performLog DCINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:8094/api/blob/hlfF4oGFRfane2XiRyLv02LtOJ4Va2UanpQV0im%2FK8I%3D DCOJan 29, 2025 10:23:52 AM com.ustadmobile.core.util.NapierAntilogJvm performLog DCFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:8094/api/blob/hlfF4oGFRfane2XiRyLv02LtOJ4Va2UanpQV0im%2FK8I%3D DCOJan 29, 2025 10:23:52 AM com.ustadmobile.core.util.NapierAntilogJvm performLog DCINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:8094/api/blob/DWDf0O8J19BHTcJOC4RUdOWkQIE8T91ahd5W5PySXy4%3D DCOJan 29, 2025 10:23:52 AM com.ustadmobile.core.util.NapierAntilogJvm performLog DCINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:8094/api/blob/DWDf0O8J19BHTcJOC4RUdOWkQIE8T91ahd5W5PySXy4%3D DCOJan 29, 2025 10:23:52 AM com.ustadmobile.core.util.NapierAntilogJvm performLog DCFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:8094/api/blob/DWDf0O8J19BHTcJOC4RUdOWkQIE8T91ahd5W5PySXy4%3D DCOJan 29, 2025 10:23:52 AM com.ustadmobile.core.util.NapierAntilogJvm performLog DCINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:8094/api/blob/kogGiGy6nDHut87gor1HOPRG0qvTakw30a1QMo7hXHk%3D DCOJan 29, 2025 10:23:52 AM com.ustadmobile.core.util.NapierAntilogJvm performLog DCINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:8094/api/blob/kogGiGy6nDHut87gor1HOPRG0qvTakw30a1QMo7hXHk%3D DCOJan 29, 2025 10:23:52 AM com.ustadmobile.core.util.NapierAntilogJvm performLog DCFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:8094/api/blob/kogGiGy6nDHut87gor1HOPRG0qvTakw30a1QMo7hXHk%3D FEOJan 29, 2025 10:23:52 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FE\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete FEOJan 29, 2025 10:23:52 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FE\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete FEOJan 29, 2025 10:23:52 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FE\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete FEOJan 29, 2025 10:23:52 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FE\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete FEOJan 29, 2025 10:23:52 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FEFINE: FINER SaveLocalUrisAsBlobsUseCaseJvm$invoke$invokeSuspend - SaveLocalUrisAsBlobsUseCaseJvm Storing 1 local uris as blobs (http://localhost:44671/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D) FEOJan 29, 2025 10:23:52 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FEDFINE: FINER UstadCache - UstadCache(client): storerequest 1 entries FEOJan 29, 2025 10:23:52 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FEFINEST: FINEST UstadCache - UstadCache(client): copied request data for http://localhost:44671/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D to /tmp/junit17074988557001202258/httpfiles-client/tmpWork/1.tmp (integrity=sha256-SAwMEEihCX84BYpcX9K0y/GPuYxx298222HQu85QihE=) FEOJan 29, 2025 10:23:52 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FEOFINEST: FINEST UstadCache - UstadCache(client): cacheEntries created 1 entries FEOJan 29, 2025 10:23:52 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FEBFINE: FINER UstadCache - UstadCache(client): deleting 0 tmp files FEOJan 29, 2025 10:23:52 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FEFFINE: FINER UstadCache - UstadCache(client): db transaction completed FEOJan 29, 2025 10:23:52 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FEFINE: FINER DeleteUrisUseCaseCommonJvm$invoke - DeleteUrisUseCase: delete file:/tmp/junit17074988557001202258/tmproot-client/7ad15428-0f57-4168-971b-bcec5b1529f3 FEOJan 29, 2025 10:23:52 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FEINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:44671/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D FEOJan 29, 2025 10:23:52 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FEINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:44671/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D FEOJan 29, 2025 10:23:52 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FEFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:44671/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D FEOJan 29, 2025 10:23:52 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FEFINE: FINER BlobUploadServerUseCase$onStartUploadSession - BlobUploadServerUseCase#onStartUploadSession(upload 72cb9907-a309-485e-8276-e040e22f28ee): batch upload init: Client list 1 blobs. 1 uploads pending (0 partial) FEOJan 29, 2025 10:23:52 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FEFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(ead7e402-09ab-489b-8ffb-0b7314115d55): Uploading 152064 bytes in 1 chunks to http://localhost:44671/api/blob/upload-batch-data starting from byte=0 FEOJan 29, 2025 10:23:52 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FEINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:44671/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D FEOJan 29, 2025 10:23:52 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FEINFO: INFO UstadCache - UstadCache(client): Retrieve http://localhost:44671/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D FEOJan 29, 2025 10:23:52 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FEFINE: FINER UstadCache - UstadCache(client): FOUND http://localhost:44671/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D FEOJan 29, 2025 10:23:52 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FEINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ead7e402-09ab-489b-8ffb-0b7314115d55) receive request FEOJan 29, 2025 10:23:52 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FEINFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ead7e402-09ab-489b-8ffb-0b7314115d55) receive request FEOJan 29, 2025 10:23:52 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FEFINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(ead7e402-09ab-489b-8ffb-0b7314115d55) appended chunk (isFinal=true) to /tmp/junit17074988557001202258/httpfiles-server/ead7e402-09ab-489b-8ffb-0b7314115d55 FEOJan 29, 2025 10:23:52 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FEDFINE: FINER UstadCache - UstadCache(server): storerequest 1 entries FEOJan 29, 2025 10:23:52 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FEFINEST: FINEST UstadCache - UstadCache(server): copied request data for http://localhost:44671/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D to /tmp/junit17074988557001202258/httpfiles-server/tmpWork/1.tmp (integrity=sha256-SAwMEEihCX84BYpcX9K0y/GPuYxx298222HQu85QihE=) FEOJan 29, 2025 10:23:52 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FEOFINEST: FINEST UstadCache - UstadCache(server): cacheEntries created 1 entries FEOJan 29, 2025 10:23:52 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FEBFINE: FINER UstadCache - UstadCache(server): deleting 0 tmp files FEOJan 29, 2025 10:23:52 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FEFFINE: FINER UstadCache - UstadCache(server): db transaction completed FEOJan 29, 2025 10:23:52 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FEFINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(ead7e402-09ab-489b-8ffb-0b7314115d55): Upload complete of 152064 bytes in 1 chunks to http://localhost:44671/api/blob/upload-batch-data FEOJan 29, 2025 10:23:52 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FEINFO: INFO UstadCache - UstadCache(server): Retrieve http://localhost:44671/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D FEOJan 29, 2025 10:23:52 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FEINFO: INFO UstadCache - UstadCache(server): Retrieve http://localhost:44671/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D FEOJan 29, 2025 10:23:52 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FEFINE: FINER UstadCache - UstadCache(server): FOUND http://localhost:44671/api/blob/SAwMEEihCX84BYpcX9K0y%2FGPuYxx298222HQu85QihE%3D HGOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog HG\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete HGOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog HG\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete HGOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog HGFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[TransferJob, TransferJobItem] HGOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog HGZFINE: FINER BlobUploadClientUseCaseJvm$invoke - BlobUploadClientUseCaseJvm (#1): starting HGOJan 29, 2025 10:23:53 AM 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:181) HGn at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:130) HGY at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:101) HGX at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:61) 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:122) HG at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:69) 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 HGOJan 29, 2025 10:23:53 AM 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:181) HGn at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:130) HGY at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:101) HGX at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:61) 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:122) HG at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:69) 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 HGOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog HGFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[TransferJobError] HGOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog HG>FINE: FINER DoorLog - Closed HikariDataSource connection pool HIOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog HI\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete HIOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog HI\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete HIOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog HI>FINE: FINER DoorLog - Closed HikariDataSource connection pool HJOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog HJ\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete HJOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog HJ\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete HJOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog HJ>FINE: FINER DoorLog - Closed HikariDataSource connection pool LKOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog LKFINE: FINER BlobUploadServerUseCase$onStartUploadSession - BlobUploadServerUseCase#onStartUploadSession(upload eac6e877-62c6-46ed-96de-52f1756f3467): batch upload init: Client list 3 blobs. 2 uploads pending (0 partial) LKOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog LKFINE: FINER BlobUploadServerUseCase$onStartUploadSession - BlobUploadServerUseCase#onStartUploadSession(upload eac6e877-62c6-46ed-96de-52f1756f3467): batch upload init: Client list 3 blobs. 2 uploads pending (1 partial) LKOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog LKFINEST: FINEST BlobUploadServerUseCase$onStartUploadSession - BlobUploadServerUseCase#onStartUploadSession(upload eac6e877-62c6-46ed-96de-52f1756f3467): Partial uploads pending = https://endpoint.com/api/blob/DWDf0O8J19BHTcJOC4RUdOWkQIE8T91ahd5W5PySXy4= LMOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog LMFINE: FINER BlobUploadServerUseCase$onStartUploadSession - BlobUploadServerUseCase#onStartUploadSession(upload 0accc720-d023-4644-b93b-b86239b672f1): batch upload init: Client list 3 blobs. 3 uploads pending (0 partial) ONOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ON\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ONOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ON\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ONOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ONFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[] OPOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog OP\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OPOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog OP\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete TSOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog TS\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete TSOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog TS\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete TSOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog TSFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PersonGroup] TSOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog TSFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Person] TSOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog TSFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[PersonGroupMember] TSOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog TSFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[ScopedGrant] TSOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog TSFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[ClazzEnrolment] TSOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog TS>FINE: FINER DoorLog - Closed HikariDataSource connection pool TUOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog TU\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete TUOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog TU\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete TUOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog TUFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PersonGroup] TUOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog TUFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Person] TUOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog TUFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[PersonGroupMember] TUOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog TUFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[ScopedGrant] TUOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog TUFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[EnrolmentRequest] TUOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog TU>FINE: FINER DoorLog - Closed HikariDataSource connection pool TVOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog TV\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete TVOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog TV\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete TVOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog TVFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PersonGroup] TVOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog TVFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Person] TVOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog TVFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[PersonGroupMember] TVOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog TVFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[ScopedGrant] TVOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog TV>FINE: FINER DoorLog - Closed HikariDataSource connection pool TWOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog TW\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete TWOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog TW\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete TWOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog TWFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PersonGroup] TWOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog TWFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Person] TWOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog TWFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[PersonGroupMember] TWOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog TWFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[ScopedGrant] TWOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog TWFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[EnrolmentRequest] TWOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog TW>FINE: FINER DoorLog - Closed HikariDataSource connection pool YXOJan 29, 2025 10:23:53 AM com.ustadmobile.core.util.NapierAntilogJvm performLog YXFINEST: FINEST CompressAudioUseCaseSox$invoke$invokeSuspend - CompressAudioUseCase: Running sox: /usr/bin/sox /tmp/junit6681727865961571718/soundfile.mp3 -C 2 --type ogg /tmp/junit6681727865961571718/junit9161731818770649619/0f761045-d27f-40f1-a7f5-2d66e0ac880f a`OJan 29, 2025 10:23:54 AM com.ustadmobile.core.util.NapierAntilogJvm performLog a`FINE: FINER CompressPdfUseCaseJvm$invoke$invokeSuspend - CompressPdfUseCaseJvm: running /usr/bin/gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -dBATCH -sOutputFile=/tmp/junit10321464336536931658/junit5130577325001930852/bd05eb68-7dbb-4d32-81c0-391f1ff5b183 /tmp/junit10321464336536931658/junit1289851949057037844.tmp a`OJan 29, 2025 10:23:54 AM com.ustadmobile.core.util.NapierAntilogJvm performLog a`vFINEST: FINEST CompressPdfUseCaseJvm$invoke$2$outputReaderJob$invokeSuspend - CompressPdfUseCaseJvm: completed page 1 a`OJan 29, 2025 10:23:54 AM com.ustadmobile.core.util.NapierAntilogJvm performLog a`vFINEST: FINEST CompressPdfUseCaseJvm$invoke$2$outputReaderJob$invokeSuspend - CompressPdfUseCaseJvm: completed page 2 a`OJan 29, 2025 10:23:54 AM com.ustadmobile.core.util.NapierAntilogJvm performLog a`FINE: FINER CompressPdfUseCaseJvm$invoke$invokeSuspend - CompressPdfUseCaseJvm: compressed file:/tmp/junit10321464336536931658/junit1289851949057037844.tmp from 152064 bytes to 99455 bytes cbOJan 29, 2025 10:23:54 AM com.ustadmobile.core.util.NapierAntilogJvm performLog cbFINE: FINER CompressVideoUseCaseHandbrake$invoke$invokeSuspend - CompressVideoUseCase: running /usr/bin/HandBrakeCLI -i /home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/tmp-bigbuckbunny.mp4 -o /home/jenkins/.jenkins/workspace/dev-simplified-onboarding-distributedcache/core/0872d71f-6d7e-4750-8762-5bedbe6a9f5b.mp4 --format av_mp4 --encoder svt_av1 --aencoder opus --maxWidth 720 --maxHeight 405 --quality 55 --ab 96 --rate 30 --json gfOJan 29, 2025 10:23:57 AM com.ustadmobile.core.util.NapierAntilogJvm performLog gf\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete gfOJan 29, 2025 10:23:57 AM com.ustadmobile.core.util.NapierAntilogJvm performLog gf\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete gfOJan 29, 2025 10:23:57 AM com.ustadmobile.core.util.NapierAntilogJvm performLog gfFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[ContentEntry, ContentEntryParentChildJoin, DeletedItem] nmOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog nm\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete nmOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog nm\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete nmOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog nmFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, SystemPermission] nmOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog nmFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Clazz, CoursePermission] nmOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog nmFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[ClazzEnrolment] nmOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog nmFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[CourseBlock] nmOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog nmFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[ExternalAppPermission] noOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog no\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete noOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog no\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete noOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog noFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, SystemPermission] noOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog noFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Clazz, CoursePermission] noOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog noFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[ClazzEnrolment] noOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog noFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[ExternalAppPermission] npOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog np\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete npOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog np\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete npOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog npFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, SystemPermission] npOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog npFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Clazz, CoursePermission] npOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog npFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[ClazzEnrolment] npOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog npFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[CourseBlock] npOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog npFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[ExternalAppPermission] npOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog npFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #10 : SQLite Change Tracker: Changed tables=[CourseBlock] nqOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog nq\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete nqOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog nq\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete nqOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog nqFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, SystemPermission] nqOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog nqFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Clazz, CoursePermission] nqOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog nqFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[ClazzEnrolment] nqOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog nqFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[ExternalAppPermission] nqOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog nqFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #9 : SQLite Change Tracker: Changed tables=[CourseBlock] nrOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog nr\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete nrOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog nr\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete nrOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog nrFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, SystemPermission] nrOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog nrFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Clazz, CoursePermission] nrOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog nrFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[ClazzEnrolment] nrOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog nrFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[CourseBlock] nrOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog nrFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[ExternalAppPermission] nrOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog nrFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #7 : SQLite Change Tracker: Changed tables=[StudentResult] nsOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ns\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete nsOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ns\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete nsOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog nsFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, SystemPermission] nsOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog nsFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Clazz, CoursePermission] nsOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog nsFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[ClazzEnrolment] nsOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog nsFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[ExternalAppPermission] ntOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog nt\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ntOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog nt\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete ntOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ntFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Person, SystemPermission] ntOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ntFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Clazz, CoursePermission] ntOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ntFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[ClazzEnrolment] ntOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ntFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[CourseBlock] ntOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ntFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[ExternalAppPermission] ntOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ntFINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #11 : SQLite Change Tracker: Changed tables=[StudentResult] zyOJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog zyYFINE: FINER ProcessInviteUseCase$invoke - ProcessInviteUseCase: No valid invites to send |{OJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog |{\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete |{OJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog |{\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete |}OJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog |}\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete |}OJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog |}\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete |~OJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog |~\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete |~OJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog |~\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete |OJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog |\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete |OJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog |\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete |OJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog |\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete |OJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog |\INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:23:58 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(64389655-2933-4a5c-9957-f9b64e310d07): Uploading 133184 bytes in 7 chunks to http://localhost.localdomain:39723/ starting from byte=0 OJan 29, 2025 10:23:59 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(64389655-2933-4a5c-9957-f9b64e310d07): Upload complete of 133184 bytes in 7 chunks to http://localhost.localdomain:39723/ OJan 29, 2025 10:23:59 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(eb243446-21f9-4d08-b989-6620b6cc447d): Uploading 133184 bytes in 7 chunks to http://localhost.localdomain:54791/ starting from byte=10000 OJan 29, 2025 10:23:59 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER ChunkedUploadClientUseCaseKtorImpl$invoke - ChunkedUploadClientUseCase(eb243446-21f9-4d08-b989-6620b6cc447d): Upload complete of 133184 bytes in 7 chunks to http://localhost.localdomain:54791/ OJan 29, 2025 10:23:59 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c06059f5-21d1-47a6-8e15-e7664f078cff) receive request OJan 29, 2025 10:23:59 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c06059f5-21d1-47a6-8e15-e7664f078cff) receive request OJan 29, 2025 10:23:59 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c06059f5-21d1-47a6-8e15-e7664f078cff) appended chunk (isFinal=true) to /tmp/junit8923010761919324667/junit8883947946741238209/c06059f5-21d1-47a6-8e15-e7664f078cff OJan 29, 2025 10:23:59 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c06059f5-21d1-47a6-8e15-e7664f078cff) receive request OJan 29, 2025 10:23:59 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c06059f5-21d1-47a6-8e15-e7664f078cff) receive request OJan 29, 2025 10:23:59 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c06059f5-21d1-47a6-8e15-e7664f078cff) appended chunk (isFinal=true) to /tmp/junit8923010761919324667/junit8883947946741238209/c06059f5-21d1-47a6-8e15-e7664f078cff OJan 29, 2025 10:23:59 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c06059f5-21d1-47a6-8e15-e7664f078cff) receive request OJan 29, 2025 10:23:59 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c06059f5-21d1-47a6-8e15-e7664f078cff) receive request OJan 29, 2025 10:23:59 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c06059f5-21d1-47a6-8e15-e7664f078cff) appended chunk (isFinal=true) to /tmp/junit8923010761919324667/junit8883947946741238209/c06059f5-21d1-47a6-8e15-e7664f078cff OJan 29, 2025 10:23:59 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c06059f5-21d1-47a6-8e15-e7664f078cff) receive request OJan 29, 2025 10:23:59 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c06059f5-21d1-47a6-8e15-e7664f078cff) receive request OJan 29, 2025 10:23:59 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c06059f5-21d1-47a6-8e15-e7664f078cff) appended chunk (isFinal=true) to /tmp/junit8923010761919324667/junit8883947946741238209/c06059f5-21d1-47a6-8e15-e7664f078cff OJan 29, 2025 10:23:59 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c06059f5-21d1-47a6-8e15-e7664f078cff) receive request OJan 29, 2025 10:23:59 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c06059f5-21d1-47a6-8e15-e7664f078cff) receive request OJan 29, 2025 10:23:59 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c06059f5-21d1-47a6-8e15-e7664f078cff) appended chunk (isFinal=true) to /tmp/junit8923010761919324667/junit8883947946741238209/c06059f5-21d1-47a6-8e15-e7664f078cff OJan 29, 2025 10:23:59 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c06059f5-21d1-47a6-8e15-e7664f078cff) receive request OJan 29, 2025 10:23:59 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c06059f5-21d1-47a6-8e15-e7664f078cff) receive request OJan 29, 2025 10:23:59 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c06059f5-21d1-47a6-8e15-e7664f078cff) appended chunk (isFinal=true) to /tmp/junit8923010761919324667/junit8883947946741238209/c06059f5-21d1-47a6-8e15-e7664f078cff OJan 29, 2025 10:23:59 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c06059f5-21d1-47a6-8e15-e7664f078cff) receive request OJan 29, 2025 10:23:59 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c06059f5-21d1-47a6-8e15-e7664f078cff) receive request OJan 29, 2025 10:23:59 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINEST: FINEST ChunkedUploadServerUseCaseJvm$onChunkReceived - ChunkedUploadServerUseCaseJvm(c06059f5-21d1-47a6-8e15-e7664f078cff) appended chunk (isFinal=true) to /tmp/junit8923010761919324667/junit8883947946741238209/c06059f5-21d1-47a6-8e15-e7664f078cff OJan 29, 2025 10:23:59 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:23:59 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:23:59 AM 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] OJan 29, 2025 10:23:59 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:23:59 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:23:59 AM 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] OJan 29, 2025 10:23:59 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:23:59 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:23:59 AM 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] OJan 29, 2025 10:23:59 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:23:59 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:23:59 AM 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] OJan 29, 2025 10:23:59 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:23:59 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:23:59 AM 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] OJan 29, 2025 10:23:59 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:23:59 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:23:59 AM 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] OJan 29, 2025 10:23:59 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:23:59 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:23:59 AM 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] OJan 29, 2025 10:23:59 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:23:59 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:23:59 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Clazz, CoursePermission] OJan 29, 2025 10:23:59 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[CourseGroupSet] OJan 29, 2025 10:23:59 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[Person] OJan 29, 2025 10:23:59 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[ClazzEnrolment] OJan 29, 2025 10:23:59 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[Person, ClazzEnrolment, CourseGroupMember] OJan 29, 2025 10:23:59 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #7 : SQLite Change Tracker: Changed tables=[ClazzAssignment] OJan 29, 2025 10:23:59 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:23:59 AM com.ustadmobile.core.util.NapierAntilogJvm performLog wFINEST: FINEST NonInteractiveContentXapiStatementRecorder$onActiveChanged - ContentUsageStatementRecorder: active=true OJan 29, 2025 10:24:01 AM com.ustadmobile.core.util.NapierAntilogJvm performLog wFINEST: FINEST NonInteractiveContentXapiStatementRecorder$onActiveChanged - ContentUsageStatementRecorder: active=true OJan 29, 2025 10:24:03 AM com.ustadmobile.core.util.NapierAntilogJvm performLog xFINEST: FINEST NonInteractiveContentXapiStatementRecorder$onActiveChanged - ContentUsageStatementRecorder: active=false OJan 29, 2025 10:24:03 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:03 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:03 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[ActorEntity] OJan 29, 2025 10:24:03 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[StateEntity] OJan 29, 2025 10:24:03 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:03 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:03 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[ActorEntity] OJan 29, 2025 10:24:03 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[StateEntity] OJan 29, 2025 10:24:03 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[StateEntity] OJan 29, 2025 10:24:03 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[StateEntity, StateDeleteCommand] OJan 29, 2025 10:24:03 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:03 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:03 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[ActorEntity] OJan 29, 2025 10:24:03 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[StateEntity] OJan 29, 2025 10:24:03 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[StateEntity] OJan 29, 2025 10:24:03 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[StateEntity, StateDeleteCommand] OJan 29, 2025 10:24:03 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:03 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:03 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[ActorEntity] OJan 29, 2025 10:24:03 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[StateEntity] OJan 29, 2025 10:24:03 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[StateEntity] OJan 29, 2025 10:24:03 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:03 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:03 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[ActorEntity] OJan 29, 2025 10:24:03 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[StateEntity] OJan 29, 2025 10:24:03 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:03 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:03 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[ActorEntity] OJan 29, 2025 10:24:03 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:03 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:03 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[ActorEntity] OJan 29, 2025 10:24:03 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINEST: FINEST EmbeddedHttpServer$serveApiEndpoint - EmbeddedHttpServer: content: endpoint=http://endpoint.com/ versionUid=1234 path=path/file.txt OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_43161_.sqlite] database build complete OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_43161_.sqlite] database build complete OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:43161/UmAppDatabase/ - endpoint=http://localhost.localdomain:43161/UmAppDatabase/] init OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=5761379766616097427 remoteEndpoint=http://localhost.localdomain:43161/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)  OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=5761379766616097427 remoteEndpoint=http://localhost.localdomain:43161/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)  OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@4679c1d5 - http://localhost.localdomain:43161/UmAppDatabase/replication/sse?door-node=5761379766616097427%2F1263936e-f1c5-4812-b919-b6f66e5b0fff] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@4679c1d5 - http://localhost.localdomain:43161/UmAppDatabase/replication/sse?door-node=5761379766616097427%2F1263936e-f1c5-4812-b919-b6f66e5b0fff] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_43161_.sqlite] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:43161/UmAppDatabase/ - endpoint=http://localhost.localdomain:43161/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:43161/UmAppDatabase/ - endpoint=http://localhost.localdomain:43161/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:43161/UmAppDatabase/ - endpoint=http://localhost.localdomain:43161/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:43161/UmAppDatabase/ - endpoint=http://localhost.localdomain:43161/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog yINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/app_ustadmobile_com_.sqlite] database build complete OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog yINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/app_ustadmobile_com_.sqlite] database build complete OJan 29, 2025 10:24:04 AM 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] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_33615_.sqlite] database build complete OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_33615_.sqlite] database build complete OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:33615/UmAppDatabase/ - endpoint=http://localhost.localdomain:33615/UmAppDatabase/] init OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=912409316756273523 remoteEndpoint=http://localhost.localdomain:33615/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)  OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=912409316756273523 remoteEndpoint=http://localhost.localdomain:33615/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)  OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@4115ac2f - http://localhost.localdomain:33615/UmAppDatabase/replication/sse?door-node=912409316756273523%2F0750ed1f-ca8a-4c61-b3e6-2f067abc4148] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@4115ac2f - http://localhost.localdomain:33615/UmAppDatabase/replication/sse?door-node=912409316756273523%2F0750ed1f-ca8a-4c61-b3e6-2f067abc4148] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_33615_.sqlite] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:33615/UmAppDatabase/ - endpoint=http://localhost.localdomain:33615/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:33615/UmAppDatabase/ - endpoint=http://localhost.localdomain:33615/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:33615/UmAppDatabase/ - endpoint=http://localhost.localdomain:33615/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:33615/UmAppDatabase/ - endpoint=http://localhost.localdomain:33615/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_33615_.sqlite] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[PersonGroup, OutgoingReplication] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_33615_.sqlite] emitting 2 events com.ustadmobile.door.nodeevent.NodeEvent@6cf052b8, com.ustadmobile.door.nodeevent.NodeEvent@627d6961 OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_33615_.sqlite] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[Person, OutgoingReplication] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_33615_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@2a6cf309 OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_33615_.sqlite] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[PersonGroupMember, OutgoingReplication] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_33615_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@54446d67 OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_33615_.sqlite] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[ScopedGrant, OutgoingReplication] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_33615_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@66b891b3 OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_33615_.sqlite] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[PersonGroup, OutgoingReplication] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_33615_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@1ee47388 OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_33615_.sqlite] - useNewConnectionAsyncInternal connection #7 : SQLite Change Tracker: Changed tables=[Person, OutgoingReplication] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_33615_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@54359df5 OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_33615_.sqlite] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[PersonGroupMember, OutgoingReplication] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_33615_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@3a162ce4 OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_33615_.sqlite] - useNewConnectionAsyncInternal connection #9 : SQLite Change Tracker: Changed tables=[ScopedGrant, OutgoingReplication] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_33615_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@27091ee4 OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_33615_.sqlite] - useNewConnectionAsyncInternal connection #10 : SQLite Change Tracker: Changed tables=[UserSession, OutgoingReplication] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_33615_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@7893bb5b OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_33615_.sqlite] - useNewConnectionAsyncInternal connection #11 : SQLite Change Tracker: Changed tables=[UserSession, OutgoingReplication] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_33615_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@71ed69ba OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_45845_.sqlite] database build complete OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_45845_.sqlite] database build complete OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:45845/UmAppDatabase/ - endpoint=http://localhost.localdomain:45845/UmAppDatabase/] init OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4397321042844047884 remoteEndpoint=http://localhost.localdomain:45845/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)  OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4397321042844047884 remoteEndpoint=http://localhost.localdomain:45845/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)  OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@6b2b107c - http://localhost.localdomain:45845/UmAppDatabase/replication/sse?door-node=4397321042844047884%2Fad99da90-44ac-4701-8f0d-ff15e47980d2] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@6b2b107c - http://localhost.localdomain:45845/UmAppDatabase/replication/sse?door-node=4397321042844047884%2Fad99da90-44ac-4701-8f0d-ff15e47980d2] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_45845_.sqlite] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:45845/UmAppDatabase/ - endpoint=http://localhost.localdomain:45845/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:45845/UmAppDatabase/ - endpoint=http://localhost.localdomain:45845/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:45845/UmAppDatabase/ - endpoint=http://localhost.localdomain:45845/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:45845/UmAppDatabase/ - endpoint=http://localhost.localdomain:45845/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog yINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/app_ustadmobile_com_.sqlite] database build complete OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog yINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/app_ustadmobile_com_.sqlite] database build complete OJan 29, 2025 10:24:04 AM 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] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_52231_.sqlite] database build complete OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_52231_.sqlite] database build complete OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:52231/UmAppDatabase/ - endpoint=http://localhost.localdomain:52231/UmAppDatabase/] init OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2540285197710386617 remoteEndpoint=http://localhost.localdomain:52231/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)  OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2540285197710386617 remoteEndpoint=http://localhost.localdomain:52231/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)  OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@546ba5d6 - http://localhost.localdomain:52231/UmAppDatabase/replication/sse?door-node=2540285197710386617%2F89baed36-3660-4065-865d-b67a5cd0264b] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@546ba5d6 - http://localhost.localdomain:52231/UmAppDatabase/replication/sse?door-node=2540285197710386617%2F89baed36-3660-4065-865d-b67a5cd0264b] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_52231_.sqlite] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:52231/UmAppDatabase/ - endpoint=http://localhost.localdomain:52231/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:52231/UmAppDatabase/ - endpoint=http://localhost.localdomain:52231/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:52231/UmAppDatabase/ - endpoint=http://localhost.localdomain:52231/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:52231/UmAppDatabase/ - endpoint=http://localhost.localdomain:52231/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog yINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/app_ustadmobile_com_.sqlite] database build complete OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog yINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/app_ustadmobile_com_.sqlite] database build complete OJan 29, 2025 10:24:04 AM 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] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_49357_.sqlite] database build complete OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_49357_.sqlite] database build complete OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:49357/UmAppDatabase/ - endpoint=http://localhost.localdomain:49357/UmAppDatabase/] init OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4575698471624209445 remoteEndpoint=http://localhost.localdomain:49357/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)  OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4575698471624209445 remoteEndpoint=http://localhost.localdomain:49357/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)  OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@20084ca7 - http://localhost.localdomain:49357/UmAppDatabase/replication/sse?door-node=4575698471624209445%2F7ce69089-8612-49e8-8098-de195a59f487] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@20084ca7 - http://localhost.localdomain:49357/UmAppDatabase/replication/sse?door-node=4575698471624209445%2F7ce69089-8612-49e8-8098-de195a59f487] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_49357_.sqlite] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:49357/UmAppDatabase/ - endpoint=http://localhost.localdomain:49357/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:49357/UmAppDatabase/ - endpoint=http://localhost.localdomain:49357/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:49357/UmAppDatabase/ - endpoint=http://localhost.localdomain:49357/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:49357/UmAppDatabase/ - endpoint=http://localhost.localdomain:49357/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog yINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/app_ustadmobile_com_.sqlite] database build complete OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog yINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/app_ustadmobile_com_.sqlite] database build complete OJan 29, 2025 10:24:04 AM 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] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog rINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/inaccessible_.sqlite] database build complete OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog rINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/inaccessible_.sqlite] database build complete OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://inaccessible/UmAppDatabase/ - endpoint=http://inaccessible/UmAppDatabase/] init OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4575698471624209445 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)  OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4575698471624209445 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)  OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@2e60a4fe - http://inaccessible/UmAppDatabase/replication/sse?door-node=4575698471624209445%2F7ce69089-8612-49e8-8098-de195a59f487] error: java.net.UnknownHostException: inaccessible: Temporary failure in name resolution . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@2e60a4fe - http://inaccessible/UmAppDatabase/replication/sse?door-node=4575698471624209445%2F7ce69089-8612-49e8-8098-de195a59f487] error: java.net.UnknownHostException: inaccessible: Temporary failure in name resolution . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:04 AM 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] OJan 29, 2025 10:24:04 AM 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)  OJan 29, 2025 10:24:04 AM 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)  OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_47717_.sqlite] database build complete OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_47717_.sqlite] database build complete OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:47717/UmAppDatabase/ - endpoint=http://localhost.localdomain:47717/UmAppDatabase/] init OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=8964499124520862312 remoteEndpoint=http://localhost.localdomain:47717/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)  OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=8964499124520862312 remoteEndpoint=http://localhost.localdomain:47717/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)  OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@40af9114 - http://localhost.localdomain:47717/UmAppDatabase/replication/sse?door-node=8964499124520862312%2F102a74e6-7611-4914-ad13-0295d7999514] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@40af9114 - http://localhost.localdomain:47717/UmAppDatabase/replication/sse?door-node=8964499124520862312%2F102a74e6-7611-4914-ad13-0295d7999514] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_47717_.sqlite] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:47717/UmAppDatabase/ - endpoint=http://localhost.localdomain:47717/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:47717/UmAppDatabase/ - endpoint=http://localhost.localdomain:47717/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:47717/UmAppDatabase/ - endpoint=http://localhost.localdomain:47717/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:47717/UmAppDatabase/ - endpoint=http://localhost.localdomain:47717/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_47717_.sqlite] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[PersonGroup, OutgoingReplication] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_47717_.sqlite] emitting 2 events com.ustadmobile.door.nodeevent.NodeEvent@81f9308, com.ustadmobile.door.nodeevent.NodeEvent@20443281 OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_47717_.sqlite] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[Person, OutgoingReplication] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_47717_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@69cb1c97 OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_47717_.sqlite] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[PersonGroupMember, OutgoingReplication] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_47717_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@62750b3e OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_47717_.sqlite] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[ScopedGrant, OutgoingReplication] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_47717_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@18535fcc OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_47717_.sqlite] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[PersonGroup, OutgoingReplication] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_47717_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@6855704f OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_47717_.sqlite] - useNewConnectionAsyncInternal connection #7 : SQLite Change Tracker: Changed tables=[Person, OutgoingReplication] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_47717_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@7a9e6803 OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_47717_.sqlite] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[PersonGroupMember, OutgoingReplication] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_47717_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@6dd0d08c OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_47717_.sqlite] - useNewConnectionAsyncInternal connection #9 : SQLite Change Tracker: Changed tables=[ScopedGrant, OutgoingReplication] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_47717_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@5a343686 OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_47717_.sqlite] - useNewConnectionAsyncInternal connection #10 : SQLite Change Tracker: Changed tables=[UserSession, OutgoingReplication] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_47717_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@2e6d5d7d OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - $[onClientRepoDoorMessageHttpResponse - jdbc:sqlite:build/tmp/localhost_localdomain_47717_.sqlite] - http://localhost.localdomain:47717/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=42 - unexpected response status = 404 Client Error OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - $[onClientRepoDoorMessageHttpResponse - jdbc:sqlite:build/tmp/localhost_localdomain_47717_.sqlite] - http://localhost.localdomain:47717/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=42 - unexpected response status = 404 Client Error OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_47717_.sqlite] - useNewConnectionAsyncInternal connection #13 : SQLite Change Tracker: Changed tables=[UserSession, OutgoingReplication] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_47717_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@784fc186 OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_42841_.sqlite] database build complete OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_42841_.sqlite] database build complete OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:42841/UmAppDatabase/ - endpoint=http://localhost.localdomain:42841/UmAppDatabase/] init OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=5921511068926466422 remoteEndpoint=http://localhost.localdomain:42841/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)  OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=5921511068926466422 remoteEndpoint=http://localhost.localdomain:42841/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)  OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@241c975 - http://localhost.localdomain:42841/UmAppDatabase/replication/sse?door-node=5921511068926466422%2Fe2f09ebe-2ba2-4293-a9a4-a2523f68ae51] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@241c975 - http://localhost.localdomain:42841/UmAppDatabase/replication/sse?door-node=5921511068926466422%2Fe2f09ebe-2ba2-4293-a9a4-a2523f68ae51] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_42841_.sqlite] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:42841/UmAppDatabase/ - endpoint=http://localhost.localdomain:42841/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:42841/UmAppDatabase/ - endpoint=http://localhost.localdomain:42841/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:42841/UmAppDatabase/ - endpoint=http://localhost.localdomain:42841/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:42841/UmAppDatabase/ - endpoint=http://localhost.localdomain:42841/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog yINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/app_ustadmobile_com_.sqlite] database build complete OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog yINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/app_ustadmobile_com_.sqlite] database build complete OJan 29, 2025 10:24:04 AM 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] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_42841_.sqlite] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[PersonGroup] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_42841_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@612fa355 OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_42841_.sqlite] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[Person] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_42841_.sqlite] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[PersonGroupMember] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_42841_.sqlite] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[ScopedGrant] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_42841_.sqlite] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[UserSession, OutgoingReplication] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_42841_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@4e264da OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_42841_.sqlite] - useNewConnectionAsyncInternal connection #7 : SQLite Change Tracker: Changed tables=[PersonGroup, OutgoingReplication] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_42841_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@68226590 OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_42841_.sqlite] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[Person, OutgoingReplication] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_42841_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@494df0c2 OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_42841_.sqlite] - useNewConnectionAsyncInternal connection #9 : SQLite Change Tracker: Changed tables=[PersonGroupMember, OutgoingReplication] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_42841_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@4196142a OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_42841_.sqlite] - useNewConnectionAsyncInternal connection #10 : SQLite Change Tracker: Changed tables=[ScopedGrant, OutgoingReplication] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_42841_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@3dd8e721 OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_42841_.sqlite] - useNewConnectionAsyncInternal connection #12 : SQLite Change Tracker: Changed tables=[UserSession, OutgoingReplication] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_42841_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@463440d1 OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_36197_.sqlite] database build complete OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_36197_.sqlite] database build complete OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:36197/UmAppDatabase/ - endpoint=http://localhost.localdomain:36197/UmAppDatabase/] init OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4225333677250696369 remoteEndpoint=http://localhost.localdomain:36197/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)  OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4225333677250696369 remoteEndpoint=http://localhost.localdomain:36197/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)  OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@1795b579 - http://localhost.localdomain:36197/UmAppDatabase/replication/sse?door-node=4225333677250696369%2Fcbb131e2-8371-4c59-b2b8-e2f4eb3e1e2a] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@1795b579 - http://localhost.localdomain:36197/UmAppDatabase/replication/sse?door-node=4225333677250696369%2Fcbb131e2-8371-4c59-b2b8-e2f4eb3e1e2a] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_36197_.sqlite] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:36197/UmAppDatabase/ - endpoint=http://localhost.localdomain:36197/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:36197/UmAppDatabase/ - endpoint=http://localhost.localdomain:36197/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:36197/UmAppDatabase/ - endpoint=http://localhost.localdomain:36197/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:36197/UmAppDatabase/ - endpoint=http://localhost.localdomain:36197/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog yINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/app_ustadmobile_com_.sqlite] database build complete OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog yINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/app_ustadmobile_com_.sqlite] database build complete OJan 29, 2025 10:24:04 AM 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] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_36197_.sqlite] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[PersonGroup, OutgoingReplication] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_36197_.sqlite] emitting 2 events com.ustadmobile.door.nodeevent.NodeEvent@4c8818ff, com.ustadmobile.door.nodeevent.NodeEvent@4367195a OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_36197_.sqlite] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[Person, OutgoingReplication] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_36197_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@2ca7075e OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_36197_.sqlite] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[PersonGroupMember, OutgoingReplication] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_36197_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@3677ac91 OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_36197_.sqlite] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[ScopedGrant, OutgoingReplication] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_36197_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@5578fb94 OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - $[onClientRepoDoorMessageHttpResponse - jdbc:sqlite:build/tmp/localhost_localdomain_36197_.sqlite] - http://localhost.localdomain:36197/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=42 - unexpected response status = 404 Client Error OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - $[onClientRepoDoorMessageHttpResponse - jdbc:sqlite:build/tmp/localhost_localdomain_36197_.sqlite] - http://localhost.localdomain:36197/UmAppDatabase/PersonDao/findByUidWithPicture?accountPersonUid=42 - unexpected response status = 404 Client Error OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_36197_.sqlite] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[UserSession, OutgoingReplication] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_36197_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@6e0b769 OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_56735_.sqlite] database build complete OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/localhost_localdomain_56735_.sqlite] database build complete OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:56735/UmAppDatabase/ - endpoint=http://localhost.localdomain:56735/UmAppDatabase/] init OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=5451665118724705492 remoteEndpoint=http://localhost.localdomain:56735/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)  OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=5451665118724705492 remoteEndpoint=http://localhost.localdomain:56735/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)  OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@7f0a532 - http://localhost.localdomain:56735/UmAppDatabase/replication/sse?door-node=5451665118724705492%2F4bd972b5-1312-457d-a63e-4c3fe679c135] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@7f0a532 - http://localhost.localdomain:56735/UmAppDatabase/replication/sse?door-node=5451665118724705492%2F4bd972b5-1312-457d-a63e-4c3fe679c135] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_56735_.sqlite] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:56735/UmAppDatabase/ - endpoint=http://localhost.localdomain:56735/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:56735/UmAppDatabase/ - endpoint=http://localhost.localdomain:56735/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:56735/UmAppDatabase/ - endpoint=http://localhost.localdomain:56735/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:56735/UmAppDatabase/ - endpoint=http://localhost.localdomain:56735/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog yINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/app_ustadmobile_com_.sqlite] database build complete OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog yINFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite:build/tmp/app_ustadmobile_com_.sqlite] database build complete OJan 29, 2025 10:24:04 AM 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] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_56735_.sqlite] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[UserSession, OutgoingReplication] OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_56735_.sqlite] emitting 2 events com.ustadmobile.door.nodeevent.NodeEvent@4234c699, com.ustadmobile.door.nodeevent.NodeEvent@1d3af7db OJan 29, 2025 10:24:04 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_56735_.sqlite] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[Person] OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_43161_.sqlite] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_43161_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@6dc7b575 OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:43161/UmAppDatabase/ - endpoint=http://localhost.localdomain:43161/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:43161/UmAppDatabase/ - endpoint=http://localhost.localdomain:43161/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:43161/UmAppDatabase/ - endpoint=http://localhost.localdomain:43161/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:43161/UmAppDatabase/ - endpoint=http://localhost.localdomain:43161/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_33615_.sqlite] - useNewConnectionAsyncInternal connection #13 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:33615/UmAppDatabase/ - endpoint=http://localhost.localdomain:33615/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:33615/UmAppDatabase/ - endpoint=http://localhost.localdomain:33615/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:33615/UmAppDatabase/ - endpoint=http://localhost.localdomain:33615/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:33615/UmAppDatabase/ - endpoint=http://localhost.localdomain:33615/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes OJan 29, 2025 10:24:05 AM 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)  OJan 29, 2025 10:24:05 AM 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)  OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes OJan 29, 2025 10:24:05 AM 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)  OJan 29, 2025 10:24:05 AM 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)  OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_45845_.sqlite] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_45845_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@21a26a9f OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:45845/UmAppDatabase/ - endpoint=http://localhost.localdomain:45845/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:45845/UmAppDatabase/ - endpoint=http://localhost.localdomain:45845/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:45845/UmAppDatabase/ - endpoint=http://localhost.localdomain:45845/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:45845/UmAppDatabase/ - endpoint=http://localhost.localdomain:45845/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes OJan 29, 2025 10:24:05 AM 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)  OJan 29, 2025 10:24:05 AM 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)  OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[LeavingReason] OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Site] OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_52231_.sqlite] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_52231_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@3a44c4ce OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:52231/UmAppDatabase/ - endpoint=http://localhost.localdomain:52231/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:52231/UmAppDatabase/ - endpoint=http://localhost.localdomain:52231/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:52231/UmAppDatabase/ - endpoint=http://localhost.localdomain:52231/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:52231/UmAppDatabase/ - endpoint=http://localhost.localdomain:52231/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 exception ,java.sql.SQLException: Connection is closed _ at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection$1.invoke(ProxyConnection.java:467) D at jdk.proxy4/jdk.proxy4.$Proxy74.prepareStatement(Unknown Source) V at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:308) ^ at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) p at com.ustadmobile.door.room.InvalidationTracker.findChangedTablesOnConnectionAsync(InvalidationTracker.kt:95)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:140)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) R at kotlinx.coroutines.UndispatchedCoroutine.afterResume(CoroutineContext.kt:266) M at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:99) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 exception ,java.sql.SQLException: Connection is closed _ at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection$1.invoke(ProxyConnection.java:467) D at jdk.proxy4/jdk.proxy4.$Proxy74.prepareStatement(Unknown Source) V at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:308) ^ at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) p at com.ustadmobile.door.room.InvalidationTracker.findChangedTablesOnConnectionAsync(InvalidationTracker.kt:95)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:140)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) R at kotlinx.coroutines.UndispatchedCoroutine.afterResume(CoroutineContext.kt:266) M at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:99) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ,java.sql.SQLException: Connection is closed _ at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection$1.invoke(ProxyConnection.java:467) D at jdk.proxy4/jdk.proxy4.$Proxy74.prepareStatement(Unknown Source) V at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:308) ^ at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) p at com.ustadmobile.door.room.InvalidationTracker.findChangedTablesOnConnectionAsync(InvalidationTracker.kt:95)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:140)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) R at kotlinx.coroutines.UndispatchedCoroutine.afterResume(CoroutineContext.kt:266) M at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:99) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running INSERT INTO UserSession (usUid, usPcsn, usLcsn, usLcb, usLct, usPersonUid, usClientNodeId, usStartTime, usEndTime, usStatus, usReason, usAuth, usSessionType) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ,java.sql.SQLException: Connection is closed _ at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection$1.invoke(ProxyConnection.java:467) D at jdk.proxy4/jdk.proxy4.$Proxy74.prepareStatement(Unknown Source) V at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:308) ^ at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) p at com.ustadmobile.door.room.InvalidationTracker.findChangedTablesOnConnectionAsync(InvalidationTracker.kt:95)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:140)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon.access$useNewConnectionAsyncInternal(RoomDatabaseJdbcImplHelperCommon.kt:21)  at com.ustadmobile.door.room.RoomDatabaseJdbcImplHelperCommon$useNewConnectionAsyncInternal$1.invokeSuspend(RoomDatabaseJdbcImplHelperCommon.kt) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) R at kotlinx.coroutines.UndispatchedCoroutine.afterResume(CoroutineContext.kt:266) M at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:99) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog cSEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running ) SELECT Person.*, PersonPicture.*  FROM Person ' LEFT JOIN PersonPicture I ON PersonPicture.personPictureUid = Person.personUid / WHERE Person.personUid = ?  jjava.lang.IllegalStateException: com.ustadmobile.door.room.RoomDatabaseJdbcImplHelper@6c0db07a 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) y at com.ustadmobile.core.db.dao.PersonDao_JdbcImpl$findByUidWithPictureAsFlow$1.invokeSuspend(PersonDao_JdbcImpl.kt:836) T at com.ustadmobile.door.flow.DoorFlowKt$doorFlow$1$1.invokeSuspend(DoorFlow.kt:40) uCaused by: java.lang.IllegalStateException: com.ustadmobile.door.room.RoomDatabaseJdbcImplHelper@6c0db07a 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)  OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog cSEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running ) SELECT Person.*, PersonPicture.*  FROM Person ' LEFT JOIN PersonPicture I ON PersonPicture.personPictureUid = Person.personUid / WHERE Person.personUid = ?  jjava.lang.IllegalStateException: com.ustadmobile.door.room.RoomDatabaseJdbcImplHelper@6c0db07a 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) y at com.ustadmobile.core.db.dao.PersonDao_JdbcImpl$findByUidWithPictureAsFlow$1.invokeSuspend(PersonDao_JdbcImpl.kt:836) T at com.ustadmobile.door.flow.DoorFlowKt$doorFlow$1$1.invokeSuspend(DoorFlow.kt:40) uCaused by: java.lang.IllegalStateException: com.ustadmobile.door.room.RoomDatabaseJdbcImplHelper@6c0db07a 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)  OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_49357_.sqlite] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - jdbc:sqlite:build/tmp/localhost_localdomain_49357_.sqlite] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@bcf7fa1 OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:49357/UmAppDatabase/ - endpoint=http://localhost.localdomain:49357/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:49357/UmAppDatabase/ - endpoint=http://localhost.localdomain:49357/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:49357/UmAppDatabase/ - endpoint=http://localhost.localdomain:49357/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:49357/UmAppDatabase/ - endpoint=http://localhost.localdomain:49357/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[Site] OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes OJan 29, 2025 10:24:05 AM 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)  OJan 29, 2025 10:24:05 AM 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)  OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:05 AM 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] OJan 29, 2025 10:24:05 AM 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)  OJan 29, 2025 10:24:05 AM 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)  OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_47717_.sqlite] - useNewConnectionAsyncInternal connection #15 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:47717/UmAppDatabase/ - endpoint=http://localhost.localdomain:47717/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:47717/UmAppDatabase/ - endpoint=http://localhost.localdomain:47717/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:47717/UmAppDatabase/ - endpoint=http://localhost.localdomain:47717/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:47717/UmAppDatabase/ - endpoint=http://localhost.localdomain:47717/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:05 AM 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] OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Clazz] OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[CoursePermission] OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:05 AM 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] OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Clazz] OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_42841_.sqlite] - useNewConnectionAsyncInternal connection #13 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:42841/UmAppDatabase/ - endpoint=http://localhost.localdomain:42841/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:42841/UmAppDatabase/ - endpoint=http://localhost.localdomain:42841/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:42841/UmAppDatabase/ - endpoint=http://localhost.localdomain:42841/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:42841/UmAppDatabase/ - endpoint=http://localhost.localdomain:42841/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[CoursePermission] OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:05 AM 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] OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[CoursePermission] OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_36197_.sqlite] - useNewConnectionAsyncInternal connection #10 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:36197/UmAppDatabase/ - endpoint=http://localhost.localdomain:36197/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:36197/UmAppDatabase/ - endpoint=http://localhost.localdomain:36197/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:36197/UmAppDatabase/ - endpoint=http://localhost.localdomain:36197/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:36197/UmAppDatabase/ - endpoint=http://localhost.localdomain:36197/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:05 AM 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] OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[CoursePermission] OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:05 AM 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] OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[SystemPermission] OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_56735_.sqlite] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:56735/UmAppDatabase/ - endpoint=http://localhost.localdomain:56735/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:56735/UmAppDatabase/ - endpoint=http://localhost.localdomain:56735/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:56735/UmAppDatabase/ - endpoint=http://localhost.localdomain:56735/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:56735/UmAppDatabase/ - endpoint=http://localhost.localdomain:56735/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog ZFINE: FINER ClazzEditViewModel$onClickSave$invokeSuspend - onClickSave: start transaction OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog _FINE: FINER ClazzEditViewModel$onClickSave$invokeSuspend - onClickSave: transaction block done OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[Clazz, CoursePermission] OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog YFINE: FINER ClazzEditViewModel$onClickSave$invokeSuspend - onClickSave: transaction done OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog MFINE: FINER ClazzEditViewModel$onClickSave$invokeSuspend - onClickSave: done OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:05 AM 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] OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[ScopedGrant] OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:05 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog PINFO: INFO DoorLog - [DatabaseBuilder.build - serverdb] database build complete OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog PINFO: INFO DoorLog - [DatabaseBuilder.build - serverdb] database build complete OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=5761379766616097427 remoteEndpoint=http://localhost.localdomain:43161/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)  OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=5761379766616097427 remoteEndpoint=http://localhost.localdomain:43161/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)  OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@4679c1d5 - http://localhost.localdomain:43161/UmAppDatabase/replication/sse?door-node=5761379766616097427%2F1263936e-f1c5-4812-b919-b6f66e5b0fff] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@4679c1d5 - http://localhost.localdomain:43161/UmAppDatabase/replication/sse?door-node=5761379766616097427%2F1263936e-f1c5-4812-b919-b6f66e5b0fff] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - serverdb] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PersonGroup] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - serverdb] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Person] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_43161_.sqlite] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:43161/UmAppDatabase/ - endpoint=http://localhost.localdomain:43161/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:43161/UmAppDatabase/ - endpoint=http://localhost.localdomain:43161/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:43161/UmAppDatabase/ - endpoint=http://localhost.localdomain:43161/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:43161/UmAppDatabase/ - endpoint=http://localhost.localdomain:43161/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - serverdb] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[PersonGroupMember] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - serverdb] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[ScopedGrant] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - serverdb] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[PersonAuth2] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog OINFO: INFO DoorLog - [DatabaseBuilder.build - client0] database build complete OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog OINFO: INFO DoorLog - [DatabaseBuilder.build - client0] database build complete OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost:35175/UmAppDatabase/ - endpoint=http://localhost:35175/UmAppDatabase/] init OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog OINFO: INFO DoorLog - [DatabaseBuilder.build - client1] database build complete OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog OINFO: INFO DoorLog - [DatabaseBuilder.build - client1] database build complete OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost:35175/UmAppDatabase/ - endpoint=http://localhost:35175/UmAppDatabase/] init OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog OINFO: INFO DoorLog - [DatabaseBuilder.build - client2] database build complete OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog OINFO: INFO DoorLog - [DatabaseBuilder.build - client2] database build complete OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorRepositoryReplicationClient - http://localhost:35175/UmAppDatabase/ - endpoint=http://localhost:35175/UmAppDatabase/] init OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=912409316756273523 remoteEndpoint=http://localhost.localdomain:33615/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)  OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=912409316756273523 remoteEndpoint=http://localhost.localdomain:33615/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)  OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@4115ac2f - http://localhost.localdomain:33615/UmAppDatabase/replication/sse?door-node=912409316756273523%2F0750ed1f-ca8a-4c61-b3e6-2f067abc4148] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@4115ac2f - http://localhost.localdomain:33615/UmAppDatabase/replication/sse?door-node=912409316756273523%2F0750ed1f-ca8a-4c61-b3e6-2f067abc4148] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - serverdb] - useNewConnectionAsyncInternal connection #10 : SQLite Change Tracker: Changed tables=[Clazz, ClazzAssignment, CourseBlock, CoursePermission] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - serverdb] - useNewConnectionAsyncInternal connection #11 : SQLite Change Tracker: Changed tables=[Person, SystemPermission] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_33615_.sqlite] - useNewConnectionAsyncInternal connection #14 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:33615/UmAppDatabase/ - endpoint=http://localhost.localdomain:33615/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:33615/UmAppDatabase/ - endpoint=http://localhost.localdomain:33615/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:33615/UmAppDatabase/ - endpoint=http://localhost.localdomain:33615/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:33615/UmAppDatabase/ - endpoint=http://localhost.localdomain:33615/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client2] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client2] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - serverdb] - useNewConnectionAsyncInternal connection #13 : SQLite Change Tracker: Changed tables=[PersonAuth2] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client2] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[Person, ReplicationOperation] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client0] receiveMessage with 1 replications: inserts done/transaction finished OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[Site, ReplicationOperation] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client0] receiveMessage with 1 replications: inserts done/transaction finished OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #10 : SQLite Change Tracker: Changed tables=[UserSession, OutgoingReplication] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - client0] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@63c22a52 OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #11 : SQLite Change Tracker: Changed tables=[] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - serverdb] - useNewConnectionAsyncInternal connection #19 : SQLite Change Tracker: Changed tables=[Person, SystemPermission] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - serverdb] - useNewConnectionAsyncInternal connection #21 : SQLite Change Tracker: Changed tables=[UserSession, ReplicationOperation] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog zFINE: FINER DoorLog - [NodeEventManager - serverdb] receiveMessage with 1 replications: inserts done/transaction finished OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4397321042844047884 remoteEndpoint=http://localhost.localdomain:45845/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)  OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4397321042844047884 remoteEndpoint=http://localhost.localdomain:45845/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)  OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@6b2b107c - http://localhost.localdomain:45845/UmAppDatabase/replication/sse?door-node=4397321042844047884%2Fad99da90-44ac-4701-8f0d-ff15e47980d2] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@6b2b107c - http://localhost.localdomain:45845/UmAppDatabase/replication/sse?door-node=4397321042844047884%2Fad99da90-44ac-4701-8f0d-ff15e47980d2] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #12 : SQLite Change Tracker: Changed tables=[OutgoingReplication] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - serverdb] - useNewConnectionAsyncInternal connection #22 : SQLite Change Tracker: Changed tables=[PersonAuth2] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_45845_.sqlite] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:45845/UmAppDatabase/ - endpoint=http://localhost.localdomain:45845/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:45845/UmAppDatabase/ - endpoint=http://localhost.localdomain:45845/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:45845/UmAppDatabase/ - endpoint=http://localhost.localdomain:45845/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:45845/UmAppDatabase/ - endpoint=http://localhost.localdomain:45845/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[Person, ReplicationOperation] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client1] receiveMessage with 1 replications: inserts done/transaction finished OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[Site, ReplicationOperation] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client1] receiveMessage with 1 replications: inserts done/transaction finished OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #10 : SQLite Change Tracker: Changed tables=[UserSession, OutgoingReplication] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - client1] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@5fc974de OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #11 : SQLite Change Tracker: Changed tables=[] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - serverdb] - useNewConnectionAsyncInternal connection #29 : SQLite Change Tracker: Changed tables=[ClazzEnrolment] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - serverdb] - useNewConnectionAsyncInternal connection #31 : SQLite Change Tracker: Changed tables=[ClazzEnrolment] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - serverdb] - useNewConnectionAsyncInternal connection #32 : SQLite Change Tracker: Changed tables=[UserSession, ReplicationOperation] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog zFINE: FINER DoorLog - [NodeEventManager - serverdb] receiveMessage with 1 replications: inserts done/transaction finished OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #12 : SQLite Change Tracker: Changed tables=[OutgoingReplication] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2540285197710386617 remoteEndpoint=http://localhost.localdomain:52231/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)  OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2540285197710386617 remoteEndpoint=http://localhost.localdomain:52231/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)  OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@546ba5d6 - http://localhost.localdomain:52231/UmAppDatabase/replication/sse?door-node=2540285197710386617%2F89baed36-3660-4065-865d-b67a5cd0264b] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@546ba5d6 - http://localhost.localdomain:52231/UmAppDatabase/replication/sse?door-node=2540285197710386617%2F89baed36-3660-4065-865d-b67a5cd0264b] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #19 : SQLite Change Tracker: Changed tables=[] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client0] receiveMessage with 0 replications: inserts done/transaction finished OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #20 : SQLite Change Tracker: Changed tables=[Clazz, ReplicationOperation] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client0] receiveMessage with 1 replications: inserts done/transaction finished OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #21 : SQLite Change Tracker: Changed tables=[] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client0] receiveMessage with 0 replications: inserts done/transaction finished OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_52231_.sqlite] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:52231/UmAppDatabase/ - endpoint=http://localhost.localdomain:52231/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:52231/UmAppDatabase/ - endpoint=http://localhost.localdomain:52231/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:52231/UmAppDatabase/ - endpoint=http://localhost.localdomain:52231/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:52231/UmAppDatabase/ - endpoint=http://localhost.localdomain:52231/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #22 : SQLite Change Tracker: Changed tables=[] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client0] receiveMessage with 0 replications: inserts done/transaction finished OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #23 : SQLite Change Tracker: Changed tables=[ClazzEnrolment, ClazzAssignment, CourseBlock, CoursePermission, SystemPermission, ReplicationOperation] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client0] receiveMessage with 6 replications: inserts done/transaction finished OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4575698471624209445 remoteEndpoint=http://localhost.localdomain:49357/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)  OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4575698471624209445 remoteEndpoint=http://localhost.localdomain:49357/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)  OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #29 : SQLite Change Tracker: Changed tables=[ReplicationOperation] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@20084ca7 - http://localhost.localdomain:49357/UmAppDatabase/replication/sse?door-node=4575698471624209445%2F7ce69089-8612-49e8-8098-de195a59f487] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@20084ca7 - http://localhost.localdomain:49357/UmAppDatabase/replication/sse?door-node=4575698471624209445%2F7ce69089-8612-49e8-8098-de195a59f487] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client0] receiveMessage with 2 replications: inserts done/transaction finished OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER SubmitAssignmentUseCase$invoke - SubmitAssignmentUseCase: save to repo for submitterUid=688523828478504961 assignmentUid=688523828478504960 OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #32 : SQLite Change Tracker: Changed tables=[CourseAssignmentSubmission, OutgoingReplication] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - client0] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@5728d17e OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #33 : SQLite Change Tracker: Changed tables=[] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_49357_.sqlite] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:49357/UmAppDatabase/ - endpoint=http://localhost.localdomain:49357/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:49357/UmAppDatabase/ - endpoint=http://localhost.localdomain:49357/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:49357/UmAppDatabase/ - endpoint=http://localhost.localdomain:49357/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:49357/UmAppDatabase/ - endpoint=http://localhost.localdomain:49357/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - serverdb] - useNewConnectionAsyncInternal connection #44 : SQLite Change Tracker: Changed tables=[CourseAssignmentSubmission, ReplicationOperation] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog zFINE: FINER DoorLog - [NodeEventManager - serverdb] receiveMessage with 1 replications: inserts done/transaction finished OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER ClazzAssignmentIntegrationTest$givenCourseAndAssignmentCreated_whenStudentSubmits_thenTeacherCanMarkAndStudentCanSeeMarkGiven$invokeSuspend - ===TEST teacher can mark student=== OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #37 : SQLite Change Tracker: Changed tables=[OutgoingReplication] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #14 : SQLite Change Tracker: Changed tables=[ClazzEnrolment, ClazzAssignment, CoursePermission, SystemPermission, ReplicationOperation] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client1] receiveMessage with 5 replications: inserts done/transaction finished OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4575698471624209445 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)  OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4575698471624209445 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)  OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@2e60a4fe - http://inaccessible/UmAppDatabase/replication/sse?door-node=4575698471624209445%2F7ce69089-8612-49e8-8098-de195a59f487] error: java.net.UnknownHostException: inaccessible . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@2e60a4fe - http://inaccessible/UmAppDatabase/replication/sse?door-node=4575698471624209445%2F7ce69089-8612-49e8-8098-de195a59f487] error: java.net.UnknownHostException: inaccessible . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #21 : SQLite Change Tracker: Changed tables=[Person, ReplicationOperation] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client1] receiveMessage with 1 replications: inserts done/transaction finished OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #22 : SQLite Change Tracker: Changed tables=[] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client1] receiveMessage with 0 replications: inserts done/transaction finished OJan 29, 2025 10:24:06 AM 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] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #23 : SQLite Change Tracker: Changed tables=[] OJan 29, 2025 10:24:06 AM 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)  OJan 29, 2025 10:24:06 AM 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)  OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client1] receiveMessage with 0 replications: inserts done/transaction finished OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #24 : SQLite Change Tracker: Changed tables=[CourseBlock, ReplicationOperation] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client1] receiveMessage with 2 replications: inserts done/transaction finished OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=8964499124520862312 remoteEndpoint=http://localhost.localdomain:47717/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)  OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=8964499124520862312 remoteEndpoint=http://localhost.localdomain:47717/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)  OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@40af9114 - http://localhost.localdomain:47717/UmAppDatabase/replication/sse?door-node=8964499124520862312%2F102a74e6-7611-4914-ad13-0295d7999514] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@40af9114 - http://localhost.localdomain:47717/UmAppDatabase/replication/sse?door-node=8964499124520862312%2F102a74e6-7611-4914-ad13-0295d7999514] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #25 : SQLite Change Tracker: Changed tables=[CourseAssignmentSubmission, ReplicationOperation] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client1] receiveMessage with 1 replications: inserts done/transaction finished OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER ClazzAssignmentIntegrationTest$givenCourseAndAssignmentCreated_whenStudentSubmits_thenTeacherCanMarkAndStudentCanSeeMarkGiven$invokeSuspend - ===SUBMIT MARK=== OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_47717_.sqlite] - useNewConnectionAsyncInternal connection #16 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:47717/UmAppDatabase/ - endpoint=http://localhost.localdomain:47717/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:47717/UmAppDatabase/ - endpoint=http://localhost.localdomain:47717/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:47717/UmAppDatabase/ - endpoint=http://localhost.localdomain:47717/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:47717/UmAppDatabase/ - endpoint=http://localhost.localdomain:47717/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #30 : SQLite Change Tracker: Changed tables=[ClazzEnrolment, ReplicationOperation] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client1] receiveMessage with 5 replications: inserts done/transaction finished OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #33 : SQLite Change Tracker: Changed tables=[ReplicationOperation] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client1] receiveMessage with 1 replications: inserts done/transaction finished OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #35 : SQLite Change Tracker: Changed tables=[CourseAssignmentMark, OutgoingReplication] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [NodeEventJdbcImplListenerSqlite - client1] emitting 1 events com.ustadmobile.door.nodeevent.NodeEvent@6a149910 OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #36 : SQLite Change Tracker: Changed tables=[] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER ClazzAssignmentIntegrationTest$givenCourseAndAssignmentCreated_whenStudentSubmits_thenTeacherCanMarkAndStudentCanSeeMarkGiven$invokeSuspend - ===DONE/CANCEL=== OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - serverdb] - useNewConnectionAsyncInternal connection #63 : SQLite Change Tracker: Changed tables=[CourseAssignmentMark, ReplicationOperation] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog zFINE: FINER DoorLog - [NodeEventManager - serverdb] receiveMessage with 1 replications: inserts done/transaction finished OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client1] - useNewConnectionAsyncInternal connection #38 : SQLite Change Tracker: Changed tables=[OutgoingReplication] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #44 : SQLite Change Tracker: Changed tables=[ReplicationOperation] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client0] receiveMessage with 1 replications: inserts done/transaction finished OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #45 : SQLite Change Tracker: Changed tables=[ReplicationOperation] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client0] receiveMessage with 1 replications: inserts done/transaction finished OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #46 : SQLite Change Tracker: Changed tables=[] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client0] receiveMessage with 0 replications: inserts done/transaction finished OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #47 : SQLite Change Tracker: Changed tables=[CourseAssignmentMark, ReplicationOperation] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client0] receiveMessage with 1 replications: inserts done/transaction finished OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - client0] - useNewConnectionAsyncInternal connection #48 : SQLite Change Tracker: Changed tables=[ReplicationOperation] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog yFINE: FINER DoorLog - [NodeEventManager - client0] receiveMessage with 6 replications: inserts done/transaction finished OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@2a45c6f0 - http://localhost:35175/UmAppDatabase/replication/sse?door-node=0%2Fauth0] close OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@2a45c6f0 - http://localhost:35175/UmAppDatabase/replication/sse?door-node=0%2Fauth0] close OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@d6d88b1 - http://localhost:35175/UmAppDatabase/replication/sse?door-node=1%2Fauth1] close OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@d6d88b1 - http://localhost:35175/UmAppDatabase/replication/sse?door-node=1%2Fauth1] close OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=5921511068926466422 remoteEndpoint=http://localhost.localdomain:42841/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)  OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=5921511068926466422 remoteEndpoint=http://localhost.localdomain:42841/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)  OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@241c975 - http://localhost.localdomain:42841/UmAppDatabase/replication/sse?door-node=5921511068926466422%2Fe2f09ebe-2ba2-4293-a9a4-a2523f68ae51] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@241c975 - http://localhost.localdomain:42841/UmAppDatabase/replication/sse?door-node=5921511068926466422%2Fe2f09ebe-2ba2-4293-a9a4-a2523f68ae51] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_42841_.sqlite] - useNewConnectionAsyncInternal connection #14 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:42841/UmAppDatabase/ - endpoint=http://localhost.localdomain:42841/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:42841/UmAppDatabase/ - endpoint=http://localhost.localdomain:42841/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:42841/UmAppDatabase/ - endpoint=http://localhost.localdomain:42841/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:42841/UmAppDatabase/ - endpoint=http://localhost.localdomain:42841/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4225333677250696369 remoteEndpoint=http://localhost.localdomain:36197/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)  OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4225333677250696369 remoteEndpoint=http://localhost.localdomain:36197/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)  OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@1795b579 - http://localhost.localdomain:36197/UmAppDatabase/replication/sse?door-node=4225333677250696369%2Fcbb131e2-8371-4c59-b2b8-e2f4eb3e1e2a] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@1795b579 - http://localhost.localdomain:36197/UmAppDatabase/replication/sse?door-node=4225333677250696369%2Fcbb131e2-8371-4c59-b2b8-e2f4eb3e1e2a] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_36197_.sqlite] - useNewConnectionAsyncInternal connection #11 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:36197/UmAppDatabase/ - endpoint=http://localhost.localdomain:36197/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:36197/UmAppDatabase/ - endpoint=http://localhost.localdomain:36197/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:36197/UmAppDatabase/ - endpoint=http://localhost.localdomain:36197/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:36197/UmAppDatabase/ - endpoint=http://localhost.localdomain:36197/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=5451665118724705492 remoteEndpoint=http://localhost.localdomain:56735/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)  OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=5451665118724705492 remoteEndpoint=http://localhost.localdomain:56735/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)  OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@7f0a532 - http://localhost.localdomain:56735/UmAppDatabase/replication/sse?door-node=5451665118724705492%2F4bd972b5-1312-457d-a63e-4c3fe679c135] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@7f0a532 - http://localhost.localdomain:56735/UmAppDatabase/replication/sse?door-node=5451665118724705492%2F4bd972b5-1312-457d-a63e-4c3fe679c135] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_56735_.sqlite] - useNewConnectionAsyncInternal connection #7 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:56735/UmAppDatabase/ - endpoint=http://localhost.localdomain:56735/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:56735/UmAppDatabase/ - endpoint=http://localhost.localdomain:56735/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:06 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:56735/UmAppDatabase/ - endpoint=http://localhost.localdomain:56735/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:56735/UmAppDatabase/ - endpoint=http://localhost.localdomain:56735/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog }WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2 remoteEndpoint=http://localhost:35175/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)  OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog }WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2 remoteEndpoint=http://localhost:35175/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)  OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@64d363cc - http://localhost:35175/UmAppDatabase/replication/sse?door-node=2%2Fauth2] error: java.io.EOFException . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@64d363cc - http://localhost:35175/UmAppDatabase/replication/sse?door-node=2%2Fauth2] error: java.io.EOFException . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_43161_.sqlite] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:43161/UmAppDatabase/ - endpoint=http://localhost.localdomain:43161/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:43161/UmAppDatabase/ - endpoint=http://localhost.localdomain:43161/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:43161/UmAppDatabase/ - endpoint=http://localhost.localdomain:43161/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:43161/UmAppDatabase/ - endpoint=http://localhost.localdomain:43161/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_33615_.sqlite] - useNewConnectionAsyncInternal connection #15 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:33615/UmAppDatabase/ - endpoint=http://localhost.localdomain:33615/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:33615/UmAppDatabase/ - endpoint=http://localhost.localdomain:33615/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:33615/UmAppDatabase/ - endpoint=http://localhost.localdomain:33615/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:33615/UmAppDatabase/ - endpoint=http://localhost.localdomain:33615/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_45845_.sqlite] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:45845/UmAppDatabase/ - endpoint=http://localhost.localdomain:45845/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:45845/UmAppDatabase/ - endpoint=http://localhost.localdomain:45845/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:45845/UmAppDatabase/ - endpoint=http://localhost.localdomain:45845/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:45845/UmAppDatabase/ - endpoint=http://localhost.localdomain:45845/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_52231_.sqlite] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:52231/UmAppDatabase/ - endpoint=http://localhost.localdomain:52231/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:52231/UmAppDatabase/ - endpoint=http://localhost.localdomain:52231/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:52231/UmAppDatabase/ - endpoint=http://localhost.localdomain:52231/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:52231/UmAppDatabase/ - endpoint=http://localhost.localdomain:52231/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_49357_.sqlite] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:49357/UmAppDatabase/ - endpoint=http://localhost.localdomain:49357/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:49357/UmAppDatabase/ - endpoint=http://localhost.localdomain:49357/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:49357/UmAppDatabase/ - endpoint=http://localhost.localdomain:49357/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:49357/UmAppDatabase/ - endpoint=http://localhost.localdomain:49357/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:07 AM 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] OJan 29, 2025 10:24:07 AM 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)  OJan 29, 2025 10:24:07 AM 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)  OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_47717_.sqlite] - useNewConnectionAsyncInternal connection #17 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:47717/UmAppDatabase/ - endpoint=http://localhost.localdomain:47717/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:47717/UmAppDatabase/ - endpoint=http://localhost.localdomain:47717/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:47717/UmAppDatabase/ - endpoint=http://localhost.localdomain:47717/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:47717/UmAppDatabase/ - endpoint=http://localhost.localdomain:47717/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_42841_.sqlite] - useNewConnectionAsyncInternal connection #15 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:42841/UmAppDatabase/ - endpoint=http://localhost.localdomain:42841/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:42841/UmAppDatabase/ - endpoint=http://localhost.localdomain:42841/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:42841/UmAppDatabase/ - endpoint=http://localhost.localdomain:42841/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:42841/UmAppDatabase/ - endpoint=http://localhost.localdomain:42841/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:07 AM 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] OJan 29, 2025 10:24:07 AM 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] OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:07 AM 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] OJan 29, 2025 10:24:07 AM 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] OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[Comments] OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_36197_.sqlite] - useNewConnectionAsyncInternal connection #12 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:36197/UmAppDatabase/ - endpoint=http://localhost.localdomain:36197/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:36197/UmAppDatabase/ - endpoint=http://localhost.localdomain:36197/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:36197/UmAppDatabase/ - endpoint=http://localhost.localdomain:36197/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:36197/UmAppDatabase/ - endpoint=http://localhost.localdomain:36197/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #11 : SQLite Change Tracker: Changed tables=[Comments] OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLimitOffsetPagingSource$InvalidationTracker$onInvalidated - DoorLimitOffsetPagingSource: invalidated tables=Comments OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLimitOffsetPagingSource$InvalidationTracker$onInvalidated - DoorLimitOffsetPagingSource: invalidated tables=Comments OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:07 AM 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] OJan 29, 2025 10:24:07 AM 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] OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:07 AM 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] OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_56735_.sqlite] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:07 AM 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] OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:56735/UmAppDatabase/ - endpoint=http://localhost.localdomain:56735/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:56735/UmAppDatabase/ - endpoint=http://localhost.localdomain:56735/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:56735/UmAppDatabase/ - endpoint=http://localhost.localdomain:56735/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:56735/UmAppDatabase/ - endpoint=http://localhost.localdomain:56735/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:07 AM 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] OJan 29, 2025 10:24:07 AM 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] OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:07 AM 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] OJan 29, 2025 10:24:07 AM 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] OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[CourseAssignmentSubmission] OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:07 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:08 AM 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] OJan 29, 2025 10:24:08 AM 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] OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[Comments] OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=5761379766616097427 remoteEndpoint=http://localhost.localdomain:43161/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)  OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=5761379766616097427 remoteEndpoint=http://localhost.localdomain:43161/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)  OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@4679c1d5 - http://localhost.localdomain:43161/UmAppDatabase/replication/sse?door-node=5761379766616097427%2F1263936e-f1c5-4812-b919-b6f66e5b0fff] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@4679c1d5 - http://localhost.localdomain:43161/UmAppDatabase/replication/sse?door-node=5761379766616097427%2F1263936e-f1c5-4812-b919-b6f66e5b0fff] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #11 : SQLite Change Tracker: Changed tables=[Comments] OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLimitOffsetPagingSource$InvalidationTracker$onInvalidated - DoorLimitOffsetPagingSource: invalidated tables=Comments OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLimitOffsetPagingSource$InvalidationTracker$onInvalidated - DoorLimitOffsetPagingSource: invalidated tables=Comments OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_43161_.sqlite] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:43161/UmAppDatabase/ - endpoint=http://localhost.localdomain:43161/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:43161/UmAppDatabase/ - endpoint=http://localhost.localdomain:43161/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:43161/UmAppDatabase/ - endpoint=http://localhost.localdomain:43161/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:43161/UmAppDatabase/ - endpoint=http://localhost.localdomain:43161/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:08 AM 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] OJan 29, 2025 10:24:08 AM 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] OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=912409316756273523 remoteEndpoint=http://localhost.localdomain:33615/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)  OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=912409316756273523 remoteEndpoint=http://localhost.localdomain:33615/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)  OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@4115ac2f - http://localhost.localdomain:33615/UmAppDatabase/replication/sse?door-node=912409316756273523%2F0750ed1f-ca8a-4c61-b3e6-2f067abc4148] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@4115ac2f - http://localhost.localdomain:33615/UmAppDatabase/replication/sse?door-node=912409316756273523%2F0750ed1f-ca8a-4c61-b3e6-2f067abc4148] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_33615_.sqlite] - useNewConnectionAsyncInternal connection #16 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:33615/UmAppDatabase/ - endpoint=http://localhost.localdomain:33615/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:33615/UmAppDatabase/ - endpoint=http://localhost.localdomain:33615/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:33615/UmAppDatabase/ - endpoint=http://localhost.localdomain:33615/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:33615/UmAppDatabase/ - endpoint=http://localhost.localdomain:33615/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:08 AM 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] OJan 29, 2025 10:24:08 AM 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] OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4397321042844047884 remoteEndpoint=http://localhost.localdomain:45845/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)  OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4397321042844047884 remoteEndpoint=http://localhost.localdomain:45845/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)  OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@6b2b107c - http://localhost.localdomain:45845/UmAppDatabase/replication/sse?door-node=4397321042844047884%2Fad99da90-44ac-4701-8f0d-ff15e47980d2] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@6b2b107c - http://localhost.localdomain:45845/UmAppDatabase/replication/sse?door-node=4397321042844047884%2Fad99da90-44ac-4701-8f0d-ff15e47980d2] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:08 AM 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] OJan 29, 2025 10:24:08 AM 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] OJan 29, 2025 10:24:08 AM 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)  OJan 29, 2025 10:24:08 AM 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)  OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_45845_.sqlite] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:45845/UmAppDatabase/ - endpoint=http://localhost.localdomain:45845/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:45845/UmAppDatabase/ - endpoint=http://localhost.localdomain:45845/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:45845/UmAppDatabase/ - endpoint=http://localhost.localdomain:45845/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:45845/UmAppDatabase/ - endpoint=http://localhost.localdomain:45845/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2540285197710386617 remoteEndpoint=http://localhost.localdomain:52231/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)  OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2540285197710386617 remoteEndpoint=http://localhost.localdomain:52231/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)  OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@546ba5d6 - http://localhost.localdomain:52231/UmAppDatabase/replication/sse?door-node=2540285197710386617%2F89baed36-3660-4065-865d-b67a5cd0264b] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@546ba5d6 - http://localhost.localdomain:52231/UmAppDatabase/replication/sse?door-node=2540285197710386617%2F89baed36-3660-4065-865d-b67a5cd0264b] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:08 AM 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] OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_52231_.sqlite] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:52231/UmAppDatabase/ - endpoint=http://localhost.localdomain:52231/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:52231/UmAppDatabase/ - endpoint=http://localhost.localdomain:52231/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:52231/UmAppDatabase/ - endpoint=http://localhost.localdomain:52231/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:52231/UmAppDatabase/ - endpoint=http://localhost.localdomain:52231/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:08 AM 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] OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4575698471624209445 remoteEndpoint=http://localhost.localdomain:49357/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)  OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4575698471624209445 remoteEndpoint=http://localhost.localdomain:49357/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)  OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@20084ca7 - http://localhost.localdomain:49357/UmAppDatabase/replication/sse?door-node=4575698471624209445%2F7ce69089-8612-49e8-8098-de195a59f487] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@20084ca7 - http://localhost.localdomain:49357/UmAppDatabase/replication/sse?door-node=4575698471624209445%2F7ce69089-8612-49e8-8098-de195a59f487] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_49357_.sqlite] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:49357/UmAppDatabase/ - endpoint=http://localhost.localdomain:49357/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:49357/UmAppDatabase/ - endpoint=http://localhost.localdomain:49357/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:49357/UmAppDatabase/ - endpoint=http://localhost.localdomain:49357/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:49357/UmAppDatabase/ - endpoint=http://localhost.localdomain:49357/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4575698471624209445 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)  OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4575698471624209445 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)  OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@2e60a4fe - http://inaccessible/UmAppDatabase/replication/sse?door-node=4575698471624209445%2F7ce69089-8612-49e8-8098-de195a59f487] error: java.net.UnknownHostException: inaccessible . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@2e60a4fe - http://inaccessible/UmAppDatabase/replication/sse?door-node=4575698471624209445%2F7ce69089-8612-49e8-8098-de195a59f487] error: java.net.UnknownHostException: inaccessible . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:08 AM 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] OJan 29, 2025 10:24:08 AM 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] OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=8964499124520862312 remoteEndpoint=http://localhost.localdomain:47717/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)  OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=8964499124520862312 remoteEndpoint=http://localhost.localdomain:47717/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)  OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@40af9114 - http://localhost.localdomain:47717/UmAppDatabase/replication/sse?door-node=8964499124520862312%2F102a74e6-7611-4914-ad13-0295d7999514] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@40af9114 - http://localhost.localdomain:47717/UmAppDatabase/replication/sse?door-node=8964499124520862312%2F102a74e6-7611-4914-ad13-0295d7999514] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:08 AM 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] OJan 29, 2025 10:24:08 AM 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)  OJan 29, 2025 10:24:08 AM 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)  OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_47717_.sqlite] - useNewConnectionAsyncInternal connection #18 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:47717/UmAppDatabase/ - endpoint=http://localhost.localdomain:47717/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:47717/UmAppDatabase/ - endpoint=http://localhost.localdomain:47717/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:47717/UmAppDatabase/ - endpoint=http://localhost.localdomain:47717/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:47717/UmAppDatabase/ - endpoint=http://localhost.localdomain:47717/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:08 AM 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] OJan 29, 2025 10:24:08 AM 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] OJan 29, 2025 10:24:08 AM 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  jjava.lang.IllegalStateException: com.ustadmobile.door.room.RoomDatabaseJdbcImplHelper@25760c73 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) uCaused by: java.lang.IllegalStateException: com.ustadmobile.door.room.RoomDatabaseJdbcImplHelper@25760c73 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)  OJan 29, 2025 10:24:08 AM 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  jjava.lang.IllegalStateException: com.ustadmobile.door.room.RoomDatabaseJdbcImplHelper@25760c73 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) uCaused by: java.lang.IllegalStateException: com.ustadmobile.door.room.RoomDatabaseJdbcImplHelper@25760c73 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)  OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=5921511068926466422 remoteEndpoint=http://localhost.localdomain:42841/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)  OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=5921511068926466422 remoteEndpoint=http://localhost.localdomain:42841/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)  OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@241c975 - http://localhost.localdomain:42841/UmAppDatabase/replication/sse?door-node=5921511068926466422%2Fe2f09ebe-2ba2-4293-a9a4-a2523f68ae51] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@241c975 - http://localhost.localdomain:42841/UmAppDatabase/replication/sse?door-node=5921511068926466422%2Fe2f09ebe-2ba2-4293-a9a4-a2523f68ae51] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_42841_.sqlite] - useNewConnectionAsyncInternal connection #16 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:42841/UmAppDatabase/ - endpoint=http://localhost.localdomain:42841/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:42841/UmAppDatabase/ - endpoint=http://localhost.localdomain:42841/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:42841/UmAppDatabase/ - endpoint=http://localhost.localdomain:42841/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:42841/UmAppDatabase/ - endpoint=http://localhost.localdomain:42841/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes OJan 29, 2025 10:24:08 AM 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)  OJan 29, 2025 10:24:08 AM 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)  OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes OJan 29, 2025 10:24:08 AM 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)  OJan 29, 2025 10:24:08 AM 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)  OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes OJan 29, 2025 10:24:08 AM 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)  OJan 29, 2025 10:24:08 AM 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)  OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4225333677250696369 remoteEndpoint=http://localhost.localdomain:36197/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)  OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4225333677250696369 remoteEndpoint=http://localhost.localdomain:36197/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)  OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@1795b579 - http://localhost.localdomain:36197/UmAppDatabase/replication/sse?door-node=4225333677250696369%2Fcbb131e2-8371-4c59-b2b8-e2f4eb3e1e2a] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@1795b579 - http://localhost.localdomain:36197/UmAppDatabase/replication/sse?door-node=4225333677250696369%2Fcbb131e2-8371-4c59-b2b8-e2f4eb3e1e2a] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_36197_.sqlite] - useNewConnectionAsyncInternal connection #13 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:36197/UmAppDatabase/ - endpoint=http://localhost.localdomain:36197/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:36197/UmAppDatabase/ - endpoint=http://localhost.localdomain:36197/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:36197/UmAppDatabase/ - endpoint=http://localhost.localdomain:36197/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:36197/UmAppDatabase/ - endpoint=http://localhost.localdomain:36197/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes OJan 29, 2025 10:24:08 AM 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)  OJan 29, 2025 10:24:08 AM 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)  OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=5451665118724705492 remoteEndpoint=http://localhost.localdomain:56735/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)  OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=5451665118724705492 remoteEndpoint=http://localhost.localdomain:56735/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)  OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@7f0a532 - http://localhost.localdomain:56735/UmAppDatabase/replication/sse?door-node=5451665118724705492%2F4bd972b5-1312-457d-a63e-4c3fe679c135] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@7f0a532 - http://localhost.localdomain:56735/UmAppDatabase/replication/sse?door-node=5451665118724705492%2F4bd972b5-1312-457d-a63e-4c3fe679c135] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:08 AM 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] OJan 29, 2025 10:24:08 AM 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] OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog YFINE: FINER PeerReviewerAllocationEditViewModel$invokeSuspend - Number of submitters: 12 OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_56735_.sqlite] - useNewConnectionAsyncInternal connection #9 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:56735/UmAppDatabase/ - endpoint=http://localhost.localdomain:56735/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:56735/UmAppDatabase/ - endpoint=http://localhost.localdomain:56735/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:56735/UmAppDatabase/ - endpoint=http://localhost.localdomain:56735/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:56735/UmAppDatabase/ - endpoint=http://localhost.localdomain:56735/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:08 AM 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] OJan 29, 2025 10:24:08 AM 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] OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog YFINE: FINER PeerReviewerAllocationEditViewModel$invokeSuspend - Number of submitters: 10 OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog YFINE: FINER PeerReviewerAllocationEditViewModel$invokeSuspend - Number of submitters: 10 OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:08 AM 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] OJan 29, 2025 10:24:08 AM 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] OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[ClazzAssignment] OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[ClazzEnrolment, CourseAssignmentSubmission, CourseAssignmentMark] OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:08 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog }WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2 remoteEndpoint=http://localhost:35175/UmAppDatabase/] : onError Jjava.net.ConnectException: Failed to connect to localhost/127.0.0.1:35175 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  OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog }WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2 remoteEndpoint=http://localhost:35175/UmAppDatabase/] : onError Jjava.net.ConnectException: Failed to connect to localhost/127.0.0.1:35175 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  OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@64d363cc - http://localhost:35175/UmAppDatabase/replication/sse?door-node=2%2Fauth2] error: java.net.ConnectException: Failed to connect to localhost/127.0.0.1:35175 . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@64d363cc - http://localhost:35175/UmAppDatabase/replication/sse?door-node=2%2Fauth2] error: java.net.ConnectException: Failed to connect to localhost/127.0.0.1:35175 . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:09 AM 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] OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Clazz, ClazzEnrolment, CoursePermission] OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[CoursePermission] OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_43161_.sqlite] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:43161/UmAppDatabase/ - endpoint=http://localhost.localdomain:43161/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:43161/UmAppDatabase/ - endpoint=http://localhost.localdomain:43161/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:43161/UmAppDatabase/ - endpoint=http://localhost.localdomain:43161/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:43161/UmAppDatabase/ - endpoint=http://localhost.localdomain:43161/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:09 AM 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] OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Clazz, ClazzEnrolment, CoursePermission] OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:09 AM 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] OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_33615_.sqlite] - useNewConnectionAsyncInternal connection #17 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:33615/UmAppDatabase/ - endpoint=http://localhost.localdomain:33615/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:33615/UmAppDatabase/ - endpoint=http://localhost.localdomain:33615/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:33615/UmAppDatabase/ - endpoint=http://localhost.localdomain:33615/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:33615/UmAppDatabase/ - endpoint=http://localhost.localdomain:33615/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:09 AM 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] OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[ClazzEnrolment] OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:09 AM 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] OJan 29, 2025 10:24:09 AM 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] OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[ClazzEnrolment] OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #10 : SQLite Change Tracker: Changed tables=[ClazzEnrolment] OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_45845_.sqlite] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:45845/UmAppDatabase/ - endpoint=http://localhost.localdomain:45845/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:45845/UmAppDatabase/ - endpoint=http://localhost.localdomain:45845/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:45845/UmAppDatabase/ - endpoint=http://localhost.localdomain:45845/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:45845/UmAppDatabase/ - endpoint=http://localhost.localdomain:45845/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:09 AM 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] OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Clazz, CoursePermission] OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_52231_.sqlite] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:52231/UmAppDatabase/ - endpoint=http://localhost.localdomain:52231/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:52231/UmAppDatabase/ - endpoint=http://localhost.localdomain:52231/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:52231/UmAppDatabase/ - endpoint=http://localhost.localdomain:52231/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:52231/UmAppDatabase/ - endpoint=http://localhost.localdomain:52231/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_49357_.sqlite] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:49357/UmAppDatabase/ - endpoint=http://localhost.localdomain:49357/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:49357/UmAppDatabase/ - endpoint=http://localhost.localdomain:49357/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:49357/UmAppDatabase/ - endpoint=http://localhost.localdomain:49357/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:49357/UmAppDatabase/ - endpoint=http://localhost.localdomain:49357/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:09 AM 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] OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[ClazzLog, Clazz, CoursePermission] OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:09 AM 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] OJan 29, 2025 10:24:09 AM 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)  OJan 29, 2025 10:24:09 AM 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)  OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_47717_.sqlite] - useNewConnectionAsyncInternal connection #19 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:47717/UmAppDatabase/ - endpoint=http://localhost.localdomain:47717/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:47717/UmAppDatabase/ - endpoint=http://localhost.localdomain:47717/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:47717/UmAppDatabase/ - endpoint=http://localhost.localdomain:47717/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:47717/UmAppDatabase/ - endpoint=http://localhost.localdomain:47717/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:09 AM 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] OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[ClazzLog, Clazz, CoursePermission] OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:09 AM 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] OJan 29, 2025 10:24:09 AM 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] OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[ClazzLog] OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_42841_.sqlite] - useNewConnectionAsyncInternal connection #17 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:42841/UmAppDatabase/ - endpoint=http://localhost.localdomain:42841/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:42841/UmAppDatabase/ - endpoint=http://localhost.localdomain:42841/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:42841/UmAppDatabase/ - endpoint=http://localhost.localdomain:42841/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:42841/UmAppDatabase/ - endpoint=http://localhost.localdomain:42841/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #11 : SQLite Change Tracker: Changed tables=[ClazzLog, ClazzLogAttendanceRecord] OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_36197_.sqlite] - useNewConnectionAsyncInternal connection #14 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:36197/UmAppDatabase/ - endpoint=http://localhost.localdomain:36197/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:36197/UmAppDatabase/ - endpoint=http://localhost.localdomain:36197/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:36197/UmAppDatabase/ - endpoint=http://localhost.localdomain:36197/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:36197/UmAppDatabase/ - endpoint=http://localhost.localdomain:36197/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:09 AM 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] OJan 29, 2025 10:24:09 AM 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] OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[ClazzLog] OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:09 AM 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] OJan 29, 2025 10:24:09 AM 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] OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_56735_.sqlite] - useNewConnectionAsyncInternal connection #10 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:56735/UmAppDatabase/ - endpoint=http://localhost.localdomain:56735/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:56735/UmAppDatabase/ - endpoint=http://localhost.localdomain:56735/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:56735/UmAppDatabase/ - endpoint=http://localhost.localdomain:56735/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:56735/UmAppDatabase/ - endpoint=http://localhost.localdomain:56735/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:09 AM 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] OJan 29, 2025 10:24:09 AM 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] OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[ClazzLog, ClazzLogAttendanceRecord] OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[ContentEntry] OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog [FINE: FINER ContentEntryDetailOverviewViewModel$invokeSuspend - Could not get list of jobs OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog cSEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running % SELECT ContentEntryVersion.* # FROM ContentEntryVersion : WHERE ContentEntryVersion.cevContentEntryUid = ? 8 ORDER BY ContentEntryVersion.cevLastModified DESC  LIMIT 1  jjava.lang.IllegalStateException: com.ustadmobile.door.room.RoomDatabaseJdbcImplHelper@51bf7b36 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.ContentEntryVersionDao_JdbcImpl$findLatestByContentEntryUidAsFlow$1.invokeSuspend(ContentEntryVersionDao_JdbcImpl.kt:154) T at com.ustadmobile.door.flow.DoorFlowKt$doorFlow$1$1.invokeSuspend(DoorFlow.kt:40) uCaused by: java.lang.IllegalStateException: com.ustadmobile.door.room.RoomDatabaseJdbcImplHelper@51bf7b36 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)  OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog cSEVERE: SEVERE DoorLog - [prepareAndUseStatementAsync - jdbc:sqlite::memory:] - Exception running % SELECT ContentEntryVersion.* # FROM ContentEntryVersion : WHERE ContentEntryVersion.cevContentEntryUid = ? 8 ORDER BY ContentEntryVersion.cevLastModified DESC  LIMIT 1  jjava.lang.IllegalStateException: com.ustadmobile.door.room.RoomDatabaseJdbcImplHelper@51bf7b36 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.ContentEntryVersionDao_JdbcImpl$findLatestByContentEntryUidAsFlow$1.invokeSuspend(ContentEntryVersionDao_JdbcImpl.kt:154) T at com.ustadmobile.door.flow.DoorFlowKt$doorFlow$1$1.invokeSuspend(DoorFlow.kt:40) uCaused by: java.lang.IllegalStateException: com.ustadmobile.door.room.RoomDatabaseJdbcImplHelper@51bf7b36 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)  OJan 29, 2025 10:24:09 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:10 AM 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] OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=5761379766616097427 remoteEndpoint=http://localhost.localdomain:43161/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)  OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=5761379766616097427 remoteEndpoint=http://localhost.localdomain:43161/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)  OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@4679c1d5 - http://localhost.localdomain:43161/UmAppDatabase/replication/sse?door-node=5761379766616097427%2F1263936e-f1c5-4812-b919-b6f66e5b0fff] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@4679c1d5 - http://localhost.localdomain:43161/UmAppDatabase/replication/sse?door-node=5761379766616097427%2F1263936e-f1c5-4812-b919-b6f66e5b0fff] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[SystemPermission] OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_43161_.sqlite] - useNewConnectionAsyncInternal connection #7 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:43161/UmAppDatabase/ - endpoint=http://localhost.localdomain:43161/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:43161/UmAppDatabase/ - endpoint=http://localhost.localdomain:43161/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:43161/UmAppDatabase/ - endpoint=http://localhost.localdomain:43161/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:43161/UmAppDatabase/ - endpoint=http://localhost.localdomain:43161/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes OJan 29, 2025 10:24:10 AM 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)  OJan 29, 2025 10:24:10 AM 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)  OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=912409316756273523 remoteEndpoint=http://localhost.localdomain:33615/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)  OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=912409316756273523 remoteEndpoint=http://localhost.localdomain:33615/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)  OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@4115ac2f - http://localhost.localdomain:33615/UmAppDatabase/replication/sse?door-node=912409316756273523%2F0750ed1f-ca8a-4c61-b3e6-2f067abc4148] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@4115ac2f - http://localhost.localdomain:33615/UmAppDatabase/replication/sse?door-node=912409316756273523%2F0750ed1f-ca8a-4c61-b3e6-2f067abc4148] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes OJan 29, 2025 10:24:10 AM 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)  OJan 29, 2025 10:24:10 AM 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)  OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_33615_.sqlite] - useNewConnectionAsyncInternal connection #18 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:33615/UmAppDatabase/ - endpoint=http://localhost.localdomain:33615/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:33615/UmAppDatabase/ - endpoint=http://localhost.localdomain:33615/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:33615/UmAppDatabase/ - endpoint=http://localhost.localdomain:33615/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:33615/UmAppDatabase/ - endpoint=http://localhost.localdomain:33615/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:10 AM 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] OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4397321042844047884 remoteEndpoint=http://localhost.localdomain:45845/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)  OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4397321042844047884 remoteEndpoint=http://localhost.localdomain:45845/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)  OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@6b2b107c - http://localhost.localdomain:45845/UmAppDatabase/replication/sse?door-node=4397321042844047884%2Fad99da90-44ac-4701-8f0d-ff15e47980d2] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@6b2b107c - http://localhost.localdomain:45845/UmAppDatabase/replication/sse?door-node=4397321042844047884%2Fad99da90-44ac-4701-8f0d-ff15e47980d2] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:10 AM 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] OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_45845_.sqlite] - useNewConnectionAsyncInternal connection #7 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:45845/UmAppDatabase/ - endpoint=http://localhost.localdomain:45845/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:45845/UmAppDatabase/ - endpoint=http://localhost.localdomain:45845/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:45845/UmAppDatabase/ - endpoint=http://localhost.localdomain:45845/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:45845/UmAppDatabase/ - endpoint=http://localhost.localdomain:45845/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2540285197710386617 remoteEndpoint=http://localhost.localdomain:52231/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)  OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2540285197710386617 remoteEndpoint=http://localhost.localdomain:52231/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)  OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@546ba5d6 - http://localhost.localdomain:52231/UmAppDatabase/replication/sse?door-node=2540285197710386617%2F89baed36-3660-4065-865d-b67a5cd0264b] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@546ba5d6 - http://localhost.localdomain:52231/UmAppDatabase/replication/sse?door-node=2540285197710386617%2F89baed36-3660-4065-865d-b67a5cd0264b] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:10 AM 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] OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4575698471624209445 remoteEndpoint=http://localhost.localdomain:49357/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)  OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4575698471624209445 remoteEndpoint=http://localhost.localdomain:49357/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)  OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@20084ca7 - http://localhost.localdomain:49357/UmAppDatabase/replication/sse?door-node=4575698471624209445%2F7ce69089-8612-49e8-8098-de195a59f487] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@20084ca7 - http://localhost.localdomain:49357/UmAppDatabase/replication/sse?door-node=4575698471624209445%2F7ce69089-8612-49e8-8098-de195a59f487] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_52231_.sqlite] - useNewConnectionAsyncInternal connection #7 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:52231/UmAppDatabase/ - endpoint=http://localhost.localdomain:52231/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:52231/UmAppDatabase/ - endpoint=http://localhost.localdomain:52231/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:52231/UmAppDatabase/ - endpoint=http://localhost.localdomain:52231/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:52231/UmAppDatabase/ - endpoint=http://localhost.localdomain:52231/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:10 AM 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] OJan 29, 2025 10:24:10 AM 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] OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4575698471624209445 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)  OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4575698471624209445 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)  OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@2e60a4fe - http://inaccessible/UmAppDatabase/replication/sse?door-node=4575698471624209445%2F7ce69089-8612-49e8-8098-de195a59f487] error: java.net.UnknownHostException: inaccessible . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@2e60a4fe - http://inaccessible/UmAppDatabase/replication/sse?door-node=4575698471624209445%2F7ce69089-8612-49e8-8098-de195a59f487] error: java.net.UnknownHostException: inaccessible . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_49357_.sqlite] - useNewConnectionAsyncInternal connection #7 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:49357/UmAppDatabase/ - endpoint=http://localhost.localdomain:49357/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:49357/UmAppDatabase/ - endpoint=http://localhost.localdomain:49357/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:49357/UmAppDatabase/ - endpoint=http://localhost.localdomain:49357/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:49357/UmAppDatabase/ - endpoint=http://localhost.localdomain:49357/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=8964499124520862312 remoteEndpoint=http://localhost.localdomain:47717/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)  OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=8964499124520862312 remoteEndpoint=http://localhost.localdomain:47717/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)  OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@40af9114 - http://localhost.localdomain:47717/UmAppDatabase/replication/sse?door-node=8964499124520862312%2F102a74e6-7611-4914-ad13-0295d7999514] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@40af9114 - http://localhost.localdomain:47717/UmAppDatabase/replication/sse?door-node=8964499124520862312%2F102a74e6-7611-4914-ad13-0295d7999514] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:10 AM 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] OJan 29, 2025 10:24:10 AM 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)  OJan 29, 2025 10:24:10 AM 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)  OJan 29, 2025 10:24:10 AM 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] OJan 29, 2025 10:24:10 AM 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] OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #7 : SQLite Change Tracker: Changed tables=[CourseGroupSet, CourseGroupMember] OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_47717_.sqlite] - useNewConnectionAsyncInternal connection #20 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:47717/UmAppDatabase/ - endpoint=http://localhost.localdomain:47717/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:47717/UmAppDatabase/ - endpoint=http://localhost.localdomain:47717/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:47717/UmAppDatabase/ - endpoint=http://localhost.localdomain:47717/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:47717/UmAppDatabase/ - endpoint=http://localhost.localdomain:47717/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:10 AM 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] OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=5921511068926466422 remoteEndpoint=http://localhost.localdomain:42841/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)  OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=5921511068926466422 remoteEndpoint=http://localhost.localdomain:42841/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)  OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@241c975 - http://localhost.localdomain:42841/UmAppDatabase/replication/sse?door-node=5921511068926466422%2Fe2f09ebe-2ba2-4293-a9a4-a2523f68ae51] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@241c975 - http://localhost.localdomain:42841/UmAppDatabase/replication/sse?door-node=5921511068926466422%2Fe2f09ebe-2ba2-4293-a9a4-a2523f68ae51] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Clazz, CourseGroupSet, CoursePermission] OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog hFINEST: FINEST CourseGroupSetListViewModel$invoke - CourseGroupSetList: set showAddItem visible = false OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[CourseTerminology] OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_42841_.sqlite] - useNewConnectionAsyncInternal connection #18 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:42841/UmAppDatabase/ - endpoint=http://localhost.localdomain:42841/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:42841/UmAppDatabase/ - endpoint=http://localhost.localdomain:42841/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:42841/UmAppDatabase/ - endpoint=http://localhost.localdomain:42841/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:42841/UmAppDatabase/ - endpoint=http://localhost.localdomain:42841/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[CourseTerminology] OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[CourseTerminology] OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4225333677250696369 remoteEndpoint=http://localhost.localdomain:36197/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)  OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4225333677250696369 remoteEndpoint=http://localhost.localdomain:36197/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)  OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@1795b579 - http://localhost.localdomain:36197/UmAppDatabase/replication/sse?door-node=4225333677250696369%2Fcbb131e2-8371-4c59-b2b8-e2f4eb3e1e2a] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@1795b579 - http://localhost.localdomain:36197/UmAppDatabase/replication/sse?door-node=4225333677250696369%2Fcbb131e2-8371-4c59-b2b8-e2f4eb3e1e2a] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_36197_.sqlite] - useNewConnectionAsyncInternal connection #15 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:36197/UmAppDatabase/ - endpoint=http://localhost.localdomain:36197/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:36197/UmAppDatabase/ - endpoint=http://localhost.localdomain:36197/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:36197/UmAppDatabase/ - endpoint=http://localhost.localdomain:36197/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:36197/UmAppDatabase/ - endpoint=http://localhost.localdomain:36197/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[CourseTerminology] OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER LoginViewModel$goToNextDestAfterLoginOrGuestSelected - LoginPresenter: go to next destination: nextDummyDestination OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes OJan 29, 2025 10:24:10 AM 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)  OJan 29, 2025 10:24:10 AM 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)  OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=5451665118724705492 remoteEndpoint=http://localhost.localdomain:56735/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)  OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=5451665118724705492 remoteEndpoint=http://localhost.localdomain:56735/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)  OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@7f0a532 - http://localhost.localdomain:56735/UmAppDatabase/replication/sse?door-node=5451665118724705492%2F4bd972b5-1312-457d-a63e-4c3fe679c135] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@7f0a532 - http://localhost.localdomain:56735/UmAppDatabase/replication/sse?door-node=5451665118724705492%2F4bd972b5-1312-457d-a63e-4c3fe679c135] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes OJan 29, 2025 10:24:10 AM 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)  OJan 29, 2025 10:24:10 AM 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)  OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes OJan 29, 2025 10:24:10 AM 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)  OJan 29, 2025 10:24:10 AM 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)  OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog zFINE: FINER LoginViewModel$goToNextDestAfterLoginOrGuestSelected - LoginPresenter: go to next destination: CourseListHome OJan 29, 2025 10:24:10 AM 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:148) 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  OJan 29, 2025 10:24:10 AM 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:148) 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  OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_56735_.sqlite] - useNewConnectionAsyncInternal connection #11 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:56735/UmAppDatabase/ - endpoint=http://localhost.localdomain:56735/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:56735/UmAppDatabase/ - endpoint=http://localhost.localdomain:56735/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:56735/UmAppDatabase/ - endpoint=http://localhost.localdomain:56735/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:56735/UmAppDatabase/ - endpoint=http://localhost.localdomain:56735/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:10 AM 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] OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[PersonGroup] OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #4 : SQLite Change Tracker: Changed tables=[Person] OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[PersonGroupMember] OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #6 : SQLite Change Tracker: Changed tables=[ScopedGrant] OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #7 : SQLite Change Tracker: Changed tables=[PersonParentJoin] OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #12 : SQLite Change Tracker: Changed tables=[PersonParentJoin] OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:10 AM 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] OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:10 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog }WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2 remoteEndpoint=http://localhost:35175/UmAppDatabase/] : onError Jjava.net.ConnectException: Failed to connect to localhost/127.0.0.1:35175 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  OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog }WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2 remoteEndpoint=http://localhost:35175/UmAppDatabase/] : onError Jjava.net.ConnectException: Failed to connect to localhost/127.0.0.1:35175 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  OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@64d363cc - http://localhost:35175/UmAppDatabase/replication/sse?door-node=2%2Fauth2] error: java.net.ConnectException: Failed to connect to localhost/127.0.0.1:35175 . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@64d363cc - http://localhost:35175/UmAppDatabase/replication/sse?door-node=2%2Fauth2] error: java.net.ConnectException: Failed to connect to localhost/127.0.0.1:35175 . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:11 AM 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] OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[Person, PersonParentJoin, SystemPermission] OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_43161_.sqlite] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:43161/UmAppDatabase/ - endpoint=http://localhost.localdomain:43161/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:43161/UmAppDatabase/ - endpoint=http://localhost.localdomain:43161/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:43161/UmAppDatabase/ - endpoint=http://localhost.localdomain:43161/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:43161/UmAppDatabase/ - endpoint=http://localhost.localdomain:43161/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:11 AM 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] OJan 29, 2025 10:24:11 AM 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] OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_33615_.sqlite] - useNewConnectionAsyncInternal connection #19 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:33615/UmAppDatabase/ - endpoint=http://localhost.localdomain:33615/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:33615/UmAppDatabase/ - endpoint=http://localhost.localdomain:33615/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:33615/UmAppDatabase/ - endpoint=http://localhost.localdomain:33615/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:33615/UmAppDatabase/ - endpoint=http://localhost.localdomain:33615/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_45845_.sqlite] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:45845/UmAppDatabase/ - endpoint=http://localhost.localdomain:45845/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:45845/UmAppDatabase/ - endpoint=http://localhost.localdomain:45845/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:45845/UmAppDatabase/ - endpoint=http://localhost.localdomain:45845/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:45845/UmAppDatabase/ - endpoint=http://localhost.localdomain:45845/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_52231_.sqlite] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:52231/UmAppDatabase/ - endpoint=http://localhost.localdomain:52231/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:52231/UmAppDatabase/ - endpoint=http://localhost.localdomain:52231/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:52231/UmAppDatabase/ - endpoint=http://localhost.localdomain:52231/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:52231/UmAppDatabase/ - endpoint=http://localhost.localdomain:52231/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:11 AM 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] OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_49357_.sqlite] - useNewConnectionAsyncInternal connection #8 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:49357/UmAppDatabase/ - endpoint=http://localhost.localdomain:49357/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:49357/UmAppDatabase/ - endpoint=http://localhost.localdomain:49357/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:49357/UmAppDatabase/ - endpoint=http://localhost.localdomain:49357/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:49357/UmAppDatabase/ - endpoint=http://localhost.localdomain:49357/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[SystemPermission] OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[Person, SystemPermission] OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:11 AM 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] OJan 29, 2025 10:24:11 AM 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)  OJan 29, 2025 10:24:11 AM 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)  OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_47717_.sqlite] - useNewConnectionAsyncInternal connection #21 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:47717/UmAppDatabase/ - endpoint=http://localhost.localdomain:47717/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:47717/UmAppDatabase/ - endpoint=http://localhost.localdomain:47717/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:47717/UmAppDatabase/ - endpoint=http://localhost.localdomain:47717/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:47717/UmAppDatabase/ - endpoint=http://localhost.localdomain:47717/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:11 AM 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] OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[SystemPermission] OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[Person, SystemPermission] OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:11 AM 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] OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[SystemPermission] OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[Person, SystemPermission] OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_42841_.sqlite] - useNewConnectionAsyncInternal connection #19 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:42841/UmAppDatabase/ - endpoint=http://localhost.localdomain:42841/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:42841/UmAppDatabase/ - endpoint=http://localhost.localdomain:42841/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:42841/UmAppDatabase/ - endpoint=http://localhost.localdomain:42841/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:42841/UmAppDatabase/ - endpoint=http://localhost.localdomain:42841/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 exception dorg.sqlite.SQLiteException: [SQLITE_ERROR] SQL error or missing database (no such table: NodeEvent) 5 at org.sqlite.core.DB.newSQLException(DB.java:1179) 5 at org.sqlite.core.DB.newSQLException(DB.java:1190) , at org.sqlite.core.DB.execute(DB.java:988) 3 at org.sqlite.core.DB.executeUpdate(DB.java:1054) i at org.sqlite.jdbc3.JDBC3PreparedStatement.lambda$executeLargeUpdate$2(JDBC3PreparedStatement.java:129) S at org.sqlite.jdbc3.JDBC3Statement.withConnectionTimeout(JDBC3Statement.java:454) ` at org.sqlite.jdbc3.JDBC3PreparedStatement.executeLargeUpdate(JDBC3PreparedStatement.java:124) [ at org.sqlite.jdbc3.JDBC3PreparedStatement.executeUpdate(JDBC3PreparedStatement.java:105) ` at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeUpdate(ProxyPreparedStatement.java:61) i at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeUpdate(HikariProxyPreparedStatement.java) { at com.ustadmobile.door.jdbc.ext.PreparedStatementExtKt$executeUpdateAsyncKmp$2.invokeSuspend(PreparedStatementExt.kt:15) [ 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)  OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 exception dorg.sqlite.SQLiteException: [SQLITE_ERROR] SQL error or missing database (no such table: NodeEvent) 5 at org.sqlite.core.DB.newSQLException(DB.java:1179) 5 at org.sqlite.core.DB.newSQLException(DB.java:1190) , at org.sqlite.core.DB.execute(DB.java:988) 3 at org.sqlite.core.DB.executeUpdate(DB.java:1054) i at org.sqlite.jdbc3.JDBC3PreparedStatement.lambda$executeLargeUpdate$2(JDBC3PreparedStatement.java:129) S at org.sqlite.jdbc3.JDBC3Statement.withConnectionTimeout(JDBC3Statement.java:454) ` at org.sqlite.jdbc3.JDBC3PreparedStatement.executeLargeUpdate(JDBC3PreparedStatement.java:124) [ at org.sqlite.jdbc3.JDBC3PreparedStatement.executeUpdate(JDBC3PreparedStatement.java:105) ` at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeUpdate(ProxyPreparedStatement.java:61) i at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeUpdate(HikariProxyPreparedStatement.java) { at com.ustadmobile.door.jdbc.ext.PreparedStatementExtKt$executeUpdateAsyncKmp$2.invokeSuspend(PreparedStatementExt.kt:15) [ 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)  OJan 29, 2025 10:24:11 AM 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(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) dorg.sqlite.SQLiteException: [SQLITE_ERROR] SQL error or missing database (no such table: NodeEvent) 5 at org.sqlite.core.DB.newSQLException(DB.java:1179) 5 at org.sqlite.core.DB.newSQLException(DB.java:1190) , at org.sqlite.core.DB.execute(DB.java:988) 3 at org.sqlite.core.DB.executeUpdate(DB.java:1054) i at org.sqlite.jdbc3.JDBC3PreparedStatement.lambda$executeLargeUpdate$2(JDBC3PreparedStatement.java:129) S at org.sqlite.jdbc3.JDBC3Statement.withConnectionTimeout(JDBC3Statement.java:454) ` at org.sqlite.jdbc3.JDBC3PreparedStatement.executeLargeUpdate(JDBC3PreparedStatement.java:124) [ at org.sqlite.jdbc3.JDBC3PreparedStatement.executeUpdate(JDBC3PreparedStatement.java:105) ` at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeUpdate(ProxyPreparedStatement.java:61) i at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeUpdate(HikariProxyPreparedStatement.java) { at com.ustadmobile.door.jdbc.ext.PreparedStatementExtKt$executeUpdateAsyncKmp$2.invokeSuspend(PreparedStatementExt.kt:15) [ 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)  OJan 29, 2025 10:24:11 AM 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(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) dorg.sqlite.SQLiteException: [SQLITE_ERROR] SQL error or missing database (no such table: NodeEvent) 5 at org.sqlite.core.DB.newSQLException(DB.java:1179) 5 at org.sqlite.core.DB.newSQLException(DB.java:1190) , at org.sqlite.core.DB.execute(DB.java:988) 3 at org.sqlite.core.DB.executeUpdate(DB.java:1054) i at org.sqlite.jdbc3.JDBC3PreparedStatement.lambda$executeLargeUpdate$2(JDBC3PreparedStatement.java:129) S at org.sqlite.jdbc3.JDBC3Statement.withConnectionTimeout(JDBC3Statement.java:454) ` at org.sqlite.jdbc3.JDBC3PreparedStatement.executeLargeUpdate(JDBC3PreparedStatement.java:124) [ at org.sqlite.jdbc3.JDBC3PreparedStatement.executeUpdate(JDBC3PreparedStatement.java:105) ` at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeUpdate(ProxyPreparedStatement.java:61) i at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeUpdate(HikariProxyPreparedStatement.java) { at com.ustadmobile.door.jdbc.ext.PreparedStatementExtKt$executeUpdateAsyncKmp$2.invokeSuspend(PreparedStatementExt.kt:15) [ 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)  OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:11 AM 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] OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[SystemPermission] OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:11 AM 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] OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_36197_.sqlite] - useNewConnectionAsyncInternal connection #16 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:36197/UmAppDatabase/ - endpoint=http://localhost.localdomain:36197/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:36197/UmAppDatabase/ - endpoint=http://localhost.localdomain:36197/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:36197/UmAppDatabase/ - endpoint=http://localhost.localdomain:36197/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:36197/UmAppDatabase/ - endpoint=http://localhost.localdomain:36197/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[SystemPermission] OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[Person, SystemPermission] OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:11 AM 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] OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #3 : SQLite Change Tracker: Changed tables=[SystemPermission] OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #5 : SQLite Change Tracker: Changed tables=[Person, SystemPermission] OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes OJan 29, 2025 10:24:11 AM 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)  OJan 29, 2025 10:24:11 AM 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)  OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes OJan 29, 2025 10:24:11 AM 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)  OJan 29, 2025 10:24:11 AM 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)  OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_56735_.sqlite] - useNewConnectionAsyncInternal connection #12 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:56735/UmAppDatabase/ - endpoint=http://localhost.localdomain:56735/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:56735/UmAppDatabase/ - endpoint=http://localhost.localdomain:56735/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:56735/UmAppDatabase/ - endpoint=http://localhost.localdomain:56735/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:56735/UmAppDatabase/ - endpoint=http://localhost.localdomain:56735/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes OJan 29, 2025 10:24:11 AM 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)  OJan 29, 2025 10:24:11 AM 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)  OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes OJan 29, 2025 10:24:11 AM 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)  OJan 29, 2025 10:24:11 AM 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)  OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes OJan 29, 2025 10:24:11 AM 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:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:11 AM 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:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes OJan 29, 2025 10:24:11 AM 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)  OJan 29, 2025 10:24:11 AM 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)  OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:11 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes OJan 29, 2025 10:24:12 AM 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)  OJan 29, 2025 10:24:12 AM 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)  OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes OJan 29, 2025 10:24:12 AM 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)  OJan 29, 2025 10:24:12 AM 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)  OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=5761379766616097427 remoteEndpoint=http://localhost.localdomain:43161/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)  OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=5761379766616097427 remoteEndpoint=http://localhost.localdomain:43161/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)  OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@4679c1d5 - http://localhost.localdomain:43161/UmAppDatabase/replication/sse?door-node=5761379766616097427%2F1263936e-f1c5-4812-b919-b6f66e5b0fff] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@4679c1d5 - http://localhost.localdomain:43161/UmAppDatabase/replication/sse?door-node=5761379766616097427%2F1263936e-f1c5-4812-b919-b6f66e5b0fff] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes OJan 29, 2025 10:24:12 AM 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)  OJan 29, 2025 10:24:12 AM 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)  OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes OJan 29, 2025 10:24:12 AM 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)  OJan 29, 2025 10:24:12 AM 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)  OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:12 AM 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)  OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes OJan 29, 2025 10:24:12 AM 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)  OJan 29, 2025 10:24:12 AM 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)  OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_43161_.sqlite] - useNewConnectionAsyncInternal connection #9 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:43161/UmAppDatabase/ - endpoint=http://localhost.localdomain:43161/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:43161/UmAppDatabase/ - endpoint=http://localhost.localdomain:43161/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:43161/UmAppDatabase/ - endpoint=http://localhost.localdomain:43161/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:43161/UmAppDatabase/ - endpoint=http://localhost.localdomain:43161/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Attempting to rollback transaction #1 OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog INFO: INFO DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 Rolled back changes OJan 29, 2025 10:24:12 AM 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)  OJan 29, 2025 10:24:12 AM 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)  OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=912409316756273523 remoteEndpoint=http://localhost.localdomain:33615/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)  OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=912409316756273523 remoteEndpoint=http://localhost.localdomain:33615/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)  OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@4115ac2f - http://localhost.localdomain:33615/UmAppDatabase/replication/sse?door-node=912409316756273523%2F0750ed1f-ca8a-4c61-b3e6-2f067abc4148] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@4115ac2f - http://localhost.localdomain:33615/UmAppDatabase/replication/sse?door-node=912409316756273523%2F0750ed1f-ca8a-4c61-b3e6-2f067abc4148] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[ContentEntryVersion] OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_33615_.sqlite] - useNewConnectionAsyncInternal connection #20 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:33615/UmAppDatabase/ - endpoint=http://localhost.localdomain:33615/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:33615/UmAppDatabase/ - endpoint=http://localhost.localdomain:33615/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:33615/UmAppDatabase/ - endpoint=http://localhost.localdomain:33615/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:33615/UmAppDatabase/ - endpoint=http://localhost.localdomain:33615/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog wFINEST: FINEST NonInteractiveContentXapiStatementRecorder$onActiveChanged - ContentUsageStatementRecorder: active=true OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4397321042844047884 remoteEndpoint=http://localhost.localdomain:45845/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)  OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4397321042844047884 remoteEndpoint=http://localhost.localdomain:45845/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)  OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@6b2b107c - http://localhost.localdomain:45845/UmAppDatabase/replication/sse?door-node=4397321042844047884%2Fad99da90-44ac-4701-8f0d-ff15e47980d2] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@6b2b107c - http://localhost.localdomain:45845/UmAppDatabase/replication/sse?door-node=4397321042844047884%2Fad99da90-44ac-4701-8f0d-ff15e47980d2] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2540285197710386617 remoteEndpoint=http://localhost.localdomain:52231/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)  OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2540285197710386617 remoteEndpoint=http://localhost.localdomain:52231/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)  OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@546ba5d6 - http://localhost.localdomain:52231/UmAppDatabase/replication/sse?door-node=2540285197710386617%2F89baed36-3660-4065-865d-b67a5cd0264b] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@546ba5d6 - http://localhost.localdomain:52231/UmAppDatabase/replication/sse?door-node=2540285197710386617%2F89baed36-3660-4065-865d-b67a5cd0264b] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_45845_.sqlite] - useNewConnectionAsyncInternal connection #9 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:45845/UmAppDatabase/ - endpoint=http://localhost.localdomain:45845/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:45845/UmAppDatabase/ - endpoint=http://localhost.localdomain:45845/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:45845/UmAppDatabase/ - endpoint=http://localhost.localdomain:45845/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:45845/UmAppDatabase/ - endpoint=http://localhost.localdomain:45845/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4575698471624209445 remoteEndpoint=http://localhost.localdomain:49357/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)  OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4575698471624209445 remoteEndpoint=http://localhost.localdomain:49357/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)  OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@20084ca7 - http://localhost.localdomain:49357/UmAppDatabase/replication/sse?door-node=4575698471624209445%2F7ce69089-8612-49e8-8098-de195a59f487] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@20084ca7 - http://localhost.localdomain:49357/UmAppDatabase/replication/sse?door-node=4575698471624209445%2F7ce69089-8612-49e8-8098-de195a59f487] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_52231_.sqlite] - useNewConnectionAsyncInternal connection #9 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:52231/UmAppDatabase/ - endpoint=http://localhost.localdomain:52231/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:52231/UmAppDatabase/ - endpoint=http://localhost.localdomain:52231/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:52231/UmAppDatabase/ - endpoint=http://localhost.localdomain:52231/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:52231/UmAppDatabase/ - endpoint=http://localhost.localdomain:52231/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4575698471624209445 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)  OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4575698471624209445 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)  OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@2e60a4fe - http://inaccessible/UmAppDatabase/replication/sse?door-node=4575698471624209445%2F7ce69089-8612-49e8-8098-de195a59f487] error: java.net.UnknownHostException: inaccessible . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@2e60a4fe - http://inaccessible/UmAppDatabase/replication/sse?door-node=4575698471624209445%2F7ce69089-8612-49e8-8098-de195a59f487] error: java.net.UnknownHostException: inaccessible . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_49357_.sqlite] - useNewConnectionAsyncInternal connection #9 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:49357/UmAppDatabase/ - endpoint=http://localhost.localdomain:49357/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:49357/UmAppDatabase/ - endpoint=http://localhost.localdomain:49357/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:49357/UmAppDatabase/ - endpoint=http://localhost.localdomain:49357/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:49357/UmAppDatabase/ - endpoint=http://localhost.localdomain:49357/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=8964499124520862312 remoteEndpoint=http://localhost.localdomain:47717/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)  OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=8964499124520862312 remoteEndpoint=http://localhost.localdomain:47717/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)  OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@40af9114 - http://localhost.localdomain:47717/UmAppDatabase/replication/sse?door-node=8964499124520862312%2F102a74e6-7611-4914-ad13-0295d7999514] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@40af9114 - http://localhost.localdomain:47717/UmAppDatabase/replication/sse?door-node=8964499124520862312%2F102a74e6-7611-4914-ad13-0295d7999514] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:12 AM 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] OJan 29, 2025 10:24:12 AM 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)  OJan 29, 2025 10:24:12 AM 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)  OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_47717_.sqlite] - useNewConnectionAsyncInternal connection #22 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:47717/UmAppDatabase/ - endpoint=http://localhost.localdomain:47717/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:47717/UmAppDatabase/ - endpoint=http://localhost.localdomain:47717/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:47717/UmAppDatabase/ - endpoint=http://localhost.localdomain:47717/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:47717/UmAppDatabase/ - endpoint=http://localhost.localdomain:47717/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=5921511068926466422 remoteEndpoint=http://localhost.localdomain:42841/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)  OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=5921511068926466422 remoteEndpoint=http://localhost.localdomain:42841/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)  OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@241c975 - http://localhost.localdomain:42841/UmAppDatabase/replication/sse?door-node=5921511068926466422%2Fe2f09ebe-2ba2-4293-a9a4-a2523f68ae51] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@241c975 - http://localhost.localdomain:42841/UmAppDatabase/replication/sse?door-node=5921511068926466422%2Fe2f09ebe-2ba2-4293-a9a4-a2523f68ae51] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_42841_.sqlite] - useNewConnectionAsyncInternal connection #20 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:42841/UmAppDatabase/ - endpoint=http://localhost.localdomain:42841/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:42841/UmAppDatabase/ - endpoint=http://localhost.localdomain:42841/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:42841/UmAppDatabase/ - endpoint=http://localhost.localdomain:42841/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:42841/UmAppDatabase/ - endpoint=http://localhost.localdomain:42841/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4225333677250696369 remoteEndpoint=http://localhost.localdomain:36197/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)  OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=4225333677250696369 remoteEndpoint=http://localhost.localdomain:36197/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)  OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@1795b579 - http://localhost.localdomain:36197/UmAppDatabase/replication/sse?door-node=4225333677250696369%2Fcbb131e2-8371-4c59-b2b8-e2f4eb3e1e2a] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@1795b579 - http://localhost.localdomain:36197/UmAppDatabase/replication/sse?door-node=4225333677250696369%2Fcbb131e2-8371-4c59-b2b8-e2f4eb3e1e2a] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_36197_.sqlite] - useNewConnectionAsyncInternal connection #17 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:36197/UmAppDatabase/ - endpoint=http://localhost.localdomain:36197/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:36197/UmAppDatabase/ - endpoint=http://localhost.localdomain:36197/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:36197/UmAppDatabase/ - endpoint=http://localhost.localdomain:36197/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:36197/UmAppDatabase/ - endpoint=http://localhost.localdomain:36197/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=5451665118724705492 remoteEndpoint=http://localhost.localdomain:56735/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)  OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=5451665118724705492 remoteEndpoint=http://localhost.localdomain:56735/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)  OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@7f0a532 - http://localhost.localdomain:56735/UmAppDatabase/replication/sse?door-node=5451665118724705492%2F4bd972b5-1312-457d-a63e-4c3fe679c135] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@7f0a532 - http://localhost.localdomain:56735/UmAppDatabase/replication/sse?door-node=5451665118724705492%2F4bd972b5-1312-457d-a63e-4c3fe679c135] error: java.io.IOException: other event source error . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_56735_.sqlite] - useNewConnectionAsyncInternal connection #13 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:56735/UmAppDatabase/ - endpoint=http://localhost.localdomain:56735/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:56735/UmAppDatabase/ - endpoint=http://localhost.localdomain:56735/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:12 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:56735/UmAppDatabase/ - endpoint=http://localhost.localdomain:56735/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:56735/UmAppDatabase/ - endpoint=http://localhost.localdomain:56735/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:13 AM com.ustadmobile.core.util.NapierAntilogJvm performLog }WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2 remoteEndpoint=http://localhost:35175/UmAppDatabase/] : onError Jjava.net.ConnectException: Failed to connect to localhost/127.0.0.1:35175 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  OJan 29, 2025 10:24:13 AM com.ustadmobile.core.util.NapierAntilogJvm performLog }WARNING: WARNING DoorLog - [NodeEventSseClient localNodeId=2 remoteEndpoint=http://localhost:35175/UmAppDatabase/] : onError Jjava.net.ConnectException: Failed to connect to localhost/127.0.0.1:35175 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  OJan 29, 2025 10:24:13 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@64d363cc - http://localhost:35175/UmAppDatabase/replication/sse?door-node=2%2Fauth2] error: java.net.ConnectException: Failed to connect to localhost/127.0.0.1:35175 . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:13 AM com.ustadmobile.core.util.NapierAntilogJvm performLog SEVERE: SEVERE DoorEventSource$eventSourceListener$1$onFailure$invokeSuspend - [DoorEventSource@com.ustadmobile.door.sse.DoorEventSource@64d363cc - http://localhost:35175/UmAppDatabase/replication/sse?door-node=2%2Fauth2] error: java.net.ConnectException: Failed to connect to localhost/127.0.0.1:35175 . Attempting to reconnect after 2000ms OJan 29, 2025 10:24:13 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_43161_.sqlite] - useNewConnectionAsyncInternal connection #10 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:13 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:43161/UmAppDatabase/ - endpoint=http://localhost.localdomain:43161/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:43161/UmAppDatabase/ - endpoint=http://localhost.localdomain:43161/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:13 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:43161/UmAppDatabase/ - endpoint=http://localhost.localdomain:43161/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:43161/UmAppDatabase/ - endpoint=http://localhost.localdomain:43161/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:13 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_33615_.sqlite] - useNewConnectionAsyncInternal connection #21 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:13 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:33615/UmAppDatabase/ - endpoint=http://localhost.localdomain:33615/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:33615/UmAppDatabase/ - endpoint=http://localhost.localdomain:33615/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:13 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:33615/UmAppDatabase/ - endpoint=http://localhost.localdomain:33615/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:33615/UmAppDatabase/ - endpoint=http://localhost.localdomain:33615/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:13 AM com.ustadmobile.core.util.NapierAntilogJvm performLog xFINEST: FINEST NonInteractiveContentXapiStatementRecorder$onActiveChanged - ContentUsageStatementRecorder: active=false OJan 29, 2025 10:24:13 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool OJan 29, 2025 10:24:13 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:13 AM com.ustadmobile.core.util.NapierAntilogJvm performLog \INFO: INFO DoorLog - [DatabaseBuilder.build - jdbc:sqlite::memory:] database build complete OJan 29, 2025 10:24:13 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #1 : SQLite Change Tracker: Changed tables=[UserSession] OJan 29, 2025 10:24:13 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite::memory:] - useNewConnectionAsyncInternal connection #2 : SQLite Change Tracker: Changed tables=[ContentEntryVersion] OJan 29, 2025 10:24:13 AM com.ustadmobile.core.util.NapierAntilogJvm performLog sFINEST: FINEST ResolveXapiLaunchHrefUseCase$invoke - Resolving xAPI url for contentEntryVersion 688523858220367872 OJan 29, 2025 10:24:13 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_45845_.sqlite] - useNewConnectionAsyncInternal connection #10 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:13 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:45845/UmAppDatabase/ - endpoint=http://localhost.localdomain:45845/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:45845/UmAppDatabase/ - endpoint=http://localhost.localdomain:45845/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:13 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:45845/UmAppDatabase/ - endpoint=http://localhost.localdomain:45845/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:45845/UmAppDatabase/ - endpoint=http://localhost.localdomain:45845/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:13 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINE: FINER DoorLog - [RoomJdbcImplHelper - jdbc:sqlite:build/tmp/localhost_localdomain_52231_.sqlite] - useNewConnectionAsyncInternal connection #10 : SQLite Change Tracker: Changed tables=[PendingRepositorySession] OJan 29, 2025 10:24:13 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:52231/UmAppDatabase/ - endpoint=http://localhost.localdomain:52231/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:52231/UmAppDatabase/ - endpoint=http://localhost.localdomain:52231/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:13 AM com.ustadmobile.core.util.NapierAntilogJvm performLog WARNING: WARNING DoorLog - [DoorRepositoryReplicationClient - http://localhost.localdomain:52231/UmAppDatabase/ - endpoint=http://localhost.localdomain:52231/UmAppDatabase/] getRemoteNodeId : exception getting remote node id java.lang.IllegalStateException: [DoorRepositoryReplicationClient - http://localhost.localdomain:52231/UmAppDatabase/ - endpoint=http://localhost.localdomain:52231/UmAppDatabase/] getRemoteNodeId : server did not provide node id } at com.ustadmobile.door.replication.DoorRepositoryReplicationClient$1.invokeSuspend(DoorRepositoryReplicationClient.kt:275) [ at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) A at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) Z at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:585) c at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:802) a at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:706) [ at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:693)  OJan 29, 2025 10:24:13 AM com.ustadmobile.core.util.NapierAntilogJvm performLog FINEST: FINEST ResolveXapiLaunchHrefUseCase$invoke - Resolved xAPI url for contentEntryVersion 688523858220367872 : http://localhost.localdomain:58733/688523858220367872/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= OJan 29, 2025 10:24:13 AM com.ustadmobile.core.util.NapierAntilogJvm performLog >FINE: FINER DoorLog - Closed HikariDataSource connection pool