Skip to main content
Glama

Quickbase MCP Server

MIT License
2
4
  • Apple
  • Linux
> mcp-quickbase@2.0.0 test > jest --coverage --silent [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache initialized with TTL of 1800 seconds, enabled: false [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache disabled [INFO] cache: Cache cleared [INFO] cache: Cache enabled [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared PASS src/__tests__/cache.test.ts [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","appId":"test-app-id","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","appId":"test-app-id","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","appId":"test-app-id","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","appId":"test-app-id","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","appId":"test-app-id","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","appId":"test-app-id","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} PASS src/__tests__/client.test.ts [INFO] cache: Cache TTL updated to 7200 seconds [INFO] TestConnectionTool: Testing connection to Quickbase [INFO] TestConnectionTool: Connection test successful [INFO] TestConnectionTool: Testing connection to Quickbase [ERROR] BaseTool: Error executing tool test_connection {"error":"Connection failed","type":"Error","stack":"Error: Connection failed\n at Object.<anonymous> (/Users/danielbushman/Quickbase-MCP-connector/src/__tests__/tools/test_connection.test.ts:56:56)\n at Promise.then.completed (/Users/danielbushman/Quickbase-MCP-connector/node_modules/jest-circus/build/utils.js:298:28)\n at new Promise (<anonymous>)\n at callAsyncCircusFn (/Users/danielbushman/Quickbase-MCP-connector/node_modules/jest-circus/build/utils.js:231:10)\n at _callCircusTest (/Users/danielbushman/Quickbase-MCP-connector/node_modules/jest-circus/build/run.js:316:40)\n at processTicksAndRejections (node:internal/process/task_queues:105:5)\n at _runTest (/Users/danielbushman/Quickbase-MCP-connector/node_modules/jest-circus/build/run.js:252:3)\n at _runTestsForDescribeBlock (/Users/danielbushman/Quickbase-MCP-connector/node_modules/jest-circus/build/run.js:126:9)\n at _runTestsForDescribeBlock (/Users/danielbushman/Quickbase-MCP-connector/node_modules/jest-circus/build/run.js:121:9)\n at _runTestsForDescribeBlock (/Users/danielbushman/Quickbase-MCP-connector/node_modules/jest-circus/build/run.js:121:9)\n at run (/Users/danielbushman/Quickbase-MCP-connector/node_modules/jest-circus/build/run.js:71:3)\n at runAndTransformResultsToJestFormat (/Users/danielbushman/Quickbase-MCP-connector/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)\n at jestAdapter (/Users/danielbushman/Quickbase-MCP-connector/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:79:19)\n at runTestInternal (/Users/danielbushman/Quickbase-MCP-connector/node_modules/jest-runner/build/runTest.js:367:16)\n at runTest (/Users/danielbushman/Quickbase-MCP-connector/node_modules/jest-runner/build/runTest.js:444:34)\n at Object.worker (/Users/danielbushman/Quickbase-MCP-connector/node_modules/jest-runner/build/testWorker.js:106:12)"} [INFO] TestConnectionTool: Testing connection to Quickbase [ERROR] BaseTool: Error executing tool test_connection {"error":"Cannot read properties of undefined (reading 'success')","type":"TypeError","stack":"TypeError: Cannot read properties of undefined (reading 'success')\n at TestConnectionTool.success [as run] (/Users/danielbushman/Quickbase-MCP-connector/src/tools/test_connection.ts:71:19)\n at processTicksAndRejections (node:internal/process/task_queues:105:5)\n at TestConnectionTool.execute (/Users/danielbushman/Quickbase-MCP-connector/src/tools/base.ts:63:22)\n at Object.<anonymous> (/Users/danielbushman/Quickbase-MCP-connector/src/__tests__/tools/test_connection.test.ts:66:22)"} [INFO] TestConnectionTool: Testing connection to Quickbase [INFO] TestConnectionTool: Connection test successful PASS src/__tests__/tools/test_connection.test.ts [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","appId":"test-app-id","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] ToolsInit: Initializing MCP tools [INFO] ToolRegistry: Registered tool: test_connection [INFO] ToolRegistry: Registered tool: configure_cache [INFO] AppTools: Registering app management tools [INFO] ToolRegistry: Registered tool: create_app [INFO] ToolRegistry: Registered tool: update_app [INFO] ToolRegistry: Registered tool: list_tables [INFO] AppTools: App management tools registered [INFO] TableTools: Registering table operation tools [INFO] ToolRegistry: Registered tool: create_table [INFO] ToolRegistry: Registered tool: update_table [INFO] ToolRegistry: Registered tool: get_table_fields [INFO] TableTools: Table operation tools registered [INFO] FieldTools: Registering field management tools [INFO] ToolRegistry: Registered tool: create_field [INFO] ToolRegistry: Registered tool: update_field [INFO] FieldTools: Field management tools registered [INFO] RecordTools: Registering record operation tools [INFO] ToolRegistry: Registered tool: query_records [INFO] ToolRegistry: Registered tool: create_record [INFO] ToolRegistry: Registered tool: update_record [INFO] ToolRegistry: Registered tool: bulk_create_records [INFO] ToolRegistry: Registered tool: bulk_update_records [INFO] RecordTools: Record operation tools registered [INFO] FileTools: Registering file operation tools [INFO] ToolRegistry: Registered tool: upload_file [INFO] ToolRegistry: Registered tool: download_file [INFO] FileTools: File operation tools registered [INFO] ReportTools: Registering report operation tools [INFO] ToolRegistry: Registered tool: run_report [INFO] ReportTools: Report operation tools registered [INFO] ToolsInit: Registered 18 tools [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","appId":"test-app-id","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] ToolsInit: Initializing MCP tools [INFO] ToolRegistry: Registered tool: test_connection [INFO] ToolRegistry: Registered tool: configure_cache [INFO] AppTools: Registering app management tools [INFO] ToolRegistry: Registered tool: create_app [INFO] ToolRegistry: Registered tool: update_app [INFO] ToolRegistry: Registered tool: list_tables [INFO] AppTools: App management tools registered [INFO] TableTools: Registering table operation tools [INFO] ToolRegistry: Registered tool: create_table [INFO] ToolRegistry: Registered tool: update_table [INFO] ToolRegistry: Registered tool: get_table_fields [INFO] TableTools: Table operation tools registered [INFO] FieldTools: Registering field management tools [INFO] ToolRegistry: Registered tool: create_field [INFO] ToolRegistry: Registered tool: update_field [INFO] FieldTools: Field management tools registered [INFO] RecordTools: Registering record operation tools [INFO] ToolRegistry: Registered tool: query_records [INFO] ToolRegistry: Registered tool: create_record [INFO] ToolRegistry: Registered tool: update_record [INFO] ToolRegistry: Registered tool: bulk_create_records [INFO] ToolRegistry: Registered tool: bulk_update_records [INFO] RecordTools: Record operation tools registered [INFO] FileTools: Registering file operation tools [INFO] ToolRegistry: Registered tool: upload_file [INFO] ToolRegistry: Registered tool: download_file [INFO] FileTools: File operation tools registered [INFO] ReportTools: Registering report operation tools [INFO] ToolRegistry: Registered tool: run_report [INFO] ReportTools: Report operation tools registered [INFO] ToolsInit: Registered 18 tools [INFO] TestConnectionTool: Testing connection to Quickbase [INFO] TestConnectionTool: Connection test successful [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","appId":"test-app-id","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","appId":"test-app-id","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","appId":"test-app-id","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] ToolsInit: Initializing MCP tools [INFO] ToolRegistry: Registered tool: test_connection [INFO] ToolRegistry: Registered tool: configure_cache [INFO] AppTools: Registering app management tools [INFO] ToolRegistry: Registered tool: create_app [INFO] ToolRegistry: Registered tool: update_app [INFO] ToolRegistry: Registered tool: list_tables [INFO] AppTools: App management tools registered [INFO] TableTools: Registering table operation tools [INFO] ToolRegistry: Registered tool: create_table [INFO] ToolRegistry: Registered tool: update_table [INFO] ToolRegistry: Registered tool: get_table_fields [INFO] TableTools: Table operation tools registered [INFO] FieldTools: Registering field management tools [INFO] ToolRegistry: Registered tool: create_field [INFO] ToolRegistry: Registered tool: update_field [INFO] FieldTools: Field management tools registered [INFO] RecordTools: Registering record operation tools [INFO] ToolRegistry: Registered tool: query_records [INFO] ToolRegistry: Registered tool: create_record [INFO] ToolRegistry: Registered tool: update_record [INFO] ToolRegistry: Registered tool: bulk_create_records [INFO] ToolRegistry: Registered tool: bulk_update_records [INFO] RecordTools: Record operation tools registered [INFO] FileTools: Registering file operation tools [INFO] ToolRegistry: Registered tool: upload_file [INFO] ToolRegistry: Registered tool: download_file [INFO] FileTools: File operation tools registered [INFO] ReportTools: Registering report operation tools [INFO] ToolRegistry: Registered tool: run_report [INFO] ReportTools: Report operation tools registered [INFO] ToolsInit: Registered 18 tools [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","appId":"test-app-id","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] ToolsInit: Initializing MCP tools [INFO] ToolRegistry: Registered tool: test_connection [INFO] ToolRegistry: Registered tool: configure_cache [INFO] AppTools: Registering app management tools [INFO] ToolRegistry: Registered tool: create_app [INFO] ToolRegistry: Registered tool: update_app [INFO] ToolRegistry: Registered tool: list_tables [INFO] AppTools: App management tools registered [INFO] TableTools: Registering table operation tools [INFO] ToolRegistry: Registered tool: create_table [INFO] ToolRegistry: Registered tool: update_table [INFO] ToolRegistry: Registered tool: get_table_fields [INFO] TableTools: Table operation tools registered [INFO] FieldTools: Registering field management tools [INFO] ToolRegistry: Registered tool: create_field [INFO] ToolRegistry: Registered tool: update_field [INFO] FieldTools: Field management tools registered [INFO] RecordTools: Registering record operation tools [INFO] ToolRegistry: Registered tool: query_records [INFO] ToolRegistry: Registered tool: create_record [INFO] ToolRegistry: Registered tool: update_record [INFO] ToolRegistry: Registered tool: bulk_create_records [INFO] ToolRegistry: Registered tool: bulk_update_records [INFO] RecordTools: Record operation tools registered [INFO] FileTools: Registering file operation tools [INFO] ToolRegistry: Registered tool: upload_file [INFO] ToolRegistry: Registered tool: download_file [INFO] FileTools: File operation tools registered [INFO] ReportTools: Registering report operation tools [INFO] ToolRegistry: Registered tool: run_report [INFO] ReportTools: Report operation tools registered [INFO] ToolsInit: Registered 18 tools [INFO] ToolsInit: Initializing MCP tools [INFO] ToolRegistry: Registered tool: test_connection [INFO] ToolRegistry: Registered tool: configure_cache [INFO] AppTools: Registering app management tools [INFO] ToolRegistry: Registered tool: create_app [INFO] ToolRegistry: Registered tool: update_app [INFO] ToolRegistry: Registered tool: list_tables [INFO] AppTools: App management tools registered [INFO] TableTools: Registering table operation tools [INFO] ToolRegistry: Registered tool: create_table [INFO] ToolRegistry: Registered tool: update_table [INFO] ToolRegistry: Registered tool: get_table_fields [INFO] TableTools: Table operation tools registered [INFO] FieldTools: Registering field management tools [INFO] ToolRegistry: Registered tool: create_field [INFO] ToolRegistry: Registered tool: update_field [INFO] FieldTools: Field management tools registered [INFO] RecordTools: Registering record operation tools [INFO] ToolRegistry: Registered tool: query_records [INFO] ToolRegistry: Registered tool: create_record [INFO] ToolRegistry: Registered tool: update_record [INFO] ToolRegistry: Registered tool: bulk_create_records [INFO] ToolRegistry: Registered tool: bulk_update_records [INFO] RecordTools: Record operation tools registered [INFO] FileTools: Registering file operation tools [INFO] ToolRegistry: Registered tool: upload_file [INFO] ToolRegistry: Registered tool: download_file [INFO] FileTools: File operation tools registered [INFO] ReportTools: Registering report operation tools [INFO] ToolRegistry: Registered tool: run_report [INFO] ReportTools: Report operation tools registered [INFO] ToolsInit: Registered 18 tools [INFO] ToolsInit: Initializing MCP tools [INFO] ToolRegistry: Registered tool: test_connection [INFO] ToolRegistry: Registered tool: configure_cache [INFO] AppTools: Registering app management tools [INFO] ToolRegistry: Registered tool: create_app [INFO] ToolRegistry: Registered tool: update_app [INFO] ToolRegistry: Registered tool: list_tables [INFO] AppTools: App management tools registered [INFO] TableTools: Registering table operation tools [INFO] ToolRegistry: Registered tool: create_table [INFO] ToolRegistry: Registered tool: update_table [INFO] ToolRegistry: Registered tool: get_table_fields [INFO] TableTools: Table operation tools registered [INFO] FieldTools: Registering field management tools [INFO] ToolRegistry: Registered tool: create_field [INFO] ToolRegistry: Registered tool: update_field [INFO] FieldTools: Field management tools registered [INFO] RecordTools: Registering record operation tools [INFO] ToolRegistry: Registered tool: query_records [INFO] ToolRegistry: Registered tool: create_record [INFO] ToolRegistry: Registered tool: update_record [INFO] ToolRegistry: Registered tool: bulk_create_records [INFO] ToolRegistry: Registered tool: bulk_update_records [INFO] RecordTools: Record operation tools registered [INFO] FileTools: Registering file operation tools [INFO] ToolRegistry: Registered tool: upload_file [INFO] ToolRegistry: Registered tool: download_file [INFO] FileTools: File operation tools registered [INFO] ReportTools: Registering report operation tools [INFO] ToolRegistry: Registered tool: run_report [INFO] ReportTools: Report operation tools registered [INFO] ToolsInit: Registered 18 tools [INFO] ToolsInit: Initializing MCP tools [INFO] ToolRegistry: Registered tool: test_connection [INFO] ToolRegistry: Registered tool: configure_cache [INFO] AppTools: Registering app management tools [INFO] ToolRegistry: Registered tool: create_app [INFO] ToolRegistry: Registered tool: update_app [INFO] ToolRegistry: Registered tool: list_tables [INFO] AppTools: App management tools registered [INFO] TableTools: Registering table operation tools [INFO] ToolRegistry: Registered tool: create_table [INFO] ToolRegistry: Registered tool: update_table [INFO] ToolRegistry: Registered tool: get_table_fields [INFO] TableTools: Table operation tools registered [INFO] FieldTools: Registering field management tools [INFO] ToolRegistry: Registered tool: create_field [INFO] ToolRegistry: Registered tool: update_field [INFO] FieldTools: Field management tools registered [INFO] RecordTools: Registering record operation tools [INFO] ToolRegistry: Registered tool: query_records [INFO] ToolRegistry: Registered tool: create_record [INFO] ToolRegistry: Registered tool: update_record [INFO] ToolRegistry: Registered tool: bulk_create_records [INFO] ToolRegistry: Registered tool: bulk_update_records [INFO] RecordTools: Record operation tools registered [INFO] FileTools: Registering file operation tools [INFO] ToolRegistry: Registered tool: upload_file [INFO] ToolRegistry: Registered tool: download_file [INFO] FileTools: File operation tools registered [INFO] ReportTools: Registering report operation tools [INFO] ToolRegistry: Registered tool: run_report [INFO] ReportTools: Report operation tools registered [INFO] ToolsInit: Registered 18 tools [INFO] ToolsInit: Initializing MCP tools [INFO] ToolRegistry: Registered tool: test_connection [INFO] ToolRegistry: Registered tool: configure_cache [INFO] AppTools: Registering app management tools [INFO] ToolRegistry: Registered tool: create_app [INFO] ToolRegistry: Registered tool: update_app [INFO] ToolRegistry: Registered tool: list_tables [INFO] AppTools: App management tools registered [INFO] TableTools: Registering table operation tools [INFO] ToolRegistry: Registered tool: create_table [INFO] ToolRegistry: Registered tool: update_table [INFO] ToolRegistry: Registered tool: get_table_fields [INFO] TableTools: Table operation tools registered [INFO] FieldTools: Registering field management tools [INFO] ToolRegistry: Registered tool: create_field [INFO] ToolRegistry: Registered tool: update_field [INFO] FieldTools: Field management tools registered [INFO] RecordTools: Registering record operation tools [INFO] ToolRegistry: Registered tool: query_records [INFO] ToolRegistry: Registered tool: create_record [INFO] ToolRegistry: Registered tool: update_record [INFO] ToolRegistry: Registered tool: bulk_create_records [INFO] ToolRegistry: Registered tool: bulk_update_records [INFO] RecordTools: Record operation tools registered [INFO] FileTools: Registering file operation tools [INFO] ToolRegistry: Registered tool: upload_file [INFO] ToolRegistry: Registered tool: download_file [INFO] FileTools: File operation tools registered [INFO] ReportTools: Registering report operation tools [INFO] ToolRegistry: Registered tool: run_report [INFO] ReportTools: Report operation tools registered [INFO] ToolsInit: Registered 18 tools [INFO] ToolsInit: Initializing MCP tools [INFO] ToolRegistry: Registered tool: test_connection [INFO] ToolRegistry: Registered tool: configure_cache [INFO] AppTools: Registering app management tools [INFO] ToolRegistry: Registered tool: create_app [INFO] ToolRegistry: Registered tool: update_app [INFO] ToolRegistry: Registered tool: list_tables [INFO] AppTools: App management tools registered [INFO] TableTools: Registering table operation tools [INFO] ToolRegistry: Registered tool: create_table [INFO] ToolRegistry: Registered tool: update_table [INFO] ToolRegistry: Registered tool: get_table_fields [INFO] TableTools: Table operation tools registered [INFO] FieldTools: Registering field management tools [INFO] ToolRegistry: Registered tool: create_field [INFO] ToolRegistry: Registered tool: update_field [INFO] FieldTools: Field management tools registered [INFO] RecordTools: Registering record operation tools [INFO] ToolRegistry: Registered tool: query_records [INFO] ToolRegistry: Registered tool: create_record [INFO] ToolRegistry: Registered tool: update_record [INFO] ToolRegistry: Registered tool: bulk_create_records [INFO] ToolRegistry: Registered tool: bulk_update_records [INFO] RecordTools: Record operation tools registered [INFO] FileTools: Registering file operation tools [INFO] ToolRegistry: Registered tool: upload_file [INFO] ToolRegistry: Registered tool: download_file [INFO] FileTools: File operation tools registered [INFO] ReportTools: Registering report operation tools [INFO] ToolRegistry: Registered tool: run_report [INFO] ReportTools: Report operation tools registered [INFO] ToolsInit: Registered 18 tools [INFO] ToolsInit: Initializing MCP tools [INFO] ToolRegistry: Registered tool: test_connection [INFO] ToolRegistry: Registered tool: configure_cache [INFO] AppTools: Registering app management tools [INFO] ToolRegistry: Registered tool: create_app [INFO] ToolRegistry: Registered tool: update_app [INFO] ToolRegistry: Registered tool: list_tables [INFO] AppTools: App management tools registered [INFO] TableTools: Registering table operation tools [INFO] ToolRegistry: Registered tool: create_table [INFO] ToolRegistry: Registered tool: update_table [INFO] ToolRegistry: Registered tool: get_table_fields [INFO] TableTools: Table operation tools registered [INFO] FieldTools: Registering field management tools [INFO] ToolRegistry: Registered tool: create_field [INFO] ToolRegistry: Registered tool: update_field [INFO] FieldTools: Field management tools registered [INFO] RecordTools: Registering record operation tools [INFO] ToolRegistry: Registered tool: query_records [INFO] ToolRegistry: Registered tool: create_record [INFO] ToolRegistry: Registered tool: update_record [INFO] ToolRegistry: Registered tool: bulk_create_records [INFO] ToolRegistry: Registered tool: bulk_update_records [INFO] RecordTools: Record operation tools registered [INFO] FileTools: Registering file operation tools [INFO] ToolRegistry: Registered tool: upload_file [INFO] ToolRegistry: Registered tool: download_file [INFO] FileTools: File operation tools registered [INFO] ReportTools: Registering report operation tools [INFO] ToolRegistry: Registered tool: run_report [INFO] ReportTools: Report operation tools registered [INFO] ToolsInit: Registered 18 tools [INFO] ToolsInit: Initializing MCP tools [INFO] ToolRegistry: Registered tool: test_connection [INFO] ToolRegistry: Registered tool: configure_cache [INFO] AppTools: Registering app management tools [INFO] ToolRegistry: Registered tool: create_app [INFO] ToolRegistry: Registered tool: update_app [INFO] ToolRegistry: Registered tool: list_tables [INFO] AppTools: App management tools registered [INFO] TableTools: Registering table operation tools [INFO] ToolRegistry: Registered tool: create_table [INFO] ToolRegistry: Registered tool: update_table [INFO] ToolRegistry: Registered tool: get_table_fields [INFO] TableTools: Table operation tools registered [INFO] FieldTools: Registering field management tools [INFO] ToolRegistry: Registered tool: create_field [INFO] ToolRegistry: Registered tool: update_field [INFO] FieldTools: Field management tools registered [INFO] RecordTools: Registering record operation tools [INFO] ToolRegistry: Registered tool: query_records [INFO] ToolRegistry: Registered tool: create_record [INFO] ToolRegistry: Registered tool: update_record [INFO] ToolRegistry: Registered tool: bulk_create_records [INFO] ToolRegistry: Registered tool: bulk_update_records [INFO] RecordTools: Record operation tools registered [INFO] FileTools: Registering file operation tools [INFO] ToolRegistry: Registered tool: upload_file [INFO] ToolRegistry: Registered tool: download_file [INFO] FileTools: File operation tools registered [INFO] ReportTools: Registering report operation tools [INFO] ToolRegistry: Registered tool: run_report [INFO] ReportTools: Report operation tools registered [INFO] ToolsInit: Registered 18 tools [INFO] ToolsInit: Initializing MCP tools [INFO] ToolRegistry: Registered tool: test_connection [INFO] ToolRegistry: Registered tool: configure_cache [INFO] AppTools: Registering app management tools [INFO] ToolRegistry: Registered tool: create_app [INFO] ToolRegistry: Registered tool: update_app [INFO] ToolRegistry: Registered tool: list_tables [INFO] AppTools: App management tools registered [INFO] TableTools: Registering table operation tools [INFO] ToolRegistry: Registered tool: create_table [INFO] ToolRegistry: Registered tool: update_table [INFO] ToolRegistry: Registered tool: get_table_fields [INFO] TableTools: Table operation tools registered [INFO] FieldTools: Registering field management tools [INFO] ToolRegistry: Registered tool: create_field [INFO] ToolRegistry: Registered tool: update_field [INFO] FieldTools: Field management tools registered [INFO] RecordTools: Registering record operation tools [INFO] ToolRegistry: Registered tool: query_records [INFO] ToolRegistry: Registered tool: create_record [INFO] ToolRegistry: Registered tool: update_record [INFO] ToolRegistry: Registered tool: bulk_create_records [INFO] ToolRegistry: Registered tool: bulk_update_records [INFO] RecordTools: Record operation tools registered [INFO] FileTools: Registering file operation tools [INFO] ToolRegistry: Registered tool: upload_file [INFO] ToolRegistry: Registered tool: download_file [INFO] FileTools: File operation tools registered [INFO] ReportTools: Registering report operation tools [INFO] ToolRegistry: Registered tool: run_report [INFO] ReportTools: Report operation tools registered [INFO] ToolsInit: Registered 18 tools [INFO] ToolsInit: Initializing MCP tools [INFO] ToolRegistry: Registered tool: test_connection [INFO] ToolRegistry: Registered tool: configure_cache [INFO] AppTools: Registering app management tools [INFO] ToolRegistry: Registered tool: create_app [INFO] ToolRegistry: Registered tool: update_app [INFO] ToolRegistry: Registered tool: list_tables [INFO] AppTools: App management tools registered [INFO] TableTools: Registering table operation tools [INFO] ToolRegistry: Registered tool: create_table [INFO] ToolRegistry: Registered tool: update_table [INFO] ToolRegistry: Registered tool: get_table_fields [INFO] TableTools: Table operation tools registered [INFO] FieldTools: Registering field management tools [INFO] ToolRegistry: Registered tool: create_field [INFO] ToolRegistry: Registered tool: update_field [INFO] FieldTools: Field management tools registered [INFO] RecordTools: Registering record operation tools [INFO] ToolRegistry: Registered tool: query_records [INFO] ToolRegistry: Registered tool: create_record [INFO] ToolRegistry: Registered tool: update_record [INFO] ToolRegistry: Registered tool: bulk_create_records [INFO] ToolRegistry: Registered tool: bulk_update_records [INFO] RecordTools: Record operation tools registered [INFO] FileTools: Registering file operation tools [INFO] ToolRegistry: Registered tool: upload_file [INFO] ToolRegistry: Registered tool: download_file [INFO] FileTools: File operation tools registered [INFO] ReportTools: Registering report operation tools [INFO] ToolRegistry: Registered tool: run_report [INFO] ReportTools: Report operation tools registered [INFO] ToolsInit: Registered 18 tools [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","appId":"test-app-id","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","appId":"test-app-id","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","appId":"test-app-id","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] ToolsInit: Initializing MCP tools [INFO] ToolRegistry: Registered tool: test_connection [INFO] ToolRegistry: Registered tool: configure_cache [INFO] AppTools: Registering app management tools [INFO] ToolRegistry: Registered tool: create_app [INFO] ToolRegistry: Registered tool: update_app [INFO] ToolRegistry: Registered tool: list_tables [INFO] AppTools: App management tools registered [INFO] TableTools: Registering table operation tools [INFO] ToolRegistry: Registered tool: create_table [INFO] ToolRegistry: Registered tool: update_table [INFO] ToolRegistry: Registered tool: get_table_fields [INFO] TableTools: Table operation tools registered [INFO] FieldTools: Registering field management tools [INFO] ToolRegistry: Registered tool: create_field [INFO] ToolRegistry: Registered tool: update_field [INFO] FieldTools: Field management tools registered [INFO] RecordTools: Registering record operation tools [INFO] ToolRegistry: Registered tool: query_records [INFO] ToolRegistry: Registered tool: create_record [INFO] ToolRegistry: Registered tool: update_record [INFO] ToolRegistry: Registered tool: bulk_create_records [INFO] ToolRegistry: Registered tool: bulk_update_records [INFO] RecordTools: Record operation tools registered [INFO] FileTools: Registering file operation tools [INFO] ToolRegistry: Registered tool: upload_file [INFO] ToolRegistry: Registered tool: download_file [INFO] FileTools: File operation tools registered [INFO] ReportTools: Registering report operation tools [INFO] ToolRegistry: Registered tool: run_report [INFO] ReportTools: Report operation tools registered [INFO] ToolsInit: Registered 18 tools [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","appId":"test-app-id","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] cache: Cache initialized with TTL of 7200 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"custom.quickbase.com","appId":"custom-app","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 7200 seconds, enabled: true [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","appId":"test-app-id","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","appId":"test-app-id","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: false [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":false,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","appId":"test-app-id","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"another.quickbase.com","appId":"app123","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"third.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","appId":"test-app-id","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","appId":"test-app-id","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true PASS src/__tests__/integration.test.ts [WARN] Validation: Invalid schema provided to createMcpZodSchema {"schema":{}} [WARN] Validation: Invalid schema provided to createMcpZodSchema {"schema":null} [ERROR] Validation: Parameter validation failed {"toolName":"test_tool","error":"Parameter validation failed in tool \"test_tool\": name: Required","issues":[{"code":"invalid_type","expected":"string","received":"undefined","path":["name"],"message":"Required"}],"params":"object"} [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] cache: Cache cleared [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","appId":"test-app-id","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] ToolsInit: Initializing MCP tools [INFO] ToolRegistry: Registered tool: test_connection [INFO] ToolRegistry: Registered tool: configure_cache [INFO] AppTools: Registering app management tools [INFO] ToolRegistry: Registered tool: create_app [INFO] ToolRegistry: Registered tool: update_app [INFO] ToolRegistry: Registered tool: list_tables [INFO] AppTools: App management tools registered [INFO] TableTools: Registering table operation tools [INFO] ToolRegistry: Registered tool: create_table [INFO] ToolRegistry: Registered tool: update_table [INFO] ToolRegistry: Registered tool: get_table_fields [INFO] TableTools: Table operation tools registered [INFO] FieldTools: Registering field management tools [INFO] ToolRegistry: Registered tool: create_field [INFO] ToolRegistry: Registered tool: update_field [INFO] FieldTools: Field management tools registered [INFO] RecordTools: Registering record operation tools [INFO] ToolRegistry: Registered tool: query_records [INFO] ToolRegistry: Registered tool: create_record [INFO] ToolRegistry: Registered tool: update_record [INFO] ToolRegistry: Registered tool: bulk_create_records [INFO] ToolRegistry: Registered tool: bulk_update_records [INFO] RecordTools: Record operation tools registered [INFO] FileTools: Registering file operation tools [INFO] ToolRegistry: Registered tool: upload_file [INFO] ToolRegistry: Registered tool: download_file [INFO] FileTools: File operation tools registered [INFO] ReportTools: Registering report operation tools [INFO] ToolRegistry: Registered tool: run_report [INFO] ReportTools: Report operation tools registered [INFO] ToolsInit: Registered 18 tools [INFO] ToolsInit: Initializing MCP tools [INFO] ToolRegistry: Registered tool: test_connection [INFO] ToolRegistry: Registered tool: configure_cache [INFO] AppTools: Registering app management tools [INFO] ToolRegistry: Registered tool: create_app [INFO] ToolRegistry: Registered tool: update_app [INFO] ToolRegistry: Registered tool: list_tables [INFO] AppTools: App management tools registered [INFO] TableTools: Registering table operation tools [INFO] ToolRegistry: Registered tool: create_table [INFO] ToolRegistry: Registered tool: update_table [INFO] ToolRegistry: Registered tool: get_table_fields [INFO] TableTools: Table operation tools registered [INFO] FieldTools: Registering field management tools [INFO] ToolRegistry: Registered tool: create_field [INFO] ToolRegistry: Registered tool: update_field [INFO] FieldTools: Field management tools registered [INFO] RecordTools: Registering record operation tools [INFO] ToolRegistry: Registered tool: query_records [INFO] ToolRegistry: Registered tool: create_record [INFO] ToolRegistry: Registered tool: update_record [INFO] ToolRegistry: Registered tool: bulk_create_records [INFO] ToolRegistry: Registered tool: bulk_update_records [INFO] RecordTools: Record operation tools registered [INFO] FileTools: Registering file operation tools [INFO] ToolRegistry: Registered tool: upload_file [INFO] ToolRegistry: Registered tool: download_file [INFO] FileTools: File operation tools registered [INFO] ReportTools: Registering report operation tools [INFO] ToolRegistry: Registered tool: run_report [INFO] ReportTools: Report operation tools registered [INFO] ToolsInit: Registered 18 tools [INFO] ToolsInit: Initializing MCP tools [INFO] ToolRegistry: Registered tool: test_connection [INFO] ToolRegistry: Registered tool: configure_cache [INFO] AppTools: Registering app management tools [INFO] ToolRegistry: Registered tool: create_app [INFO] ToolRegistry: Registered tool: update_app [INFO] ToolRegistry: Registered tool: list_tables [INFO] AppTools: App management tools registered [INFO] TableTools: Registering table operation tools [INFO] ToolRegistry: Registered tool: create_table [INFO] ToolRegistry: Registered tool: update_table [INFO] ToolRegistry: Registered tool: get_table_fields [INFO] TableTools: Table operation tools registered [INFO] FieldTools: Registering field management tools [INFO] ToolRegistry: Registered tool: create_field [INFO] ToolRegistry: Registered tool: update_field [INFO] FieldTools: Field management tools registered [INFO] RecordTools: Registering record operation tools [INFO] ToolRegistry: Registered tool: query_records [INFO] ToolRegistry: Registered tool: create_record [INFO] ToolRegistry: Registered tool: update_record [INFO] ToolRegistry: Registered tool: bulk_create_records [INFO] ToolRegistry: Registered tool: bulk_update_records [INFO] RecordTools: Record operation tools registered [INFO] FileTools: Registering file operation tools [INFO] ToolRegistry: Registered tool: upload_file [INFO] ToolRegistry: Registered tool: download_file [INFO] FileTools: File operation tools registered [INFO] ReportTools: Registering report operation tools [INFO] ToolRegistry: Registered tool: run_report [INFO] ReportTools: Report operation tools registered [INFO] ToolsInit: Registered 18 tools [INFO] ToolsInit: Initializing MCP tools [INFO] ToolRegistry: Registered tool: test_connection [INFO] ToolRegistry: Registered tool: configure_cache [INFO] AppTools: Registering app management tools [INFO] ToolRegistry: Registered tool: create_app [INFO] ToolRegistry: Registered tool: update_app [INFO] ToolRegistry: Registered tool: list_tables [INFO] AppTools: App management tools registered [INFO] TableTools: Registering table operation tools [INFO] ToolRegistry: Registered tool: create_table [INFO] ToolRegistry: Registered tool: update_table [INFO] ToolRegistry: Registered tool: get_table_fields [INFO] TableTools: Table operation tools registered [INFO] FieldTools: Registering field management tools [INFO] ToolRegistry: Registered tool: create_field [INFO] ToolRegistry: Registered tool: update_field [INFO] FieldTools: Field management tools registered [INFO] RecordTools: Registering record operation tools [INFO] ToolRegistry: Registered tool: query_records [INFO] ToolRegistry: Registered tool: create_record [INFO] ToolRegistry: Registered tool: update_record [INFO] ToolRegistry: Registered tool: bulk_create_records [INFO] ToolRegistry: Registered tool: bulk_update_records [INFO] RecordTools: Record operation tools registered [INFO] FileTools: Registering file operation tools [INFO] ToolRegistry: Registered tool: upload_file [INFO] ToolRegistry: Registered tool: download_file [INFO] FileTools: File operation tools registered [INFO] ReportTools: Registering report operation tools [INFO] ToolRegistry: Registered tool: run_report [INFO] ReportTools: Report operation tools registered [INFO] ToolsInit: Registered 18 tools [INFO] ToolsInit: Initializing MCP tools [INFO] ToolRegistry: Registered tool: test_connection [INFO] ToolRegistry: Registered tool: configure_cache [INFO] AppTools: Registering app management tools [INFO] ToolRegistry: Registered tool: create_app [INFO] ToolRegistry: Registered tool: update_app [INFO] ToolRegistry: Registered tool: list_tables [INFO] AppTools: App management tools registered [INFO] TableTools: Registering table operation tools [INFO] ToolRegistry: Registered tool: create_table [INFO] ToolRegistry: Registered tool: update_table [INFO] ToolRegistry: Registered tool: get_table_fields [INFO] TableTools: Table operation tools registered [INFO] FieldTools: Registering field management tools [INFO] ToolRegistry: Registered tool: create_field [INFO] ToolRegistry: Registered tool: update_field [INFO] FieldTools: Field management tools registered [INFO] RecordTools: Registering record operation tools [INFO] ToolRegistry: Registered tool: query_records [INFO] ToolRegistry: Registered tool: create_record [INFO] ToolRegistry: Registered tool: update_record [INFO] ToolRegistry: Registered tool: bulk_create_records [INFO] ToolRegistry: Registered tool: bulk_update_records [INFO] RecordTools: Record operation tools registered [INFO] FileTools: Registering file operation tools [INFO] ToolRegistry: Registered tool: upload_file [INFO] ToolRegistry: Registered tool: download_file [INFO] FileTools: File operation tools registered [INFO] ReportTools: Registering report operation tools [INFO] ToolRegistry: Registered tool: run_report [INFO] ReportTools: Report operation tools registered [INFO] ToolsInit: Registered 18 tools [INFO] ToolsInit: Initializing MCP tools [INFO] ToolRegistry: Registered tool: test_connection [INFO] ToolRegistry: Registered tool: configure_cache [INFO] AppTools: Registering app management tools [INFO] ToolRegistry: Registered tool: create_app [INFO] ToolRegistry: Registered tool: update_app [INFO] ToolRegistry: Registered tool: list_tables [INFO] AppTools: App management tools registered [INFO] TableTools: Registering table operation tools [INFO] ToolRegistry: Registered tool: create_table [INFO] ToolRegistry: Registered tool: update_table [INFO] ToolRegistry: Registered tool: get_table_fields [INFO] TableTools: Table operation tools registered [INFO] FieldTools: Registering field management tools [INFO] ToolRegistry: Registered tool: create_field [INFO] ToolRegistry: Registered tool: update_field [INFO] FieldTools: Field management tools registered [INFO] RecordTools: Registering record operation tools [INFO] ToolRegistry: Registered tool: query_records [INFO] ToolRegistry: Registered tool: create_record [INFO] ToolRegistry: Registered tool: update_record [INFO] ToolRegistry: Registered tool: bulk_create_records [INFO] ToolRegistry: Registered tool: bulk_update_records [INFO] RecordTools: Record operation tools registered [INFO] FileTools: Registering file operation tools [INFO] ToolRegistry: Registered tool: upload_file [INFO] ToolRegistry: Registered tool: download_file [INFO] FileTools: File operation tools registered [INFO] ReportTools: Registering report operation tools [INFO] ToolRegistry: Registered tool: run_report [INFO] ReportTools: Report operation tools registered [INFO] ToolsInit: Registered 18 tools [INFO] ToolsInit: Initializing MCP tools [INFO] ToolRegistry: Registered tool: test_connection [INFO] ToolRegistry: Registered tool: configure_cache [INFO] AppTools: Registering app management tools [INFO] ToolRegistry: Registered tool: create_app [INFO] ToolRegistry: Registered tool: update_app [INFO] ToolRegistry: Registered tool: list_tables [INFO] AppTools: App management tools registered [INFO] TableTools: Registering table operation tools [INFO] ToolRegistry: Registered tool: create_table [INFO] ToolRegistry: Registered tool: update_table [INFO] ToolRegistry: Registered tool: get_table_fields [INFO] TableTools: Table operation tools registered [INFO] FieldTools: Registering field management tools [INFO] ToolRegistry: Registered tool: create_field [INFO] ToolRegistry: Registered tool: update_field [INFO] FieldTools: Field management tools registered [INFO] RecordTools: Registering record operation tools [INFO] ToolRegistry: Registered tool: query_records [INFO] ToolRegistry: Registered tool: create_record [INFO] ToolRegistry: Registered tool: update_record [INFO] ToolRegistry: Registered tool: bulk_create_records [INFO] ToolRegistry: Registered tool: bulk_update_records [INFO] RecordTools: Record operation tools registered [INFO] FileTools: Registering file operation tools [INFO] ToolRegistry: Registered tool: upload_file [INFO] ToolRegistry: Registered tool: download_file [INFO] FileTools: File operation tools registered [INFO] ReportTools: Registering report operation tools [INFO] ToolRegistry: Registered tool: run_report [INFO] ReportTools: Report operation tools registered [INFO] ToolsInit: Registered 18 tools [INFO] ToolsInit: Initializing MCP tools [INFO] ToolRegistry: Registered tool: test_connection [INFO] ToolRegistry: Registered tool: configure_cache [INFO] AppTools: Registering app management tools [INFO] ToolRegistry: Registered tool: create_app [INFO] ToolRegistry: Registered tool: update_app [INFO] ToolRegistry: Registered tool: list_tables [INFO] AppTools: App management tools registered [INFO] TableTools: Registering table operation tools [INFO] ToolRegistry: Registered tool: create_table [INFO] ToolRegistry: Registered tool: update_table [INFO] ToolRegistry: Registered tool: get_table_fields [INFO] TableTools: Table operation tools registered [INFO] FieldTools: Registering field management tools [INFO] ToolRegistry: Registered tool: create_field [INFO] ToolRegistry: Registered tool: update_field [INFO] FieldTools: Field management tools registered [INFO] RecordTools: Registering record operation tools [INFO] ToolRegistry: Registered tool: query_records [INFO] ToolRegistry: Registered tool: create_record [INFO] ToolRegistry: Registered tool: update_record [INFO] ToolRegistry: Registered tool: bulk_create_records [INFO] ToolRegistry: Registered tool: bulk_update_records [INFO] RecordTools: Record operation tools registered [INFO] FileTools: Registering file operation tools [INFO] ToolRegistry: Registered tool: upload_file [INFO] ToolRegistry: Registered tool: download_file [INFO] FileTools: File operation tools registered [INFO] ReportTools: Registering report operation tools [INFO] ToolRegistry: Registered tool: run_report [INFO] ReportTools: Report operation tools registered [INFO] ToolsInit: Registered 18 tools [INFO] ToolsInit: Initializing MCP tools [INFO] ToolRegistry: Registered tool: test_connection [INFO] ToolRegistry: Registered tool: configure_cache [INFO] AppTools: Registering app management tools [INFO] ToolRegistry: Registered tool: create_app [INFO] ToolRegistry: Registered tool: update_app [INFO] ToolRegistry: Registered tool: list_tables [INFO] AppTools: App management tools registered [INFO] TableTools: Registering table operation tools [INFO] ToolRegistry: Registered tool: create_table [INFO] ToolRegistry: Registered tool: update_table [INFO] ToolRegistry: Registered tool: get_table_fields [INFO] TableTools: Table operation tools registered [INFO] FieldTools: Registering field management tools [INFO] ToolRegistry: Registered tool: create_field [INFO] ToolRegistry: Registered tool: update_field [INFO] FieldTools: Field management tools registered [INFO] RecordTools: Registering record operation tools [INFO] ToolRegistry: Registered tool: query_records [INFO] ToolRegistry: Registered tool: create_record [INFO] ToolRegistry: Registered tool: update_record [INFO] ToolRegistry: Registered tool: bulk_create_records [INFO] ToolRegistry: Registered tool: bulk_update_records [INFO] RecordTools: Record operation tools registered [INFO] FileTools: Registering file operation tools [INFO] ToolRegistry: Registered tool: upload_file [INFO] ToolRegistry: Registered tool: download_file [INFO] FileTools: File operation tools registered [INFO] ReportTools: Registering report operation tools [INFO] ToolRegistry: Registered tool: run_report [INFO] ReportTools: Report operation tools registered [INFO] ToolsInit: Registered 18 tools [INFO] ToolsInit: Initializing MCP tools [INFO] ToolRegistry: Registered tool: test_connection [INFO] ToolRegistry: Registered tool: configure_cache [INFO] AppTools: Registering app management tools [INFO] ToolRegistry: Registered tool: create_app [INFO] ToolRegistry: Registered tool: update_app [INFO] ToolRegistry: Registered tool: list_tables [INFO] AppTools: App management tools registered [INFO] TableTools: Registering table operation tools [INFO] ToolRegistry: Registered tool: create_table [INFO] ToolRegistry: Registered tool: update_table [INFO] ToolRegistry: Registered tool: get_table_fields [INFO] TableTools: Table operation tools registered [INFO] FieldTools: Registering field management tools [INFO] ToolRegistry: Registered tool: create_field [INFO] ToolRegistry: Registered tool: update_field [INFO] FieldTools: Field management tools registered [INFO] RecordTools: Registering record operation tools [INFO] ToolRegistry: Registered tool: query_records [INFO] ToolRegistry: Registered tool: create_record [INFO] ToolRegistry: Registered tool: update_record [INFO] ToolRegistry: Registered tool: bulk_create_records [INFO] ToolRegistry: Registered tool: bulk_update_records [INFO] RecordTools: Record operation tools registered [INFO] FileTools: Registering file operation tools [INFO] ToolRegistry: Registered tool: upload_file [INFO] ToolRegistry: Registered tool: download_file [INFO] FileTools: File operation tools registered [INFO] ReportTools: Registering report operation tools [INFO] ToolRegistry: Registered tool: run_report [INFO] ReportTools: Report operation tools registered [INFO] ToolsInit: Registered 18 tools [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] QuickbaseClient: Quickbase client initialized {"realmHost":"test.quickbase.com","appId":"test-app-id","cacheEnabled":true,"rateLimit":10} [INFO] cache: Cache initialized with TTL of 3600 seconds, enabled: true [INFO] ToolsInit: Initializing MCP tools [INFO] ToolRegistry: Registered tool: test_connection [INFO] ToolRegistry: Registered tool: configure_cache [INFO] AppTools: Registering app management tools [INFO] ToolRegistry: Registered tool: create_app [INFO] ToolRegistry: Registered tool: update_app [INFO] ToolRegistry: Registered tool: list_tables [INFO] AppTools: App management tools registered [INFO] TableTools: Registering table operation tools [INFO] ToolRegistry: Registered tool: create_table [INFO] ToolRegistry: Registered tool: update_table [INFO] ToolRegistry: Registered tool: get_table_fields [INFO] TableTools: Table operation tools registered [INFO] FieldTools: Registering field management tools [INFO] ToolRegistry: Registered tool: create_field [INFO] ToolRegistry: Registered tool: update_field [INFO] FieldTools: Field management tools registered [INFO] RecordTools: Registering record operation tools [INFO] ToolRegistry: Registered tool: query_records [INFO] ToolRegistry: Registered tool: create_record [INFO] ToolRegistry: Registered tool: update_record [INFO] ToolRegistry: Registered tool: bulk_create_records [INFO] ToolRegistry: Registered tool: bulk_update_records [INFO] RecordTools: Record operation tools registered [INFO] FileTools: Registering file operation tools [INFO] ToolRegistry: Registered tool: upload_file [INFO] ToolRegistry: Registered tool: download_file [INFO] FileTools: File operation tools registered [INFO] ReportTools: Registering report operation tools [INFO] ToolRegistry: Registered tool: run_report [INFO] ReportTools: Report operation tools registered [INFO] ToolsInit: Registered 18 tools [ERROR] Validation: Parameter validation failed {"toolName":"test_tool","error":"Parameter validation failed in tool \"test_tool\": age: Expected number, received string","issues":[{"code":"invalid_type","expected":"number","received":"string","path":["age"],"message":"Expected number, received string"}],"params":"object"} PASS src/__tests__/performance.test.ts [INFO] CreateRecordTool: Creating new record in Quickbase table {"tableId":"test-table"} [ERROR] CreateRecordTool: Record creation response has invalid record ID type {"recordId":123,"type":"number"} [ERROR] Validation: Parameter validation failed {"toolName":"test_tool","error":"Parameter validation failed in tool \"test_tool\": format: Invalid enum value. Expected 'JSON' | 'CSV', received 'XML'","issues":[{"received":"XML","code":"invalid_enum_value","options":["JSON","CSV"],"path":["format"],"message":"Invalid enum value. Expected 'JSON' | 'CSV', received 'XML'"}],"params":"object"} [ERROR] Validation: Parameter validation failed {"toolName":"test_tool","error":"Parameter validation failed in tool \"test_tool\": name: Required","issues":[{"code":"invalid_type","expected":"string","received":"undefined","path":["name"],"message":"Required"}],"params":"object"} [ERROR] Validation: Parameter validation failed {"toolName":"test_tool","error":"Parameter validation failed in tool \"test_tool\": tags.0: Expected string, received number","issues":[{"code":"invalid_type","expected":"string","received":"number","path":["tags",0],"message":"Expected string, received number"}],"params":"object"} [WARN] Validation: Invalid schema provided to createMcpZodSchema {} [WARN] Validation: Invalid schema provided to createMcpZodSchema {"schema":null} [WARN] Validation: Invalid schema provided to createMcpZodSchema {"schema":{"properties":null}} [WARN] Validation: Invalid property schema, defaulting to unknown {"prop":null} [INFO] ToolsInit: Initializing MCP tools [INFO] ToolRegistry: Registered tool: test_connection [INFO] ToolRegistry: Registered tool: configure_cache [INFO] AppTools: Registering app management tools [INFO] ToolRegistry: Registered tool: create_app [INFO] ToolRegistry: Registered tool: update_app [INFO] ToolRegistry: Registered tool: list_tables [INFO] AppTools: App management tools registered [INFO] TableTools: Registering table operation tools [INFO] ToolRegistry: Registered tool: create_table [INFO] ToolRegistry: Registered tool: update_table [INFO] ToolRegistry: Registered tool: get_table_fields [INFO] TableTools: Table operation tools registered [INFO] FieldTools: Registering field management tools [INFO] ToolRegistry: Registered tool: create_field [INFO] ToolRegistry: Registered tool: update_field [INFO] FieldTools: Field management tools registered [INFO] RecordTools: Registering record operation tools [INFO] ToolRegistry: Registered tool: query_records [INFO] ToolRegistry: Registered tool: create_record [INFO] ToolRegistry: Registered tool: update_record [INFO] ToolRegistry: Registered tool: bulk_create_records [INFO] ToolRegistry: Registered tool: bulk_update_records [INFO] RecordTools: Record operation tools registered [INFO] FileTools: Registering file operation tools [INFO] ToolRegistry: Registered tool: upload_file [INFO] ToolRegistry: Registered tool: download_file [INFO] FileTools: File operation tools registered [INFO] ReportTools: Registering report operation tools [INFO] ToolRegistry: Registered tool: run_report [INFO] ReportTools: Report operation tools registered [INFO] ToolsInit: Registered 18 tools [INFO] ToolsInit: Initializing MCP tools [INFO] ToolRegistry: Registered tool: test_connection [INFO] ToolRegistry: Registered tool: configure_cache [INFO] AppTools: Registering app management tools [INFO] ToolRegistry: Registered tool: create_app [INFO] ToolRegistry: Registered tool: update_app [INFO] ToolRegistry: Registered tool: list_tables [INFO] AppTools: App management tools registered [INFO] TableTools: Registering table operation tools [INFO] ToolRegistry: Registered tool: create_table [INFO] ToolRegistry: Registered tool: update_table [INFO] ToolRegistry: Registered tool: get_table_fields [INFO] TableTools: Table operation tools registered [INFO] FieldTools: Registering field management tools [INFO] ToolRegistry: Registered tool: create_field [INFO] ToolRegistry: Registered tool: update_field [INFO] FieldTools: Field management tools registered [INFO] RecordTools: Registering record operation tools [INFO] ToolRegistry: Registered tool: query_records [INFO] ToolRegistry: Registered tool: create_record [INFO] ToolRegistry: Registered tool: update_record [INFO] ToolRegistry: Registered tool: bulk_create_records [INFO] ToolRegistry: Registered tool: bulk_update_records [INFO] RecordTools: Record operation tools registered [INFO] FileTools: Registering file operation tools [INFO] ToolRegistry: Registered tool: upload_file [INFO] ToolRegistry: Registered tool: download_file [INFO] FileTools: File operation tools registered [INFO] ReportTools: Registering report operation tools [INFO] ToolRegistry: Registered tool: run_report [INFO] ReportTools: Report operation tools registered [INFO] ToolsInit: Registered 18 tools [ERROR] BaseTool: Error executing tool create_record {"error":"Record created but returned record ID is not a string","type":"Error","stack":"Error: Record created but returned record ID is not a string\n at CreateRecordTool.run (/Users/danielbushman/Quickbase-MCP-connector/src/tools/records/create_record.ts:162:13)\n at processTicksAndRejections (node:internal/process/task_queues:105:5)\n at CreateRecordTool.execute (/Users/danielbushman/Quickbase-MCP-connector/src/tools/base.ts:63:22)\n at Object.<anonymous> (/Users/danielbushman/Quickbase-MCP-connector/src/__tests__/tools/records.test.ts:55:22)"} [INFO] ToolsInit: Initializing MCP tools [INFO] ToolRegistry: Registered tool: test_connection [INFO] ToolRegistry: Registered tool: configure_cache [INFO] AppTools: Registering app management tools [INFO] ToolRegistry: Registered tool: create_app [INFO] ToolRegistry: Registered tool: update_app [INFO] ToolRegistry: Registered tool: list_tables [INFO] AppTools: App management tools registered [INFO] TableTools: Registering table operation tools [INFO] ToolRegistry: Registered tool: create_table [INFO] ToolRegistry: Registered tool: update_table [INFO] ToolRegistry: Registered tool: get_table_fields [INFO] TableTools: Table operation tools registered [INFO] FieldTools: Registering field management tools [INFO] ToolRegistry: Registered tool: create_field [INFO] ToolRegistry: Registered tool: update_field [INFO] FieldTools: Field management tools registered [INFO] RecordTools: Registering record operation tools [INFO] ToolRegistry: Registered tool: query_records [INFO] ToolRegistry: Registered tool: create_record [INFO] ToolRegistry: Registered tool: update_record [INFO] ToolRegistry: Registered tool: bulk_create_records [INFO] ToolRegistry: Registered tool: bulk_update_records [INFO] RecordTools: Record operation tools registered [INFO] FileTools: Registering file operation tools [INFO] ToolRegistry: Registered tool: upload_file [INFO] ToolRegistry: Registered tool: download_file [INFO] FileTools: File operation tools registered [INFO] ReportTools: Registering report operation tools [INFO] ToolRegistry: Registered tool: run_report [INFO] ReportTools: Report operation tools registered [INFO] ToolsInit: Registered 18 tools [INFO] ToolsInit: Initializing MCP tools [INFO] ToolRegistry: Registered tool: test_connection [INFO] ToolRegistry: Registered tool: configure_cache [INFO] AppTools: Registering app management tools [INFO] ToolRegistry: Registered tool: create_app [INFO] ToolRegistry: Registered tool: update_app [INFO] CreateRecordTool: Creating new record in Quickbase table {"tableId":""} [INFO] ToolRegistry: Registered tool: list_tables [INFO] AppTools: App management tools registered [INFO] TableTools: Registering table operation tools [INFO] ToolRegistry: Registered tool: create_table [INFO] ToolRegistry: Registered tool: update_table [INFO] ToolRegistry: Registered tool: get_table_fields [INFO] TableTools: Table operation tools registered [INFO] FieldTools: Registering field management tools [INFO] ToolRegistry: Registered tool: create_field [INFO] ToolRegistry: Registered tool: update_field [INFO] FieldTools: Field management tools registered [INFO] RecordTools: Registering record operation tools [INFO] ToolRegistry: Registered tool: query_records [INFO] ToolRegistry: Registered tool: create_record [INFO] ToolRegistry: Registered tool: update_record [INFO] ToolRegistry: Registered tool: bulk_create_records [INFO] ToolRegistry: Registered tool: bulk_update_records [INFO] RecordTools: Record operation tools registered [INFO] FileTools: Registering file operation tools [INFO] ToolRegistry: Registered tool: upload_file [INFO] ToolRegistry: Registered tool: download_file [INFO] FileTools: File operation tools registered [INFO] ReportTools: Registering report operation tools [INFO] ToolRegistry: Registered tool: run_report [INFO] ReportTools: Report operation tools registered [INFO] ToolsInit: Registered 18 tools PASS src/__tests__/validation.test.ts [ERROR] BaseTool: Error executing tool create_record {"error":"Record data is required and must be a non-empty object","type":"Error","stack":"Error: Record data is required and must be a non-empty object\n at CreateRecordTool.run (/Users/danielbushman/Quickbase-MCP-connector/src/tools/records/create_record.ts:90:13)\n at CreateRecordTool.run [as execute] (/Users/danielbushman/Quickbase-MCP-connector/src/tools/base.ts:63:33)\n at Object.<anonymous> (/Users/danielbushman/Quickbase-MCP-connector/src/__tests__/tools/records.test.ts:77:33)\n at Promise.then.completed (/Users/danielbushman/Quickbase-MCP-connector/node_modules/jest-circus/build/utils.js:298:28)\n at new Promise (<anonymous>)\n at callAsyncCircusFn (/Users/danielbushman/Quickbase-MCP-connector/node_modules/jest-circus/build/utils.js:231:10)\n at _callCircusTest (/Users/danielbushman/Quickbase-MCP-connector/node_modules/jest-circus/build/run.js:316:40)\n at processTicksAndRejections (node:internal/process/task_queues:105:5)\n at _runTest (/Users/danielbushman/Quickbase-MCP-connector/node_modules/jest-circus/build/run.js:252:3)\n at _runTestsForDescribeBlock (/Users/danielbushman/Quickbase-MCP-connector/node_modules/jest-circus/build/run.js:126:9)\n at _runTestsForDescribeBlock (/Users/danielbushman/Quickbase-MCP-connector/node_modules/jest-circus/build/run.js:121:9)\n at _runTestsForDescribeBlock (/Users/danielbushman/Quickbase-MCP-connector/node_modules/jest-circus/build/run.js:121:9)\n at run (/Users/danielbushman/Quickbase-MCP-connector/node_modules/jest-circus/build/run.js:71:3)\n at runAndTransformResultsToJestFormat (/Users/danielbushman/Quickbase-MCP-connector/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapterInit.js:122:21)\n at jestAdapter (/Users/danielbushman/Quickbase-MCP-connector/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:79:19)\n at runTestInternal (/Users/danielbushman/Quickbase-MCP-connector/node_modules/jest-runner/build/runTest.js:367:16)\n at runTest (/Users/danielbushman/Quickbase-MCP-connector/node_modules/jest-runner/build/runTest.js:444:34)\n at Object.worker (/Users/danielbushman/Quickbase-MCP-connector/node_modules/jest-runner/build/testWorker.js:106:12)"} [INFO] UpdateRecordTool: Updating record in Quickbase table {"tableId":"test-table","recordId":"123"} [INFO] UpdateRecordTool: Successfully updated record {"recordId":"123","tableId":"test-table","updatedFields":["6"]} [INFO] QueryRecordsTool: Querying records from Quickbase table {"tableId":"test-table","maxRecords":1000,"pagination":"disabled"} [INFO] QueryRecordsTool: Retrieved 1 records from table {"tableId":"test-table","hasMore":false} [INFO] QueryRecordsTool: Querying records from Quickbase table {"tableId":"test-table","maxRecords":1000,"pagination":"disabled"} [INFO] QueryRecordsTool: Retrieved 0 records from table {"tableId":"test-table","hasMore":false} PASS src/__tests__/tools.test.ts FAIL src/__tests__/tools/records.test.ts ● Record Tools › CreateRecordTool › should create record successfully expect(received).toBe(expected) // Object.is equality Expected: true Received: false 55 | const result = await tool.execute(params); 56 | > 57 | expect(result.success).toBe(true); | ^ 58 | expect(mockClient.request).toHaveBeenCalledWith({ 59 | method: 'POST', 60 | path: '/records', at Object.<anonymous> (src/__tests__/tools/records.test.ts:57:30) -------------------------|---------|----------|---------|---------|--------------------------------------------------------------- File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s -------------------------|---------|----------|---------|---------|--------------------------------------------------------------- All files | 42.07 | 21.44 | 47.3 | 42.47 | src | 0 | 0 | 0 | 0 | mcp-stdio-server.ts | 0 | 0 | 0 | 0 | 6-159 server.ts | 0 | 0 | 0 | 0 | 1-362 src/client | 21.5 | 11.86 | 23.07 | 22.72 | quickbase.ts | 21.5 | 11.86 | 23.07 | 22.72 | 25-50,129-277 src/mcp | 0 | 0 | 0 | 0 | index.ts | 0 | 100 | 100 | 0 | 4 server.ts | 0 | 0 | 0 | 0 | 4-110 src/tools | 82.17 | 26.31 | 86.66 | 82.17 | base.ts | 100 | 50 | 100 | 100 | 72-78 configure_cache.ts | 39.13 | 0 | 50 | 39.13 | 98-127 index.ts | 100 | 100 | 100 | 100 | registry.ts | 85.71 | 0 | 85.71 | 85.71 | 28,57 test_connection.ts | 87.5 | 40 | 100 | 87.5 | 72-73 src/tools/apps | 43.82 | 0 | 44.44 | 44.31 | create_app.ts | 40 | 0 | 50 | 40 | 105-142 index.ts | 100 | 100 | 100 | 100 | list_tables.ts | 28.57 | 0 | 25 | 29.62 | 130-189 update_app.ts | 30.76 | 0 | 50 | 30.76 | 109-158 src/tools/fields | 46.66 | 0 | 60 | 46.66 | create_field.ts | 40 | 0 | 50 | 40 | 157-201 index.ts | 100 | 100 | 100 | 100 | update_field.ts | 28.57 | 0 | 50 | 28.57 | 133-189 src/tools/files | 29.24 | 0 | 37.5 | 29.24 | download_file.ts | 26.31 | 0 | 33.33 | 26.31 | 135-219 index.ts | 100 | 100 | 100 | 100 | upload_file.ts | 16.07 | 0 | 25 | 16.07 | 129-257 src/tools/records | 50.87 | 33.67 | 60 | 51.32 | bulk_create_records.ts | 26.66 | 0 | 33.33 | 26.66 | 90-151 bulk_update_records.ts | 25.8 | 0 | 20 | 27.58 | 90-148 create_record.ts | 72.5 | 61.11 | 100 | 72.5 | 115-119,124,131-134,141-144,149-152,165-170 index.ts | 100 | 100 | 100 | 100 | query_records.ts | 36.9 | 36.17 | 100 | 36.9 | 224,243-247,252,259-260,282-396 update_record.ts | 86.36 | 55.55 | 100 | 86.36 | 106,134-139 src/tools/reports | 77.27 | 0 | 66.66 | 77.27 | index.ts | 100 | 100 | 100 | 100 | run_report.ts | 61.53 | 0 | 50 | 61.53 | 74-86 src/tools/tables | 43.82 | 0 | 36.36 | 44.82 | create_table.ts | 34.78 | 0 | 33.33 | 36.36 | 158-210 get_table_fields.ts | 32 | 0 | 20 | 33.33 | 130-183 index.ts | 100 | 100 | 100 | 100 | update_table.ts | 30.76 | 0 | 50 | 30.76 | 109-158 src/utils | 60.5 | 54.4 | 70.37 | 61.18 | cache.ts | 64.93 | 78.57 | 83.33 | 64.47 | 68,118,159-200,209-213,227 file.ts | 20 | 0 | 0 | 20 | 17-21,31-41,57-97,107-116,127-138 logger.ts | 82.97 | 61.76 | 91.66 | 84.44 | 35,50-51,80,117,135,141 retry.ts | 13.88 | 0 | 0 | 15.15 | 45-63,74-82,95-129 validation.ts | 79.81 | 75 | 85.71 | 80.95 | 52,57-61,69-73,95,123,131-132,166-167,179-180,200-204,262-263 -------------------------|---------|----------|---------|---------|--------------------------------------------------------------- Jest: "global" coverage threshold for statements (80%) not met: 42.07% Jest: "global" coverage threshold for branches (80%) not met: 21.44% Jest: "global" coverage threshold for lines (80%) not met: 42.47% Jest: "global" coverage threshold for functions (80%) not met: 47.3% Test Suites: 1 failed, 7 passed, 8 total Tests: 1 failed, 70 passed, 71 total Snapshots: 0 total Time: 3.627 s

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/danielbushman/MCP-Quickbase'

If you have feedback or need assistance with the MCP directory API, please join our Discord server