Created
February 11, 2025 18:47
-
-
Save jwmatthews/a7f524297819ead06026e607c2c76982 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INFO - 2025-02-07 11:13:36,230 - kai - MainThread - [logging.py:134 - init_logging()] - We have inited the logger: file_logging: DEBUG console_logging: DEBUG | |
INFO - 2025-02-07 11:13:36,230 - kai.kai-rpc-logger - MainThread - [main.py:93 - main()] - using log config: log_level='DEBUG' stderr_log_level='TRACE' file_log_level='DEBUG' log_dir_path=PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/.vscode/konveyor-logs') log_file_name='kai-rpc-server.log' | |
DEBUG - 2025-02-07 11:13:36,230 - kai.kai-rpc-logger - Thread-1 - [core.py:236 - run()] - Server thread started | |
INFO - 2025-02-07 11:13:36,230 - kai.kai-rpc-logger - MainThread - [main.py:115 - main()] - Started kai RPC Server | |
DEBUG - 2025-02-07 11:13:36,230 - kai.kai-rpc-logger - Thread-1 - [core.py:239 - run()] - Waiting for message | |
DEBUG - 2025-02-07 11:13:36,231 - kai.jsonrpc - Thread-1 - [streams.py:109 - recv()] - Waiting for message | |
INFO - 2025-02-07 11:13:36,231 - kai.kai.cache - Thread-1 - [cache.py:90 - __init__()] - Using cache dir: /Users/jmatthews/git/jwmatthews/coolstore/.vscode/konveyor-logs/cache | |
DEBUG - 2025-02-07 11:13:37,207 - kai.kai.cache - Thread-1 - [cache.py:195 - put()] - Storing cache in /Users/jmatthews/git/jwmatthews/coolstore/.vscode/konveyor-logs/cache/gpt-4o/validate_environment.json | |
INFO - 2025-02-07 11:13:37,209 - kai.kai_rpc_application - Thread-1 - [server.py:214 - initialize()] - Initialized with config: process_id=None root_path=PosixPath('/Users/jmatthews/git/jwmatthews/coolstore') model_provider=KaiConfigModels(provider=<SupportedModelProviders.CHAT_OPENAI: 'ChatOpenAI'>, args={'model': 'gpt-4o'}, template=None, llama_header=None, llm_retries=5, llm_retry_delay=10.0) log_config=KaiLogConfig(log_level='DEBUG', stderr_log_level='TRACE', file_log_level='DEBUG', log_dir_path=PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/.vscode/konveyor-logs'), log_file_name='kai_server.log') demo_mode=False cache_dir=PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/.vscode/konveyor-logs/cache') trace_enabled=True fail_on_cache_mismatch=False enable_reflection=True analyzer_lsp_lsp_path=PosixPath('/Users/jmatthews/.vscode/extensions/konveyor.konveyor-ai-0.0.9/assets/jdtls/bin/jdtls') analyzer_lsp_rpc_path=PosixPath('/Users/jmatthews/.vscode/extensions/konveyor.konveyor-ai-0.0.9/assets/kai/darwin-arm64/kai-analyzer-rpc') analyzer_lsp_rules_paths=[PosixPath('/Users/jmatthews/.vscode/extensions/konveyor.konveyor-ai-0.0.9/assets/rulesets')] analyzer_lsp_java_bundle_paths=[PosixPath('/Users/jmatthews/.vscode/extensions/konveyor.konveyor-ai-0.0.9/assets/jdtls-bundles/java-analyzer-bundle/java-analyzer-bundle.core/target/java-analyzer-bundle.core-1.0.0-SNAPSHOT.jar')] analyzer_lsp_dep_labels_path=PosixPath('/Users/jmatthews/.vscode/extensions/konveyor.konveyor-ai-0.0.9/assets/opensource-labels-file/maven.default.index') analyzer_lsp_excluded_paths=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/.vscode')] | |
DEBUG - 2025-02-07 11:13:37,209 - kai.kai.analyzer - Thread-1 - [analyzer.py:63 - __init__()] - Starting analyzer rpc server with ['/Users/jmatthews/.vscode/extensions/konveyor.konveyor-ai-0.0.9/assets/kai/darwin-arm64/kai-analyzer-rpc', '-source-directory', '/Users/jmatthews/git/jwmatthews/coolstore', '-rules', '/Users/jmatthews/.vscode/extensions/konveyor.konveyor-ai-0.0.9/assets/rulesets', '-lspServerPath', '/Users/jmatthews/.vscode/extensions/konveyor.konveyor-ai-0.0.9/assets/jdtls/bin/jdtls', '-bundles', '/Users/jmatthews/.vscode/extensions/konveyor.konveyor-ai-0.0.9/assets/jdtls-bundles/java-analyzer-bundle/java-analyzer-bundle.core/target/java-analyzer-bundle.core-1.0.0-SNAPSHOT.jar', '-log-file', '/Users/jmatthews/git/jwmatthews/coolstore/.vscode/konveyor-logs/kai-analyzer-server.log', '-depOpenSourceLabelsFile', '/Users/jmatthews/.vscode/extensions/konveyor.konveyor-ai-0.0.9/assets/opensource-labels-file/maven.default.index'] | |
DEBUG - 2025-02-07 11:13:37,217 - kai.kai.analyzer-rpc-client - Thread-3 - [core.py:236 - run()] - Server thread started | |
DEBUG - 2025-02-07 11:13:37,217 - kai.kai.analyzer - Thread-1 - [analyzer.py:95 - __init__()] - analyzer rpc server started | |
DEBUG - 2025-02-07 11:13:37,217 - kai.kai.analyzer-rpc-client - Thread-3 - [core.py:239 - run()] - Waiting for message | |
DEBUG - 2025-02-07 11:13:38,821 - kai.kai_rpc_application - Thread-1 - [server.py:261 - initialize()] - initialized the repo context manager | |
DEBUG - 2025-02-07 11:13:38,821 - kai.kai_rpc_application - Thread-1 - [server.py:270 - initialize()] - creating analyzer LSP Step | |
DEBUG - 2025-02-07 11:13:38,821 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:42 - __init__()] - Validators initialized: [<kai.reactive_codeplanner.task_runner.compiler.maven_validator.MavenCompileStep object at 0x12f0b1b80>, <kai.reactive_codeplanner.task_runner.analyzer_lsp.validator.AnalyzerLSPStep object at 0x12f0b2ba0>] | |
DEBUG - 2025-02-07 11:13:38,821 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:47 - __init__()] - Agents initialized: [<kai.reactive_codeplanner.task_runner.analyzer_lsp.task_runner.AnalyzerTaskRunner object at 0x12f0b2cf0>, <kai.reactive_codeplanner.task_runner.compiler.compiler_task_runner.MavenCompilerTaskRunner object at 0x12f0b2c60>, <kai.reactive_codeplanner.task_runner.dependency.task_runner.DependencyTaskRunner object at 0x12f0b3140>] | |
INFO - 2025-02-07 11:13:38,821 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:59 - __init__()] - TaskManager initialized. | |
DEBUG - 2025-02-07 11:13:38,822 - kai.kai-rpc-logger - Thread-1 - [core.py:239 - run()] - Waiting for message | |
DEBUG - 2025-02-07 11:13:38,822 - kai.jsonrpc - Thread-1 - [streams.py:109 - recv()] - Waiting for message | |
DEBUG - 2025-02-07 11:13:44,314 - kai.kai.analyzer - Thread-1 - [analyzer.py:120 - run_analyzer_lsp()] - Sending request to analyzer-lsp | |
DEBUG - 2025-02-07 11:13:44,314 - kai.kai.analyzer - Thread-1 - [analyzer.py:121 - run_analyzer_lsp()] - Request params: {'label_selector': '(konveyor.io/target=cloud-readiness || konveyor.io/target=jakarta-ee || konveyor.io/target=jakarta-ee8 || konveyor.io/target=jakarta-ee9 || konveyor.io/target=quarkus) || (discovery)', 'incident_selector': '', 'excluded_paths': [PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/.vscode')], 'included_paths': []} | |
DEBUG - 2025-02-07 11:14:03,492 - kai.kai.analyzer-rpc-client - Thread-3 - [core.py:239 - run()] - Waiting for message | |
DEBUG - 2025-02-07 11:14:03,496 - kai.kai-rpc-logger - Thread-1 - [core.py:239 - run()] - Waiting for message | |
DEBUG - 2025-02-07 11:14:03,496 - kai.jsonrpc - Thread-1 - [streams.py:109 - recv()] - Waiting for message | |
INFO - 2025-02-07 11:14:25,913 - kai.kai_rpc_application - Thread-1 - [server.py:482 - simple_chat_message()] - simple_chat_message! | |
DEBUG - 2025-02-07 11:14:25,913 - kai.kai_rpc_application - Thread-1 - [server.py:501 - get_codeplan_agent_solution()] - get_codeplan_agent_solution: file_path=PosixPath('.') incidents=[<file:///Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java-References to JavaEE/JakartaEE JMS elements should be removed and replaced with their Quarkus SmallRye/Microprofile equivalents.-7>, <file:///Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java-References to JavaEE/JakartaEE JMS elements should be removed and replaced with their Quarkus SmallRye/Microprofile equivalents.-6>, <file:///Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java-References to JavaEE/JakartaEE JMS elements should be removed and replaced with their Quarkus SmallRye/Microprofile equivalents.-9>, <file:///Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java-References to JavaEE/JakartaEE JMS elements should be removed and replaced with their Quarkus SmallRye/Microprofile equivalents.-8>, <file:///Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java-References to JavaEE/JakartaEE JMS elements should be removed and replaced with their Quarkus SmallRye/Microprofile equivalents.-7>, <file:///Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java-References to JavaEE/JakartaEE JMS elements should be removed and replaced with their Quarkus SmallRye/Microprofile equivalents.-8>, <file:///Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java-References to JavaEE/JakartaEE JMS elements should be removed and replaced with their Quarkus SmallRye/Microprofile equivalents.-7>] max_iterations=None max_depth=2 max_priority=0 chat_token='114e8b69-0e13-48b1-bea3-dd3ce7b25230' | |
INFO - 2025-02-07 11:14:26,039 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:83 - set_seed_tasks()] - Seed task AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0) added to stack. | |
INFO - 2025-02-07 11:14:26,040 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:83 - set_seed_tasks()] - Seed task AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0) added to stack. | |
INFO - 2025-02-07 11:14:26,040 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:83 - set_seed_tasks()] - Seed task AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0) added to stack. | |
INFO - 2025-02-07 11:14:26,040 - kai.kai_rpc_application - Thread-1 - [server.py:573 - get_codeplan_agent_solution()] - Starting code plan loop with iterations: None, max depth: 2, and max priority: 0 | |
INFO - 2025-02-07 11:14:26,040 - kai.kai_rpc_application - Thread-1 - [server.py:482 - simple_chat_message()] - simple_chat_message! | |
DEBUG - 2025-02-07 11:14:26,040 - kai.fn_selection - Thread-1 - [server.py:720 - scoped_task_fn()] - No max_iterations, returning default get_next_task | |
INFO - 2025-02-07 11:14:26,040 - kai.kai_rpc_application - Thread-1 - [server.py:482 - simple_chat_message()] - simple_chat_message! | |
INFO - 2025-02-07 11:14:26,040 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:217 - initialize_priority_queue()] - Initializing task stacks. | |
INFO - 2025-02-07 11:14:26,040 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:125 - run_validators()] - Running validators. | |
DEBUG - 2025-02-07 11:14:26,040 - kai.kai.reactive_codeplanner.task_manager.task_manager - ThreadPoolExecutor-0_0 - [task_manager.py:131 - run_validator()] - Running validator: <kai.reactive_codeplanner.task_runner.compiler.maven_validator.MavenCompileStep object at 0x12f0b1b80> | |
DEBUG - 2025-02-07 11:14:26,041 - kai.kai.reactive_codeplanner.task_manager.task_manager - ThreadPoolExecutor-0_1 - [task_manager.py:131 - run_validator()] - Running validator: <kai.reactive_codeplanner.task_runner.analyzer_lsp.validator.AnalyzerLSPStep object at 0x12f0b2ba0> | |
DEBUG - 2025-02-07 11:14:26,041 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-0_1 - [validator.py:52 - run()] - Running analyzer-lsp | |
DEBUG - 2025-02-07 11:14:26,041 - kai.kai.analyzer - ThreadPoolExecutor-0_1 - [analyzer.py:120 - run_analyzer_lsp()] - Sending request to analyzer-lsp | |
DEBUG - 2025-02-07 11:14:26,041 - kai.kai.analyzer - ThreadPoolExecutor-0_1 - [analyzer.py:121 - run_analyzer_lsp()] - Request params: {'label_selector': 'konveyor.io/target=quarkus || konveyor.io/target=jakarta-ee', 'incident_selector': '', 'excluded_paths': [PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/.vscode')], 'included_paths': []} | |
DEBUG - 2025-02-07 11:14:27,739 - kai.kai.reactive_codeplanner.task_runner.compiler.maven_validator - ThreadPoolExecutor-0_0 - [maven_validator.py:47 - run()] - determining whether maven cache should be set: build_errors: False, dependency_errors: False, catchall_errors: False, compilation_errors: False, cond: [] | |
DEBUG - 2025-02-07 11:14:27,740 - kai.kai.reactive_codeplanner.task_runner.compiler.maven_validator - ThreadPoolExecutor-0_0 - [maven_validator.py:59 - run()] - Setting the maven cache with 0 compilation errors | |
DEBUG - 2025-02-07 11:14:27,740 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:158 - run_validators()] - Validator result: ValidationResult(passed=True, errors=[]) | |
DEBUG - 2025-02-07 11:14:41,543 - kai.kai.analyzer-rpc-client - Thread-3 - [core.py:239 - run()] - Waiting for message | |
DEBUG - 2025-02-07 11:14:41,545 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-0_1 - [validator.py:95 - __parse_analyzer_lsp_output()] - Parsing analyzer-lsp output | |
DEBUG - 2025-02-07 11:14:41,546 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-0_1 - [validator.py:108 - __parse_analyzer_lsp_output()] - getting rulesetNames sorted ['eap7/weblogic/tests/data', 'eap8/eap7', 'quarkus/springboot'] | |
DEBUG - 2025-02-07 11:14:41,546 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-0_1 - [validator.py:112 - __parse_analyzer_lsp_output()] - getting sorted violations ['maven-javax-to-jakarta-00002'] | |
DEBUG - 2025-02-07 11:14:41,546 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-0_1 - [validator.py:112 - __parse_analyzer_lsp_output()] - getting sorted violations ['hibernate-00005', 'javaee-to-jakarta-namespaces-00001', 'javaee-to-jakarta-namespaces-00002', 'javaee-to-jakarta-namespaces-00006', 'javaee-to-jakarta-namespaces-00030', 'javaee-to-jakarta-namespaces-00033', 'javax-to-jakarta-dependencies-00006', 'javax-to-jakarta-dependencies-00007', 'javax-to-jakarta-dependencies-00008', 'javax-to-jakarta-import-00001', 'javax-to-jakarta-properties-00001'] | |
DEBUG - 2025-02-07 11:14:41,546 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-0_1 - [validator.py:112 - __parse_analyzer_lsp_output()] - getting sorted violations ['cdi-to-quarkus-00030', 'cdi-to-quarkus-00040', 'ee-to-quarkus-00000', 'ee-to-quarkus-00010', 'javaee-pom-to-quarkus-00000', 'javaee-pom-to-quarkus-00010', 'javaee-pom-to-quarkus-00020', 'javaee-pom-to-quarkus-00030', 'javaee-pom-to-quarkus-00040', 'javaee-pom-to-quarkus-00050', 'javaee-pom-to-quarkus-00060', 'jaxrs-to-quarkus-00020', 'jms-to-reactive-quarkus-00010', 'jms-to-reactive-quarkus-00020', 'jms-to-reactive-quarkus-00040', 'jms-to-reactive-quarkus-00050', 'persistence-to-quarkus-00000', 'persistence-to-quarkus-00011', 'remote-ejb-to-quarkus-00000'] | |
DEBUG - 2025-02-07 11:14:41,547 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:158 - run_validators()] - Validator result: ValidationResult(passed=False, errors=[AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=maven-javax-to-jakarta-00002>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00006>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00006>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00007>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00008>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/InventoryEntity.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/ShoppingCart.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/CartEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/OrderEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/ProductEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/PromoService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/DataBaseMigrationStartup.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/StartupListener.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Transformers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=cdi-to-quarkus-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=ee-to-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00000>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00010>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00020>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00030>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00040>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00050>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00060>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=jaxrs-to-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=remote-ejb-to-quarkus-00000>(priority=2(2), depth=0, retries=0)]) | |
INFO - 2025-02-07 11:14:41,547 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:161 - run_validators()] - Found 67 tasks from validator <kai.reactive_codeplanner.task_runner.analyzer_lsp.validator.AnalyzerLSPStep object at 0x12f0b2ba0> | |
DEBUG - 2025-02-07 11:14:41,547 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:166 - run_validators()] - Validator <kai.reactive_codeplanner.task_runner.analyzer_lsp.validator.AnalyzerLSPStep object at 0x12f0b2ba0> found errors: [AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=maven-javax-to-jakarta-00002>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00006>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00006>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00007>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00008>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/InventoryEntity.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/ShoppingCart.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/CartEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/OrderEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/ProductEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/PromoService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/DataBaseMigrationStartup.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/StartupListener.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Transformers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=cdi-to-quarkus-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=ee-to-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00000>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00010>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00020>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00030>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00040>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00050>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00060>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=jaxrs-to-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=remote-ejb-to-quarkus-00000>(priority=2(2), depth=0, retries=0)] | |
INFO - 2025-02-07 11:14:41,547 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:176 - run_validators()] - Found 67 tasks from validators | |
DEBUG - 2025-02-07 11:14:41,547 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:177 - run_validators()] - Validators are up to date. | |
DEBUG - 2025-02-07 11:14:41,563 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:201 - get_next_task()] - Popped task from stack: AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0) | |
INFO - 2025-02-07 11:14:41,563 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:206 - get_next_task()] - Yielding task: AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0) | |
DEBUG - 2025-02-07 11:14:41,563 - kai.kai_rpc_application - Thread-1 - [server.py:603 - get_codeplan_agent_solution()] - Executing task AnalyzerRuleViolation: AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0) | |
INFO - 2025-02-07 11:14:41,563 - kai.kai_rpc_application - Thread-1 - [server.py:482 - simple_chat_message()] - simple_chat_message! | |
INFO - 2025-02-07 11:14:41,563 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:86 - execute_task()] - Executing task: AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0) | |
DEBUG - 2025-02-07 11:14:41,563 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:106 - get_agent_for_task()] - Agent <kai.reactive_codeplanner.task_runner.analyzer_lsp.task_runner.AnalyzerTaskRunner object at 0x12f0b2cf0> can handle task AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0) | |
INFO - 2025-02-07 11:14:41,563 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:88 - execute_task()] - Agent selected for task: <kai.reactive_codeplanner.task_runner.analyzer_lsp.task_runner.AnalyzerTaskRunner object at 0x12f0b2cf0> | |
INFO - 2025-02-07 11:14:41,563 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.task_runner - Thread-1 - [task_runner.py:58 - execute_task()] - file -- /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java | |
DEBUG - 2025-02-07 11:14:41,650 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: ActionScript 3 | |
DEBUG - 2025-02-07 11:14:41,669 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: HTML + Angular2 | |
DEBUG - 2025-02-07 11:14:41,670 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Angular2 | |
DEBUG - 2025-02-07 11:14:41,671 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: ANTLR With ActionScript Target | |
DEBUG - 2025-02-07 11:14:41,672 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: ANTLR With C# Target | |
DEBUG - 2025-02-07 11:14:41,672 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: ANTLR With CPP Target | |
DEBUG - 2025-02-07 11:14:41,673 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: ANTLR With Java Target | |
DEBUG - 2025-02-07 11:14:41,682 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: ANTLR With ObjectiveC Target | |
DEBUG - 2025-02-07 11:14:41,683 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: ANTLR With Perl Target | |
DEBUG - 2025-02-07 11:14:41,684 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: ANTLR With Python Target | |
DEBUG - 2025-02-07 11:14:41,685 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: ANTLR With Ruby Target | |
DEBUG - 2025-02-07 11:14:41,711 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: ASCII armored | |
DEBUG - 2025-02-07 11:14:41,712 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: ASN.1 | |
DEBUG - 2025-02-07 11:14:41,727 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: BBC Basic | |
DEBUG - 2025-02-07 11:14:41,738 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Base Makefile | |
DEBUG - 2025-02-07 11:14:41,740 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Bash Session | |
DEBUG - 2025-02-07 11:14:41,740 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Batchfile | |
DEBUG - 2025-02-07 11:14:41,805 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: ca65 assembler | |
DEBUG - 2025-02-07 11:14:41,809 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Cap'n Proto | |
DEBUG - 2025-02-07 11:14:41,810 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: CBM BASIC V2 | |
DEBUG - 2025-02-07 11:14:41,856 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Coldfusion CFC | |
DEBUG - 2025-02-07 11:14:41,857 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Coldfusion HTML | |
DEBUG - 2025-02-07 11:14:41,858 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: cfstatement | |
DEBUG - 2025-02-07 11:14:41,858 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: COMAL-80 | |
DEBUG - 2025-02-07 11:14:41,859 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Common Lisp | |
DEBUG - 2025-02-07 11:14:41,860 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Component Pascal | |
DEBUG - 2025-02-07 11:14:41,889 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Csound Document | |
DEBUG - 2025-02-07 11:14:41,890 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Csound Orchestra | |
DEBUG - 2025-02-07 11:14:41,891 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Csound Score | |
DEBUG - 2025-02-07 11:14:41,892 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: CSS+Django/Jinja | |
DEBUG - 2025-02-07 11:14:41,924 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: CSS+Genshi Text | |
DEBUG - 2025-02-07 11:14:41,940 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Darcs Patch | |
DEBUG - 2025-02-07 11:14:41,950 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Debian Control file | |
DEBUG - 2025-02-07 11:14:41,953 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Desktop file | |
DEBUG - 2025-02-07 11:14:41,958 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Django/Jinja | |
DEBUG - 2025-02-07 11:14:41,961 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Dylan session | |
DEBUG - 2025-02-07 11:14:41,963 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: DylanLID | |
DEBUG - 2025-02-07 11:14:41,970 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Earl Grey | |
DEBUG - 2025-02-07 11:14:41,975 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Elixir iex session | |
DEBUG - 2025-02-07 11:14:41,987 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: EmacsLisp | |
DEBUG - 2025-02-07 11:14:41,988 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: E-mail | |
DEBUG - 2025-02-07 11:14:41,993 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Erlang erl session | |
DEBUG - 2025-02-07 11:14:42,013 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Fantom | |
DEBUG - 2025-02-07 11:14:42,110 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: GAP session | |
DEBUG - 2025-02-07 11:14:42,120 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: g-code | |
DEBUG - 2025-02-07 11:14:42,122 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Genshi Text | |
DEBUG - 2025-02-07 11:14:42,122 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Gettext Catalog | |
DEBUG - 2025-02-07 11:14:42,137 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Gosu Template | |
DEBUG - 2025-02-07 11:14:42,162 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: HTML+Django/Jinja | |
DEBUG - 2025-02-07 11:14:42,224 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Inform 6 | |
DEBUG - 2025-02-07 11:14:42,225 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Inform 6 template | |
DEBUG - 2025-02-07 11:14:42,226 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Inform 7 | |
DEBUG - 2025-02-07 11:14:42,230 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: IRC logs | |
DEBUG - 2025-02-07 11:14:42,257 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: JavaScript+Django/Jinja | |
DEBUG - 2025-02-07 11:14:42,258 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: JavaScript+Genshi Text | |
DEBUG - 2025-02-07 11:14:42,259 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Javascript+UL4 | |
DEBUG - 2025-02-07 11:14:42,261 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: JSONBareObject | |
DEBUG - 2025-02-07 11:14:42,263 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Java Server Page | |
DEBUG - 2025-02-07 11:14:42,295 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Julia console | |
DEBUG - 2025-02-07 11:14:42,395 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Kernel log | |
DEBUG - 2025-02-07 11:14:42,442 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: LDAP configuration file | |
DEBUG - 2025-02-07 11:14:42,450 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: LessCss | |
DEBUG - 2025-02-07 11:14:42,451 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Lighttpd configuration file | |
DEBUG - 2025-02-07 11:14:42,498 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Literate Agda | |
DEBUG - 2025-02-07 11:14:42,498 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Literate Cryptol | |
DEBUG - 2025-02-07 11:14:42,499 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Literate Haskell | |
DEBUG - 2025-02-07 11:14:42,500 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Literate Idris | |
DEBUG - 2025-02-07 11:14:42,508 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: LLVM-MIR Body | |
DEBUG - 2025-02-07 11:14:42,527 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: MSDOS Session | |
DEBUG - 2025-02-07 11:14:42,672 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Matlab session | |
DEBUG - 2025-02-07 11:14:42,679 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Modula-2 | |
DEBUG - 2025-02-07 11:14:42,680 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: MoinMoin/Trac Wiki markup | |
DEBUG - 2025-02-07 11:14:42,839 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Nginx configuration file | |
DEBUG - 2025-02-07 11:14:42,844 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Node.js REPL console session | |
DEBUG - 2025-02-07 11:14:42,966 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: OMG Interface Definition Language | |
DEBUG - 2025-02-07 11:14:42,970 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: OpenEdge ABL | |
DEBUG - 2025-02-07 11:14:42,973 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Org Mode | |
DEBUG - 2025-02-07 11:14:42,973 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Text output | |
DEBUG - 2025-02-07 11:14:43,020 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: PL/pgSQL | |
DEBUG - 2025-02-07 11:14:43,025 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: PostgreSQL console (psql) | |
DEBUG - 2025-02-07 11:14:43,026 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: PostgreSQL EXPLAIN dialect | |
DEBUG - 2025-02-07 11:14:43,027 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: PostgreSQL SQL dialect | |
DEBUG - 2025-02-07 11:14:43,028 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: POVRay | |
DEBUG - 2025-02-07 11:14:43,032 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: PowerShell Session | |
DEBUG - 2025-02-07 11:14:43,059 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Protocol Buffer | |
DEBUG - 2025-02-07 11:14:43,063 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: PsySH console session for PHP | |
DEBUG - 2025-02-07 11:14:43,068 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: PyPy Log | |
DEBUG - 2025-02-07 11:14:43,069 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Python 2.x | |
DEBUG - 2025-02-07 11:14:43,070 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Python 2.x Traceback | |
DEBUG - 2025-02-07 11:14:43,071 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Python console session | |
DEBUG - 2025-02-07 11:14:43,109 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Python Traceback | |
DEBUG - 2025-02-07 11:14:43,110 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Python+UL4 | |
DEBUG - 2025-02-07 11:14:43,130 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Relax-NG Compact | |
DEBUG - 2025-02-07 11:14:43,131 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: RPMSpec | |
DEBUG - 2025-02-07 11:14:43,180 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Ragel in C Host | |
DEBUG - 2025-02-07 11:14:43,181 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Ragel in CPP Host | |
DEBUG - 2025-02-07 11:14:43,181 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Ragel in D Host | |
DEBUG - 2025-02-07 11:14:43,182 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Embedded Ragel | |
DEBUG - 2025-02-07 11:14:43,183 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Ragel in Java Host | |
DEBUG - 2025-02-07 11:14:43,184 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Ragel in Objective C Host | |
DEBUG - 2025-02-07 11:14:43,185 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Ragel in Ruby Host | |
DEBUG - 2025-02-07 11:14:43,186 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Raw token data | |
DEBUG - 2025-02-07 11:14:43,191 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: reg | |
DEBUG - 2025-02-07 11:14:43,198 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Roboconf Graph | |
DEBUG - 2025-02-07 11:14:43,199 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Roboconf Instances | |
DEBUG - 2025-02-07 11:14:43,205 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Ruby irb session | |
DEBUG - 2025-02-07 11:14:43,217 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Standard ML | |
DEBUG - 2025-02-07 11:14:43,508 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: SmartGameFormat | |
DEBUG - 2025-02-07 11:14:43,515 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: SourcePawn | |
DEBUG - 2025-02-07 11:14:43,515 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Debian Sourcelist | |
DEBUG - 2025-02-07 11:14:43,540 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: sqlite3con | |
DEBUG - 2025-02-07 11:14:43,547 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Scalate Server Page | |
DEBUG - 2025-02-07 11:14:43,609 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Typographic Number Theory | |
DEBUG - 2025-02-07 11:14:43,613 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: TADS 3 | |
DEBUG - 2025-02-07 11:14:43,621 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Tcsh Session | |
DEBUG - 2025-02-07 11:14:43,624 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Tera Term macro | |
DEBUG - 2025-02-07 11:14:43,626 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Text only | |
DEBUG - 2025-02-07 11:14:43,631 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: tiddler | |
DEBUG - 2025-02-07 11:14:43,632 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Tl-b | |
DEBUG - 2025-02-07 11:14:43,633 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: TLS Presentation Language | |
DEBUG - 2025-02-07 11:14:43,634 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Transact-SQL | |
DEBUG - 2025-02-07 11:14:43,704 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Unix/Linux config files | |
DEBUG - 2025-02-07 11:14:43,737 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: VimL | |
DEBUG - 2025-02-07 11:14:43,737 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Visual Prolog Grammar | |
DEBUG - 2025-02-07 11:14:43,738 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Visual Prolog | |
DEBUG - 2025-02-07 11:14:43,741 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: WebAssembly | |
DEBUG - 2025-02-07 11:14:43,742 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Web IDL | |
DEBUG - 2025-02-07 11:14:43,743 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: WebGPU Shading Language | |
DEBUG - 2025-02-07 11:14:43,800 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: World of Warcraft TOC | |
DEBUG - 2025-02-07 11:14:43,813 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: XML+Django/Jinja | |
DEBUG - 2025-02-07 11:14:43,815 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: Xorg | |
DEBUG - 2025-02-07 11:14:43,853 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: xtlang | |
DEBUG - 2025-02-07 11:14:43,863 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:210 - guess_language()] - unable to find lexer class for name: ANSYS parametric design language | |
DEBUG - 2025-02-07 11:14:43,864 - kai.kai.reactive_codeplanner.agent.analyzer_fix.agent - Thread-1 - [agent.py:224 - guess_language()] - finding lexer <pygments.lexers.ZigLexer>, lexer aliases: ['zig'] | |
DEBUG - 2025-02-07 11:14:52,748 - kai.kai.cache - Thread-1 - [cache.py:195 - put()] - Storing cache in /Users/jmatthews/git/jwmatthews/coolstore/.vscode/konveyor-logs/cache/gpt-4o/AnalyzerRuleViolation/service_InventoryNotificationMDB_java/jms-to-reactive-quarkus-00050/0_analyzerfixrequest.json | |
DEBUG - 2025-02-07 11:14:52,750 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.task_runner - Thread-1 - [task_runner.py:80 - execute_task()] - got result from agent for task: AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0) -- AnalyzerFixResponse(encountered_errors=[], file_to_modify=PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java'), reasoning="\n\nTo migrate the `InventoryNotificationMDB` class from Java EE to Quarkus, we need to address the use of Java EE JMS elements and replace them with Quarkus SmallRye/MicroProfile equivalents. Here are the steps to achieve this:\n\n1. **Remove Java EE JMS Dependencies**: The current implementation uses Java EE JMS classes such as `TopicConnection`, `TopicSession`, `TopicSubscriber`, and `TopicConnectionFactory`. In Quarkus, we can use the SmallRye Reactive Messaging API, which is more aligned with modern microservices architecture.\n\n2. **Replace `MessageListener` with Reactive Messaging**: Instead of implementing `MessageListener`, we can use the `@Incoming` annotation from SmallRye Reactive Messaging to listen to messages.\n\n3. **Remove JNDI Lookup**: The current code uses JNDI to look up JMS resources. In Quarkus, we configure messaging through application properties and CDI beans, eliminating the need for JNDI.\n\n4. **Update Dependencies**: Ensure that the `pom.xml` includes dependencies for SmallRye Reactive Messaging and any connectors needed (e.g., for AMQP or Kafka).\n\n5. **Refactor the Code**: The `init` and `close` methods are no longer needed as the lifecycle is managed by Quarkus. We will refactor the `onMessage` logic to a method annotated with `@Incoming`.\n\n6. **Update Imports**: Remove imports related to Java EE JMS and add imports for SmallRye Reactive Messaging.\n\nLet's proceed with these changes.\n", updated_file_content='\npackage com.redhat.coolstore.service;\n\nimport com.redhat.coolstore.model.Order;\nimport com.redhat.coolstore.utils.Transformers;\nimport io.smallrye.reactive.messaging.annotations.Blocking;\nimport org.eclipse.microprofile.reactive.messaging.Incoming;\n\nimport javax.inject.Inject;\n\npublic class InventoryNotificationMDB {\n\n private static final int LOW_THRESHOLD = 50;\n\n @Inject\n private CatalogService catalogService;\n\n @Incoming("orders")\n @Blocking\n public void processOrder(String orderStr) {\n try {\n System.out.println("Received message inventory");\n Order order = Transformers.jsonToOrder(orderStr);\n order.getItemList().forEach(orderItem -> {\n int old_quantity = catalogService.getCatalogItemById(orderItem.getProductId()).getInventory().getQuantity();\n int new_quantity = old_quantity - orderItem.getQuantity();\n if (new_quantity < LOW_THRESHOLD) {\n System.out.println("Inventory for item " + orderItem.getProductId() + " is below threshold (" + LOW_THRESHOLD + "), contact supplier!");\n } else {\n orderItem.setQuantity(new_quantity);\n }\n });\n } catch (Exception e) {\n System.err.println("An exception occurred: " + e.getMessage());\n }\n }\n}\n', additional_information='\n\n- **Dependencies**: Ensure that the `pom.xml` includes the necessary dependencies for SmallRye Reactive Messaging. For example, if using AMQP, include the `quarkus-smallrye-reactive-messaging-amqp` dependency.\n\n- **Configuration**: Configure the messaging channel in `application.properties` or `application.yaml`. For example, if using AMQP, you might have:\n ```properties\n mp.messaging.incoming.orders.connector=smallrye-amqp\n mp.messaging.incoming.orders.address=orders\n ```\n\n- **Testing**: After making these changes, test the application to ensure that it correctly processes incoming messages and updates inventory as expected.') -- file: /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java | |
DEBUG - 2025-02-07 11:14:59,759 - kai.kai.cache - Thread-1 - [cache.py:195 - put()] - Storing cache in /Users/jmatthews/git/jwmatthews/coolstore/.vscode/konveyor-logs/cache/gpt-4o/AnalyzerRuleViolation/service_InventoryNotificationMDB_java/jms-to-reactive-quarkus-00050/0_reflectiontask.json | |
DEBUG - 2025-02-07 11:14:59,846 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:99 - execute_task()] - Task execution result: TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java')], summary="\n\nTo migrate the `InventoryNotificationMDB` class from Java EE to Quarkus, we need to address the use of Java EE JMS elements and replace them with Quarkus SmallRye/MicroProfile equivalents. Here are the steps to achieve this:\n\n1. **Remove Java EE JMS Dependencies**: The current implementation uses Java EE JMS classes such as `TopicConnection`, `TopicSession`, `TopicSubscriber`, and `TopicConnectionFactory`. In Quarkus, we can use the SmallRye Reactive Messaging API, which is more aligned with modern microservices architecture.\n\n2. **Replace `MessageListener` with Reactive Messaging**: Instead of implementing `MessageListener`, we can use the `@Incoming` annotation from SmallRye Reactive Messaging to listen to messages.\n\n3. **Remove JNDI Lookup**: The current code uses JNDI to look up JMS resources. In Quarkus, we configure messaging through application properties and CDI beans, eliminating the need for JNDI.\n\n4. **Update Dependencies**: Ensure that the `pom.xml` includes dependencies for SmallRye Reactive Messaging and any connectors needed (e.g., for AMQP or Kafka).\n\n5. **Refactor the Code**: The `init` and `close` methods are no longer needed as the lifecycle is managed by Quarkus. We will refactor the `onMessage` logic to a method annotated with `@Incoming`.\n\n6. **Update Imports**: Remove imports related to Java EE JMS and add imports for SmallRye Reactive Messaging.\n\nLet's proceed with these changes.\n") | |
DEBUG - 2025-02-07 11:14:59,847 - kai.kai_rpc_application - Thread-1 - [server.py:620 - get_codeplan_agent_solution()] - Task AnalyzerRuleViolation, result: TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java')], summary="\n\nTo migrate the `InventoryNotificationMDB` class from Java EE to Quarkus, we need to address the use of Java EE JMS elements and replace them with Quarkus SmallRye/MicroProfile equivalents. Here are the steps to achieve this:\n\n1. **Remove Java EE JMS Dependencies**: The current implementation uses Java EE JMS classes such as `TopicConnection`, `TopicSession`, `TopicSubscriber`, and `TopicConnectionFactory`. In Quarkus, we can use the SmallRye Reactive Messaging API, which is more aligned with modern microservices architecture.\n\n2. **Replace `MessageListener` with Reactive Messaging**: Instead of implementing `MessageListener`, we can use the `@Incoming` annotation from SmallRye Reactive Messaging to listen to messages.\n\n3. **Remove JNDI Lookup**: The current code uses JNDI to look up JMS resources. In Quarkus, we configure messaging through application properties and CDI beans, eliminating the need for JNDI.\n\n4. **Update Dependencies**: Ensure that the `pom.xml` includes dependencies for SmallRye Reactive Messaging and any connectors needed (e.g., for AMQP or Kafka).\n\n5. **Refactor the Code**: The `init` and `close` methods are no longer needed as the lifecycle is managed by Quarkus. We will refactor the `onMessage` logic to a method annotated with `@Incoming`.\n\n6. **Update Imports**: Remove imports related to Java EE JMS and add imports for SmallRye Reactive Messaging.\n\nLet's proceed with these changes.\n") | |
INFO - 2025-02-07 11:14:59,847 - kai.kai_rpc_application - Thread-1 - [server.py:482 - simple_chat_message()] - simple_chat_message! | |
INFO - 2025-02-07 11:14:59,847 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:113 - supply_result()] - Supplying result: TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java')], summary="\n\nTo migrate the `InventoryNotificationMDB` class from Java EE to Quarkus, we need to address the use of Java EE JMS elements and replace them with Quarkus SmallRye/MicroProfile equivalents. Here are the steps to achieve this:\n\n1. **Remove Java EE JMS Dependencies**: The current implementation uses Java EE JMS classes such as `TopicConnection`, `TopicSession`, `TopicSubscriber`, and `TopicConnectionFactory`. In Quarkus, we can use the SmallRye Reactive Messaging API, which is more aligned with modern microservices architecture.\n\n2. **Replace `MessageListener` with Reactive Messaging**: Instead of implementing `MessageListener`, we can use the `@Incoming` annotation from SmallRye Reactive Messaging to listen to messages.\n\n3. **Remove JNDI Lookup**: The current code uses JNDI to look up JMS resources. In Quarkus, we configure messaging through application properties and CDI beans, eliminating the need for JNDI.\n\n4. **Update Dependencies**: Ensure that the `pom.xml` includes dependencies for SmallRye Reactive Messaging and any connectors needed (e.g., for AMQP or Kafka).\n\n5. **Refactor the Code**: The `init` and `close` methods are no longer needed as the lifecycle is managed by Quarkus. We will refactor the `onMessage` logic to a method annotated with `@Incoming`.\n\n6. **Update Imports**: Remove imports related to Java EE JMS and add imports for SmallRye Reactive Messaging.\n\nLet's proceed with these changes.\n") | |
DEBUG - 2025-02-07 11:14:59,847 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:119 - supply_result()] - File /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java marked as unprocessed. | |
DEBUG - 2025-02-07 11:14:59,847 - kai.kai_rpc_application - Thread-1 - [server.py:626 - get_codeplan_agent_solution()] - Executed task AnalyzerRuleViolation | |
DEBUG - 2025-02-07 11:14:59,930 - kai.kai_rpc_application - Thread-1 - [server.py:636 - get_codeplan_agent_solution()] - TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java')], summary="\n\nTo migrate the `InventoryNotificationMDB` class from Java EE to Quarkus, we need to address the use of Java EE JMS elements and replace them with Quarkus SmallRye/MicroProfile equivalents. Here are the steps to achieve this:\n\n1. **Remove Java EE JMS Dependencies**: The current implementation uses Java EE JMS classes such as `TopicConnection`, `TopicSession`, `TopicSubscriber`, and `TopicConnectionFactory`. In Quarkus, we can use the SmallRye Reactive Messaging API, which is more aligned with modern microservices architecture.\n\n2. **Replace `MessageListener` with Reactive Messaging**: Instead of implementing `MessageListener`, we can use the `@Incoming` annotation from SmallRye Reactive Messaging to listen to messages.\n\n3. **Remove JNDI Lookup**: The current code uses JNDI to look up JMS resources. In Quarkus, we configure messaging through application properties and CDI beans, eliminating the need for JNDI.\n\n4. **Update Dependencies**: Ensure that the `pom.xml` includes dependencies for SmallRye Reactive Messaging and any connectors needed (e.g., for AMQP or Kafka).\n\n5. **Refactor the Code**: The `init` and `close` methods are no longer needed as the lifecycle is managed by Quarkus. We will refactor the `onMessage` logic to a method annotated with `@Incoming`.\n\n6. **Update Imports**: Remove imports related to Java EE JMS and add imports for SmallRye Reactive Messaging.\n\nLet's proceed with these changes.\n") | |
DEBUG - 2025-02-07 11:14:59,930 - kai.kai_rpc_application - Thread-1 - [server.py:644 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: START | |
DEBUG - 2025-02-07 11:14:59,931 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0) | |
DEBUG - 2025-02-07 11:14:59,931 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0) | |
DEBUG - 2025-02-07 11:14:59,931 - kai.kai_rpc_application - Thread-1 - [server.py:651 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: END | |
DEBUG - 2025-02-07 11:14:59,931 - kai.kai_rpc_application - Thread-1 - [server.py:652 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASKS: SUCCESSFUL_TASKS: START | |
DEBUG - 2025-02-07 11:14:59,931 - kai.kai_rpc_application - Thread-1 - [server.py:655 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASKS: SUCCESSFUL_TASKS: END | |
DEBUG - 2025-02-07 11:14:59,931 - kai.kai_rpc_application - Thread-1 - [server.py:656 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASKS: IGNORED_TASKS: START | |
DEBUG - 2025-02-07 11:14:59,931 - kai.kai_rpc_application - Thread-1 - [server.py:661 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASKS: IGNORED_TASKS: END | |
INFO - 2025-02-07 11:14:59,931 - kai.kai_rpc_application - Thread-1 - [server.py:482 - simple_chat_message()] - simple_chat_message! | |
INFO - 2025-02-07 11:14:59,931 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:235 - handle_new_tasks_after_processing()] - Handling new tasks after processing task: AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0) | |
INFO - 2025-02-07 11:14:59,931 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:125 - run_validators()] - Running validators. | |
DEBUG - 2025-02-07 11:14:59,931 - kai.kai.reactive_codeplanner.task_manager.task_manager - ThreadPoolExecutor-1_0 - [task_manager.py:131 - run_validator()] - Running validator: <kai.reactive_codeplanner.task_runner.compiler.maven_validator.MavenCompileStep object at 0x12f0b1b80> | |
DEBUG - 2025-02-07 11:14:59,931 - kai.kai.reactive_codeplanner.task_manager.task_manager - ThreadPoolExecutor-1_1 - [task_manager.py:131 - run_validator()] - Running validator: <kai.reactive_codeplanner.task_runner.analyzer_lsp.validator.AnalyzerLSPStep object at 0x12f0b2ba0> | |
DEBUG - 2025-02-07 11:14:59,932 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-1_1 - [validator.py:52 - run()] - Running analyzer-lsp | |
DEBUG - 2025-02-07 11:14:59,932 - kai.kai.analyzer - ThreadPoolExecutor-1_1 - [analyzer.py:120 - run_analyzer_lsp()] - Sending request to analyzer-lsp | |
DEBUG - 2025-02-07 11:14:59,932 - kai.kai.analyzer - ThreadPoolExecutor-1_1 - [analyzer.py:121 - run_analyzer_lsp()] - Request params: {'label_selector': 'konveyor.io/target=quarkus || konveyor.io/target=jakarta-ee', 'incident_selector': '', 'excluded_paths': [PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/.vscode')], 'included_paths': ['/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java']} | |
DEBUG - 2025-02-07 11:15:01,511 - kai.kai.reactive_codeplanner.task_runner.compiler.maven_validator - ThreadPoolExecutor-1_0 - [maven_validator.py:609 - deduplicate_errors()] - adding collapsed_error: PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(1), depth=0, retries=0)-lines:None -- for key: <class 'kai.reactive_codeplanner.task_runner.compiler.maven_validator.PackageDoesNotExistError'>-io.smallrye.reactive.messaging.annotations | |
DEBUG - 2025-02-07 11:15:01,511 - kai.kai.reactive_codeplanner.task_runner.compiler.maven_validator - ThreadPoolExecutor-1_0 - [maven_validator.py:609 - deduplicate_errors()] - adding collapsed_error: PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:6:51, message=package org.eclipse.microprofile.reactive.messaging does not exist>(priority=1(1), depth=0, retries=0)-lines:None -- for key: <class 'kai.reactive_codeplanner.task_runner.compiler.maven_validator.PackageDoesNotExistError'>-org.eclipse.microprofile.reactive.messaging | |
DEBUG - 2025-02-07 11:15:01,511 - kai.kai.reactive_codeplanner.task_runner.compiler.maven_validator - ThreadPoolExecutor-1_0 - [maven_validator.py:609 - deduplicate_errors()] - adding collapsed_error: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:17:6, message=cannot find symbol>(priority=2(2), depth=0, retries=0)-lines:None -- for key: /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java-<class 'kai.reactive_codeplanner.task_runner.compiler.maven_validator.SymbolNotFoundError'>-class Incoming | |
DEBUG - 2025-02-07 11:15:01,511 - kai.kai.reactive_codeplanner.task_runner.compiler.maven_validator - ThreadPoolExecutor-1_0 - [maven_validator.py:609 - deduplicate_errors()] - adding collapsed_error: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(2), depth=0, retries=0)-lines:None -- for key: /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java-<class 'kai.reactive_codeplanner.task_runner.compiler.maven_validator.SymbolNotFoundError'>-class Blocking | |
DEBUG - 2025-02-07 11:15:01,511 - kai.kai.reactive_codeplanner.task_runner.compiler.maven_validator - ThreadPoolExecutor-1_0 - [maven_validator.py:47 - run()] - determining whether maven cache should be set: build_errors: False, dependency_errors: False, catchall_errors: False, compilation_errors: True, cond: [] | |
DEBUG - 2025-02-07 11:15:01,511 - kai.kai.reactive_codeplanner.task_runner.compiler.maven_validator - ThreadPoolExecutor-1_0 - [maven_validator.py:59 - run()] - Setting the maven cache with 4 compilation errors | |
DEBUG - 2025-02-07 11:15:01,511 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:158 - run_validators()] - Validator result: ValidationResult(passed=False, errors=[PackageDoesNotExistError(priority=1, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), PackageDoesNotExistError(priority=1, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=6, column=51, message='package org.eclipse.microprofile.reactive.messaging does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[6,51] package org.eclipse.microprofile.reactive.messaging does not exist', missing_package='org.eclipse.microprofile.reactive.messaging'), SymbolNotFoundError(priority=2, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=17, column=6, message='cannot find symbol', details=['symbol: class Incoming', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[17,6] cannot find symbol\nsymbol: class Incoming\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Incoming', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), SymbolNotFoundError(priority=2, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')]) | |
INFO - 2025-02-07 11:15:01,511 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:161 - run_validators()] - Found 4 tasks from validator <kai.reactive_codeplanner.task_runner.compiler.maven_validator.MavenCompileStep object at 0x12f0b1b80> | |
DEBUG - 2025-02-07 11:15:01,511 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:166 - run_validators()] - Validator <kai.reactive_codeplanner.task_runner.compiler.maven_validator.MavenCompileStep object at 0x12f0b1b80> found errors: [PackageDoesNotExistError(priority=1, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), PackageDoesNotExistError(priority=1, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=6, column=51, message='package org.eclipse.microprofile.reactive.messaging does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[6,51] package org.eclipse.microprofile.reactive.messaging does not exist', missing_package='org.eclipse.microprofile.reactive.messaging'), SymbolNotFoundError(priority=2, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=17, column=6, message='cannot find symbol', details=['symbol: class Incoming', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[17,6] cannot find symbol\nsymbol: class Incoming\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Incoming', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), SymbolNotFoundError(priority=2, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')] | |
DEBUG - 2025-02-07 11:15:11,588 - kai.kai.analyzer-rpc-client - Thread-3 - [core.py:239 - run()] - Waiting for message | |
DEBUG - 2025-02-07 11:15:11,590 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-1_1 - [validator.py:95 - __parse_analyzer_lsp_output()] - Parsing analyzer-lsp output | |
DEBUG - 2025-02-07 11:15:11,591 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-1_1 - [validator.py:108 - __parse_analyzer_lsp_output()] - getting rulesetNames sorted ['eap7/weblogic/tests/data', 'eap8/eap7', 'quarkus/springboot'] | |
DEBUG - 2025-02-07 11:15:11,591 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-1_1 - [validator.py:112 - __parse_analyzer_lsp_output()] - getting sorted violations ['maven-javax-to-jakarta-00002'] | |
DEBUG - 2025-02-07 11:15:11,592 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-1_1 - [validator.py:112 - __parse_analyzer_lsp_output()] - getting sorted violations ['hibernate-00005', 'javaee-to-jakarta-namespaces-00001', 'javaee-to-jakarta-namespaces-00002', 'javaee-to-jakarta-namespaces-00006', 'javaee-to-jakarta-namespaces-00030', 'javaee-to-jakarta-namespaces-00033', 'javax-to-jakarta-dependencies-00006', 'javax-to-jakarta-dependencies-00007', 'javax-to-jakarta-dependencies-00008', 'javax-to-jakarta-import-00001', 'javax-to-jakarta-properties-00001'] | |
DEBUG - 2025-02-07 11:15:11,593 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-1_1 - [validator.py:112 - __parse_analyzer_lsp_output()] - getting sorted violations ['cdi-to-quarkus-00030', 'cdi-to-quarkus-00040', 'ee-to-quarkus-00000', 'ee-to-quarkus-00010', 'javaee-pom-to-quarkus-00000', 'javaee-pom-to-quarkus-00010', 'javaee-pom-to-quarkus-00020', 'javaee-pom-to-quarkus-00030', 'javaee-pom-to-quarkus-00040', 'javaee-pom-to-quarkus-00050', 'javaee-pom-to-quarkus-00060', 'jaxrs-to-quarkus-00020', 'jms-to-reactive-quarkus-00010', 'jms-to-reactive-quarkus-00020', 'jms-to-reactive-quarkus-00040', 'jms-to-reactive-quarkus-00050', 'persistence-to-quarkus-00000', 'persistence-to-quarkus-00011', 'remote-ejb-to-quarkus-00000'] | |
DEBUG - 2025-02-07 11:15:11,594 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:158 - run_validators()] - Validator result: ValidationResult(passed=False, errors=[AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=maven-javax-to-jakarta-00002>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00006>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00006>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00007>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00008>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/InventoryEntity.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/ShoppingCart.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/CartEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/OrderEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/ProductEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/PromoService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/DataBaseMigrationStartup.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/StartupListener.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Transformers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=cdi-to-quarkus-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=ee-to-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00000>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00010>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00020>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00030>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00040>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00050>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00060>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=jaxrs-to-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=remote-ejb-to-quarkus-00000>(priority=2(2), depth=0, retries=0)]) | |
INFO - 2025-02-07 11:15:11,594 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:161 - run_validators()] - Found 66 tasks from validator <kai.reactive_codeplanner.task_runner.analyzer_lsp.validator.AnalyzerLSPStep object at 0x12f0b2ba0> | |
DEBUG - 2025-02-07 11:15:11,594 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:166 - run_validators()] - Validator <kai.reactive_codeplanner.task_runner.analyzer_lsp.validator.AnalyzerLSPStep object at 0x12f0b2ba0> found errors: [AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=maven-javax-to-jakarta-00002>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00006>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00006>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00007>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00008>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/InventoryEntity.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/ShoppingCart.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/CartEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/OrderEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/ProductEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/PromoService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/DataBaseMigrationStartup.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/StartupListener.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Transformers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=cdi-to-quarkus-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=ee-to-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00000>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00010>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00020>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00030>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00040>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00050>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00060>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=jaxrs-to-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=remote-ejb-to-quarkus-00000>(priority=2(2), depth=0, retries=0)] | |
INFO - 2025-02-07 11:15:11,595 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:176 - run_validators()] - Found 70 tasks from validators | |
DEBUG - 2025-02-07 11:15:11,595 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:177 - run_validators()] - Validators are up to date. | |
DEBUG - 2025-02-07 11:15:11,595 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:238 - handle_new_tasks_after_processing()] - Unprocessed new tasks: {AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00020>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), SymbolNotFoundError(priority=2, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00008>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/OrderEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), PackageDoesNotExistError(priority=1, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=6, column=51, message='package org.eclipse.microprofile.reactive.messaging does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[6,51] package org.eclipse.microprofile.reactive.messaging does not exist', missing_package='org.eclipse.microprofile.reactive.messaging'), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/StartupListener.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00007>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/PromoService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00000>(priority=2(1), depth=0, retries=0), PackageDoesNotExistError(priority=1, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00010>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00040>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/InventoryEntity.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=jaxrs-to-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Transformers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00030>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=maven-javax-to-jakarta-00002>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/ShoppingCart.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00050>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/CartEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00006>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00006>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00060>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/DataBaseMigrationStartup.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=ee-to-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=remote-ejb-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/ProductEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=cdi-to-quarkus-00030>(priority=2(2), depth=0, retries=0), SymbolNotFoundError(priority=2, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=17, column=6, message='cannot find symbol', details=['symbol: class Incoming', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[17,6] cannot find symbol\nsymbol: class Incoming\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Incoming', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')} | |
DEBUG - 2025-02-07 11:15:11,596 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:243 - handle_new_tasks_after_processing()] - Resolved tasks to remove from stacks: {AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0)} | |
INFO - 2025-02-07 11:15:11,598 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:261 - handle_new_tasks_after_processing()] - Task AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0) resolved indirectly and removed from queue. | |
DEBUG - 2025-02-07 11:15:11,599 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:277 - handle_new_tasks_after_processing()] - Task AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0) processed successfully. | |
DEBUG - 2025-02-07 11:15:11,599 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:201 - get_next_task()] - Popped task from stack: PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=1, retries=0) | |
INFO - 2025-02-07 11:15:11,599 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:206 - get_next_task()] - Yielding task: PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=1, retries=0) | |
DEBUG - 2025-02-07 11:15:11,599 - kai.kai_rpc_application - Thread-1 - [server.py:603 - get_codeplan_agent_solution()] - Executing task PackageDoesNotExistError: PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=1, retries=0) | |
INFO - 2025-02-07 11:15:11,599 - kai.kai_rpc_application - Thread-1 - [server.py:482 - simple_chat_message()] - simple_chat_message! | |
INFO - 2025-02-07 11:15:11,600 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:86 - execute_task()] - Executing task: PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=1, retries=0) | |
DEBUG - 2025-02-07 11:15:11,600 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:106 - get_agent_for_task()] - Agent <kai.reactive_codeplanner.task_runner.dependency.task_runner.DependencyTaskRunner object at 0x12f0b3140> can handle task PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=1, retries=0) | |
INFO - 2025-02-07 11:15:11,600 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:88 - execute_task()] - Agent selected for task: <kai.reactive_codeplanner.task_runner.dependency.task_runner.DependencyTaskRunner object at 0x12f0b3140> | |
DEBUG - 2025-02-07 11:15:15,396 - kai.kai.cache - Thread-1 - [cache.py:195 - put()] - Storing cache in /Users/jmatthews/git/jwmatthews/coolstore/.vscode/konveyor-logs/cache/gpt-4o/AnalyzerRuleViolation/service_InventoryNotificationMDB_java/jms-to-reactive-quarkus-00050/PackageDoesNotExistError/service_InventoryNotificationMDB_java/0_mavendependencyrequest.json | |
DEBUG - 2025-02-07 11:15:15,589 - kai.kai.reactive_codeplanner.agent.dependency_agent.dependency_agent - Thread-1 - [dependency_agent.py:260 - execute()] - running search for FQDN | |
INFO - 2025-02-07 11:15:15,754 - kai.kai.reactive_codeplanner.agent.dependency_agent.dependency_agent - Thread-1 - [dependency_agent.py:266 - execute()] - Need to call sub-agent for selecting FQDN | |
DEBUG - 2025-02-07 11:15:20,551 - kai.kai.cache - Thread-1 - [cache.py:195 - put()] - Storing cache in /Users/jmatthews/git/jwmatthews/coolstore/.vscode/konveyor-logs/cache/gpt-4o/AnalyzerRuleViolation/service_InventoryNotificationMDB_java/jms-to-reactive-quarkus-00050/PackageDoesNotExistError/service_InventoryNotificationMDB_java/0_fqdndependencyselectorrequest.json | |
DEBUG - 2025-02-07 11:15:20,692 - kai.kai.reactive_codeplanner.agent.dependency_agent.dependency_fqdn_selection - Thread-1 - [dependency_fqdn_selection.py:92 - execute()] - got response: None from searching FQDN | |
DEBUG - 2025-02-07 11:15:24,956 - kai.kai.cache - Thread-1 - [cache.py:195 - put()] - Storing cache in /Users/jmatthews/git/jwmatthews/coolstore/.vscode/konveyor-logs/cache/gpt-4o/AnalyzerRuleViolation/service_InventoryNotificationMDB_java/jms-to-reactive-quarkus-00050/PackageDoesNotExistError/service_InventoryNotificationMDB_java/0_fqdndependencyselectorrequest.json | |
DEBUG - 2025-02-07 11:15:25,137 - kai.kai.reactive_codeplanner.agent.dependency_agent.dependency_fqdn_selection - Thread-1 - [dependency_fqdn_selection.py:92 - execute()] - got response: None from searching FQDN | |
DEBUG - 2025-02-07 11:15:28,648 - kai.kai.cache - Thread-1 - [cache.py:195 - put()] - Storing cache in /Users/jmatthews/git/jwmatthews/coolstore/.vscode/konveyor-logs/cache/gpt-4o/AnalyzerRuleViolation/service_InventoryNotificationMDB_java/jms-to-reactive-quarkus-00050/PackageDoesNotExistError/service_InventoryNotificationMDB_java/0_fqdndependencyselectorrequest.json | |
DEBUG - 2025-02-07 11:15:28,806 - kai.kai.reactive_codeplanner.agent.dependency_agent.dependency_fqdn_selection - Thread-1 - [dependency_fqdn_selection.py:92 - execute()] - got response: None from searching FQDN | |
DEBUG - 2025-02-07 11:15:34,823 - kai.kai.cache - Thread-1 - [cache.py:195 - put()] - Storing cache in /Users/jmatthews/git/jwmatthews/coolstore/.vscode/konveyor-logs/cache/gpt-4o/AnalyzerRuleViolation/service_InventoryNotificationMDB_java/jms-to-reactive-quarkus-00050/PackageDoesNotExistError/service_InventoryNotificationMDB_java/0_fqdndependencyselectorrequest.json | |
DEBUG - 2025-02-07 11:15:34,993 - kai.kai.reactive_codeplanner.agent.dependency_agent.dependency_fqdn_selection - Thread-1 - [dependency_fqdn_selection.py:92 - execute()] - got response: None from searching FQDN | |
DEBUG - 2025-02-07 11:15:43,275 - kai.kai.cache - Thread-1 - [cache.py:195 - put()] - Storing cache in /Users/jmatthews/git/jwmatthews/coolstore/.vscode/konveyor-logs/cache/gpt-4o/AnalyzerRuleViolation/service_InventoryNotificationMDB_java/jms-to-reactive-quarkus-00050/PackageDoesNotExistError/service_InventoryNotificationMDB_java/0_fqdndependencyselectorrequest.json | |
DEBUG - 2025-02-07 11:15:43,449 - kai.kai.reactive_codeplanner.agent.dependency_agent.dependency_fqdn_selection - Thread-1 - [dependency_fqdn_selection.py:92 - execute()] - got response: None from searching FQDN | |
DEBUG - 2025-02-07 11:15:51,247 - kai.kai.cache - Thread-1 - [cache.py:195 - put()] - Storing cache in /Users/jmatthews/git/jwmatthews/coolstore/.vscode/konveyor-logs/cache/gpt-4o/AnalyzerRuleViolation/service_InventoryNotificationMDB_java/jms-to-reactive-quarkus-00050/PackageDoesNotExistError/service_InventoryNotificationMDB_java/0_fqdndependencyselectorrequest.json | |
DEBUG - 2025-02-07 11:15:51,843 - kai.kai.reactive_codeplanner.agent.dependency_agent.dependency_fqdn_selection - Thread-1 - [dependency_fqdn_selection.py:92 - execute()] - got response: None from searching FQDN | |
DEBUG - 2025-02-07 11:15:51,843 - kai.kai.reactive_codeplanner.agent.dependency_agent.dependency_agent - Thread-1 - [dependency_agent.py:282 - execute()] - unable to get response from sub-agent | |
INFO - 2025-02-07 11:15:51,843 - kai.kai.reactive_codeplanner.task_runner.dependency.task_runner - Thread-1 - [task_runner.py:69 - execute_task()] - got mvn dep response: MavenDependencyResult(encountered_errors=None, file_to_modify=None, reasoning=None, final_answer='', fqdn_response=None, find_in_pom=None) | |
INFO - 2025-02-07 11:15:51,844 - kai.kai.reactive_codeplanner.task_runner.dependency.task_runner - Thread-1 - [task_runner.py:75 - execute_task()] - No final answer was given, we need to return with nothing modified. result: MavenDependencyResult(encountered_errors=None, file_to_modify=None, reasoning=None, final_answer='', fqdn_response=None, find_in_pom=None) | |
DEBUG - 2025-02-07 11:15:51,844 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:99 - execute_task()] - Task execution result: TaskResult(encountered_errors=[], modified_files=[], summary='') | |
DEBUG - 2025-02-07 11:15:51,844 - kai.kai_rpc_application - Thread-1 - [server.py:620 - get_codeplan_agent_solution()] - Task PackageDoesNotExistError, result: TaskResult(encountered_errors=[], modified_files=[], summary='') | |
INFO - 2025-02-07 11:15:51,845 - kai.kai_rpc_application - Thread-1 - [server.py:482 - simple_chat_message()] - simple_chat_message! | |
INFO - 2025-02-07 11:15:51,845 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:113 - supply_result()] - Supplying result: TaskResult(encountered_errors=[], modified_files=[], summary='') | |
DEBUG - 2025-02-07 11:15:51,845 - kai.kai_rpc_application - Thread-1 - [server.py:626 - get_codeplan_agent_solution()] - Executed task PackageDoesNotExistError | |
DEBUG - 2025-02-07 11:15:51,945 - kai.kai_rpc_application - Thread-1 - [server.py:636 - get_codeplan_agent_solution()] - TaskResult(encountered_errors=[], modified_files=[], summary='') | |
DEBUG - 2025-02-07 11:15:51,945 - kai.kai_rpc_application - Thread-1 - [server.py:644 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: START | |
DEBUG - 2025-02-07 11:15:51,945 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0) | |
DEBUG - 2025-02-07 11:15:51,945 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0) | |
DEBUG - 2025-02-07 11:15:51,946 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=1, retries=0) | |
DEBUG - 2025-02-07 11:15:51,946 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:17:6, message=cannot find symbol>(priority=2(0), depth=1, retries=0) | |
DEBUG - 2025-02-07 11:15:51,946 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(0), depth=1, retries=0) | |
DEBUG - 2025-02-07 11:15:51,946 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:6:51, message=package org.eclipse.microprofile.reactive.messaging does not exist>(priority=1(0), depth=1, retries=0) | |
DEBUG - 2025-02-07 11:15:51,946 - kai.kai_rpc_application - Thread-1 - [server.py:651 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: END | |
DEBUG - 2025-02-07 11:15:51,946 - kai.kai_rpc_application - Thread-1 - [server.py:652 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASKS: SUCCESSFUL_TASKS: START | |
DEBUG - 2025-02-07 11:15:51,946 - kai.kai_rpc_application - Thread-1 - [server.py:655 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASKS: SUCCESSFUL_TASKS: END | |
DEBUG - 2025-02-07 11:15:51,946 - kai.kai_rpc_application - Thread-1 - [server.py:656 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASKS: IGNORED_TASKS: START | |
DEBUG - 2025-02-07 11:15:51,946 - kai.kai_rpc_application - Thread-1 - [server.py:661 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASKS: IGNORED_TASKS: END | |
INFO - 2025-02-07 11:15:51,946 - kai.kai_rpc_application - Thread-1 - [server.py:482 - simple_chat_message()] - simple_chat_message! | |
INFO - 2025-02-07 11:15:51,946 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:235 - handle_new_tasks_after_processing()] - Handling new tasks after processing task: PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=1, retries=0) | |
INFO - 2025-02-07 11:15:51,946 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:125 - run_validators()] - Running validators. | |
DEBUG - 2025-02-07 11:15:51,946 - kai.kai.reactive_codeplanner.task_manager.task_manager - ThreadPoolExecutor-2_0 - [task_manager.py:131 - run_validator()] - Running validator: <kai.reactive_codeplanner.task_runner.compiler.maven_validator.MavenCompileStep object at 0x12f0b1b80> | |
DEBUG - 2025-02-07 11:15:51,946 - kai.kai.reactive_codeplanner.task_manager.task_manager - ThreadPoolExecutor-2_1 - [task_manager.py:131 - run_validator()] - Running validator: <kai.reactive_codeplanner.task_runner.analyzer_lsp.validator.AnalyzerLSPStep object at 0x12f0b2ba0> | |
DEBUG - 2025-02-07 11:15:51,947 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-2_1 - [validator.py:52 - run()] - Running analyzer-lsp | |
DEBUG - 2025-02-07 11:15:51,947 - kai.kai.analyzer - ThreadPoolExecutor-2_1 - [analyzer.py:120 - run_analyzer_lsp()] - Sending request to analyzer-lsp | |
DEBUG - 2025-02-07 11:15:51,947 - kai.kai.analyzer - ThreadPoolExecutor-2_1 - [analyzer.py:121 - run_analyzer_lsp()] - Request params: {'label_selector': 'konveyor.io/target=quarkus || konveyor.io/target=jakarta-ee', 'incident_selector': '', 'excluded_paths': [PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/.vscode')], 'included_paths': []} | |
DEBUG - 2025-02-07 11:15:53,541 - kai.kai.reactive_codeplanner.task_runner.compiler.maven_validator - ThreadPoolExecutor-2_0 - [maven_validator.py:609 - deduplicate_errors()] - adding collapsed_error: PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(1), depth=0, retries=0)-lines:None -- for key: <class 'kai.reactive_codeplanner.task_runner.compiler.maven_validator.PackageDoesNotExistError'>-io.smallrye.reactive.messaging.annotations | |
DEBUG - 2025-02-07 11:15:53,541 - kai.kai.reactive_codeplanner.task_runner.compiler.maven_validator - ThreadPoolExecutor-2_0 - [maven_validator.py:609 - deduplicate_errors()] - adding collapsed_error: PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:6:51, message=package org.eclipse.microprofile.reactive.messaging does not exist>(priority=1(1), depth=0, retries=0)-lines:None -- for key: <class 'kai.reactive_codeplanner.task_runner.compiler.maven_validator.PackageDoesNotExistError'>-org.eclipse.microprofile.reactive.messaging | |
DEBUG - 2025-02-07 11:15:53,541 - kai.kai.reactive_codeplanner.task_runner.compiler.maven_validator - ThreadPoolExecutor-2_0 - [maven_validator.py:609 - deduplicate_errors()] - adding collapsed_error: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:17:6, message=cannot find symbol>(priority=2(2), depth=0, retries=0)-lines:None -- for key: /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java-<class 'kai.reactive_codeplanner.task_runner.compiler.maven_validator.SymbolNotFoundError'>-class Incoming | |
DEBUG - 2025-02-07 11:15:53,541 - kai.kai.reactive_codeplanner.task_runner.compiler.maven_validator - ThreadPoolExecutor-2_0 - [maven_validator.py:609 - deduplicate_errors()] - adding collapsed_error: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(2), depth=0, retries=0)-lines:None -- for key: /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java-<class 'kai.reactive_codeplanner.task_runner.compiler.maven_validator.SymbolNotFoundError'>-class Blocking | |
DEBUG - 2025-02-07 11:15:53,541 - kai.kai.reactive_codeplanner.task_runner.compiler.maven_validator - ThreadPoolExecutor-2_0 - [maven_validator.py:47 - run()] - determining whether maven cache should be set: build_errors: False, dependency_errors: False, catchall_errors: False, compilation_errors: True, cond: [] | |
DEBUG - 2025-02-07 11:15:53,541 - kai.kai.reactive_codeplanner.task_runner.compiler.maven_validator - ThreadPoolExecutor-2_0 - [maven_validator.py:59 - run()] - Setting the maven cache with 4 compilation errors | |
DEBUG - 2025-02-07 11:15:53,541 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:158 - run_validators()] - Validator result: ValidationResult(passed=False, errors=[PackageDoesNotExistError(priority=1, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), PackageDoesNotExistError(priority=1, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=6, column=51, message='package org.eclipse.microprofile.reactive.messaging does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[6,51] package org.eclipse.microprofile.reactive.messaging does not exist', missing_package='org.eclipse.microprofile.reactive.messaging'), SymbolNotFoundError(priority=2, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=17, column=6, message='cannot find symbol', details=['symbol: class Incoming', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[17,6] cannot find symbol\nsymbol: class Incoming\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Incoming', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), SymbolNotFoundError(priority=2, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')]) | |
INFO - 2025-02-07 11:15:53,541 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:161 - run_validators()] - Found 4 tasks from validator <kai.reactive_codeplanner.task_runner.compiler.maven_validator.MavenCompileStep object at 0x12f0b1b80> | |
DEBUG - 2025-02-07 11:15:53,541 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:166 - run_validators()] - Validator <kai.reactive_codeplanner.task_runner.compiler.maven_validator.MavenCompileStep object at 0x12f0b1b80> found errors: [PackageDoesNotExistError(priority=1, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), PackageDoesNotExistError(priority=1, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=6, column=51, message='package org.eclipse.microprofile.reactive.messaging does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[6,51] package org.eclipse.microprofile.reactive.messaging does not exist', missing_package='org.eclipse.microprofile.reactive.messaging'), SymbolNotFoundError(priority=2, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=17, column=6, message='cannot find symbol', details=['symbol: class Incoming', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[17,6] cannot find symbol\nsymbol: class Incoming\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Incoming', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), SymbolNotFoundError(priority=2, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')] | |
DEBUG - 2025-02-07 11:16:07,613 - kai.kai.analyzer-rpc-client - Thread-3 - [core.py:239 - run()] - Waiting for message | |
DEBUG - 2025-02-07 11:16:07,615 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-2_1 - [validator.py:95 - __parse_analyzer_lsp_output()] - Parsing analyzer-lsp output | |
DEBUG - 2025-02-07 11:16:07,615 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-2_1 - [validator.py:108 - __parse_analyzer_lsp_output()] - getting rulesetNames sorted ['eap7/weblogic/tests/data', 'eap8/eap7', 'quarkus/springboot'] | |
DEBUG - 2025-02-07 11:16:07,615 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-2_1 - [validator.py:112 - __parse_analyzer_lsp_output()] - getting sorted violations ['maven-javax-to-jakarta-00002'] | |
DEBUG - 2025-02-07 11:16:07,616 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-2_1 - [validator.py:112 - __parse_analyzer_lsp_output()] - getting sorted violations ['hibernate-00005', 'javaee-to-jakarta-namespaces-00001', 'javaee-to-jakarta-namespaces-00002', 'javaee-to-jakarta-namespaces-00006', 'javaee-to-jakarta-namespaces-00030', 'javaee-to-jakarta-namespaces-00033', 'javax-to-jakarta-dependencies-00006', 'javax-to-jakarta-dependencies-00007', 'javax-to-jakarta-dependencies-00008', 'javax-to-jakarta-import-00001', 'javax-to-jakarta-properties-00001'] | |
DEBUG - 2025-02-07 11:16:07,616 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-2_1 - [validator.py:112 - __parse_analyzer_lsp_output()] - getting sorted violations ['cdi-to-quarkus-00030', 'cdi-to-quarkus-00040', 'ee-to-quarkus-00000', 'ee-to-quarkus-00010', 'javaee-pom-to-quarkus-00000', 'javaee-pom-to-quarkus-00010', 'javaee-pom-to-quarkus-00020', 'javaee-pom-to-quarkus-00030', 'javaee-pom-to-quarkus-00040', 'javaee-pom-to-quarkus-00050', 'javaee-pom-to-quarkus-00060', 'jaxrs-to-quarkus-00020', 'jms-to-reactive-quarkus-00010', 'jms-to-reactive-quarkus-00020', 'jms-to-reactive-quarkus-00040', 'jms-to-reactive-quarkus-00050', 'persistence-to-quarkus-00000', 'persistence-to-quarkus-00011', 'remote-ejb-to-quarkus-00000'] | |
DEBUG - 2025-02-07 11:16:07,617 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:158 - run_validators()] - Validator result: ValidationResult(passed=False, errors=[AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=maven-javax-to-jakarta-00002>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00006>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00006>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00007>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00008>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/InventoryEntity.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/ShoppingCart.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/CartEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/OrderEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/ProductEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/PromoService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/DataBaseMigrationStartup.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/StartupListener.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Transformers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=cdi-to-quarkus-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=ee-to-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00000>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00010>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00020>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00030>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00040>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00050>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00060>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=jaxrs-to-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=remote-ejb-to-quarkus-00000>(priority=2(2), depth=0, retries=0)]) | |
INFO - 2025-02-07 11:16:07,617 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:161 - run_validators()] - Found 66 tasks from validator <kai.reactive_codeplanner.task_runner.analyzer_lsp.validator.AnalyzerLSPStep object at 0x12f0b2ba0> | |
DEBUG - 2025-02-07 11:16:07,617 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:166 - run_validators()] - Validator <kai.reactive_codeplanner.task_runner.analyzer_lsp.validator.AnalyzerLSPStep object at 0x12f0b2ba0> found errors: [AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=maven-javax-to-jakarta-00002>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00006>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00006>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00007>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00008>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/InventoryEntity.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/ShoppingCart.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/CartEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/OrderEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/ProductEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/PromoService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/DataBaseMigrationStartup.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/StartupListener.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Transformers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=cdi-to-quarkus-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=ee-to-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00000>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00010>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00020>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00030>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00040>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00050>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00060>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=jaxrs-to-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=remote-ejb-to-quarkus-00000>(priority=2(2), depth=0, retries=0)] | |
INFO - 2025-02-07 11:16:07,618 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:176 - run_validators()] - Found 70 tasks from validators | |
DEBUG - 2025-02-07 11:16:07,618 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:177 - run_validators()] - Validators are up to date. | |
DEBUG - 2025-02-07 11:16:07,618 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:238 - handle_new_tasks_after_processing()] - Unprocessed new tasks: {AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00020>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), SymbolNotFoundError(priority=2, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00008>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/OrderEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), PackageDoesNotExistError(priority=1, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=6, column=51, message='package org.eclipse.microprofile.reactive.messaging does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[6,51] package org.eclipse.microprofile.reactive.messaging does not exist', missing_package='org.eclipse.microprofile.reactive.messaging'), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/StartupListener.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00007>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/PromoService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00000>(priority=2(1), depth=0, retries=0), PackageDoesNotExistError(priority=1, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00010>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00040>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/InventoryEntity.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=jaxrs-to-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Transformers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00030>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=maven-javax-to-jakarta-00002>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/ShoppingCart.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00050>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/CartEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00006>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00006>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00060>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/DataBaseMigrationStartup.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=ee-to-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=remote-ejb-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/ProductEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=cdi-to-quarkus-00030>(priority=2(2), depth=0, retries=0), SymbolNotFoundError(priority=2, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=17, column=6, message='cannot find symbol', details=['symbol: class Incoming', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[17,6] cannot find symbol\nsymbol: class Incoming\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Incoming', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')} | |
DEBUG - 2025-02-07 11:16:07,619 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:243 - handle_new_tasks_after_processing()] - Resolved tasks to remove from stacks: {PackageDoesNotExistError(priority=1, depth=1, parent=AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0), children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=6, column=51, message='package org.eclipse.microprofile.reactive.messaging does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[6,51] package org.eclipse.microprofile.reactive.messaging does not exist', missing_package='org.eclipse.microprofile.reactive.messaging'), SymbolNotFoundError(priority=2, depth=1, parent=AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0), children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), SymbolNotFoundError(priority=2, depth=1, parent=AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0), children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=17, column=6, message='cannot find symbol', details=['symbol: class Incoming', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[17,6] cannot find symbol\nsymbol: class Incoming\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Incoming', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')} | |
DEBUG - 2025-02-07 11:16:07,619 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:250 - handle_new_tasks_after_processing()] - adding task to similar_non_resolved_task: PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:6:51, message=package org.eclipse.microprofile.reactive.messaging does not exist>(priority=1(0), depth=1, retries=0) | |
DEBUG - 2025-02-07 11:16:07,619 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:250 - handle_new_tasks_after_processing()] - adding task to similar_non_resolved_task: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=1, retries=0) | |
DEBUG - 2025-02-07 11:16:07,619 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:250 - handle_new_tasks_after_processing()] - adding task to similar_non_resolved_task: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:17:6, message=cannot find symbol>(priority=2(0), depth=1, retries=0) | |
DEBUG - 2025-02-07 11:16:07,620 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:273 - handle_new_tasks_after_processing()] - Task PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=1, retries=0) still unsolved after execution. | |
INFO - 2025-02-07 11:16:07,620 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:329 - handle_ignored_task()] - Handling ignored task: PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=1, retries=0) | |
DEBUG - 2025-02-07 11:16:07,620 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:332 - handle_ignored_task()] - Task PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=1, retries=1) failed (retry count: 1), adding back to stack | |
DEBUG - 2025-02-07 11:16:07,620 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:201 - get_next_task()] - Popped task from stack: PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:6:51, message=package org.eclipse.microprofile.reactive.messaging does not exist>(priority=1(0), depth=2, retries=0) | |
INFO - 2025-02-07 11:16:07,620 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:206 - get_next_task()] - Yielding task: PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:6:51, message=package org.eclipse.microprofile.reactive.messaging does not exist>(priority=1(0), depth=2, retries=0) | |
DEBUG - 2025-02-07 11:16:07,620 - kai.kai_rpc_application - Thread-1 - [server.py:603 - get_codeplan_agent_solution()] - Executing task PackageDoesNotExistError: PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:6:51, message=package org.eclipse.microprofile.reactive.messaging does not exist>(priority=1(0), depth=2, retries=0) | |
INFO - 2025-02-07 11:16:07,620 - kai.kai_rpc_application - Thread-1 - [server.py:482 - simple_chat_message()] - simple_chat_message! | |
INFO - 2025-02-07 11:16:07,620 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:86 - execute_task()] - Executing task: PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:6:51, message=package org.eclipse.microprofile.reactive.messaging does not exist>(priority=1(0), depth=2, retries=0) | |
DEBUG - 2025-02-07 11:16:07,620 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:106 - get_agent_for_task()] - Agent <kai.reactive_codeplanner.task_runner.dependency.task_runner.DependencyTaskRunner object at 0x12f0b3140> can handle task PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:6:51, message=package org.eclipse.microprofile.reactive.messaging does not exist>(priority=1(0), depth=2, retries=0) | |
INFO - 2025-02-07 11:16:07,620 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:88 - execute_task()] - Agent selected for task: <kai.reactive_codeplanner.task_runner.dependency.task_runner.DependencyTaskRunner object at 0x12f0b3140> | |
DEBUG - 2025-02-07 11:16:10,841 - kai.kai.cache - Thread-1 - [cache.py:195 - put()] - Storing cache in /Users/jmatthews/git/jwmatthews/coolstore/.vscode/konveyor-logs/cache/gpt-4o/AnalyzerRuleViolation/service_InventoryNotificationMDB_java/jms-to-reactive-quarkus-00050/PackageDoesNotExistError/service_InventoryNotificationMDB_java/PackageDoesNotExistError/service_InventoryNotificationMDB_java/0_mavendependencyrequest.json | |
DEBUG - 2025-02-07 11:16:13,374 - kai.kai.cache - Thread-1 - [cache.py:195 - put()] - Storing cache in /Users/jmatthews/git/jwmatthews/coolstore/.vscode/konveyor-logs/cache/gpt-4o/AnalyzerRuleViolation/service_InventoryNotificationMDB_java/jms-to-reactive-quarkus-00050/PackageDoesNotExistError/service_InventoryNotificationMDB_java/PackageDoesNotExistError/service_InventoryNotificationMDB_java/1_mavendependencyrequest.json | |
DEBUG - 2025-02-07 11:16:18,560 - kai.kai.cache - Thread-1 - [cache.py:195 - put()] - Storing cache in /Users/jmatthews/git/jwmatthews/coolstore/.vscode/konveyor-logs/cache/gpt-4o/AnalyzerRuleViolation/service_InventoryNotificationMDB_java/jms-to-reactive-quarkus-00050/PackageDoesNotExistError/service_InventoryNotificationMDB_java/PackageDoesNotExistError/service_InventoryNotificationMDB_java/2_mavendependencyrequest.json | |
DEBUG - 2025-02-07 11:16:18,561 - kai.kai.reactive_codeplanner.agent.dependency_agent.dependency_agent - Thread-1 - [dependency_agent.py:260 - execute()] - running search for FQDN | |
DEBUG - 2025-02-07 11:16:18,711 - kai.kai.reactive_codeplanner.agent.dependency_agent.dependency_agent - Thread-1 - [dependency_agent.py:289 - execute()] - running find in pom | |
INFO - 2025-02-07 11:16:18,711 - kai.kai.reactive_codeplanner.task_runner.dependency.task_runner - Thread-1 - [task_runner.py:69 - execute_task()] - got mvn dep response: MavenDependencyResult(encountered_errors=None, file_to_modify=None, reasoning=None, final_answer='Added the MicroProfile Reactive Messaging dependency with groupId `org.eclipse.microprofile.reactive.messaging`, artifactId `microprofile-reactive-messaging-api`, and version `3.0.1` to the `pom.xml` file.', fqdn_response=FQDNResponse(artifact_id='microprofile-reactive-messaging-api', group_id='org.eclipse.microprofile.reactive.messaging', version='3.0.1'), find_in_pom=FindInPomResponse(override=False, group_id=None, artifact_id=None, version=None)) | |
DEBUG - 2025-02-07 11:16:18,712 - kai.kai.reactive_codeplanner.task_runner.dependency.task_runner - Thread-1 - [task_runner.py:88 - execute_task()] - we are now updating the pom based Added the MicroProfile Reactive Messaging dependency with groupId `org.eclipse.microprofile.reactive.messaging`, artifactId `microprofile-reactive-messaging-api`, and version `3.0.1` to the `pom.xml` file. | |
DEBUG - 2025-02-07 11:16:18,794 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:99 - execute_task()] - Task execution result: TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary='') | |
DEBUG - 2025-02-07 11:16:18,794 - kai.kai_rpc_application - Thread-1 - [server.py:620 - get_codeplan_agent_solution()] - Task PackageDoesNotExistError, result: TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary='') | |
INFO - 2025-02-07 11:16:18,794 - kai.kai_rpc_application - Thread-1 - [server.py:482 - simple_chat_message()] - simple_chat_message! | |
INFO - 2025-02-07 11:16:18,794 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:113 - supply_result()] - Supplying result: TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary='') | |
DEBUG - 2025-02-07 11:16:18,794 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:119 - supply_result()] - File /Users/jmatthews/git/jwmatthews/coolstore/pom.xml marked as unprocessed. | |
DEBUG - 2025-02-07 11:16:18,794 - kai.kai_rpc_application - Thread-1 - [server.py:626 - get_codeplan_agent_solution()] - Executed task PackageDoesNotExistError | |
DEBUG - 2025-02-07 11:16:18,887 - kai.kai_rpc_application - Thread-1 - [server.py:636 - get_codeplan_agent_solution()] - TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary='') | |
DEBUG - 2025-02-07 11:16:18,887 - kai.kai_rpc_application - Thread-1 - [server.py:644 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: START | |
DEBUG - 2025-02-07 11:16:18,887 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0) | |
DEBUG - 2025-02-07 11:16:18,887 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0) | |
DEBUG - 2025-02-07 11:16:18,887 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=1, retries=0) | |
DEBUG - 2025-02-07 11:16:18,887 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:17:6, message=cannot find symbol>(priority=2(0), depth=1, retries=0) | |
DEBUG - 2025-02-07 11:16:18,887 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(0), depth=1, retries=0) | |
DEBUG - 2025-02-07 11:16:18,887 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:6:51, message=package org.eclipse.microprofile.reactive.messaging does not exist>(priority=1(0), depth=1, retries=0) | |
DEBUG - 2025-02-07 11:16:18,887 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=1, retries=1) | |
DEBUG - 2025-02-07 11:16:18,887 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |-Solved: PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:6:51, message=package org.eclipse.microprofile.reactive.messaging does not exist>(priority=1(0), depth=2, retries=0) | |
DEBUG - 2025-02-07 11:16:18,887 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |-SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:17:6, message=cannot find symbol>(priority=2(0), depth=2, retries=0) | |
DEBUG - 2025-02-07 11:16:18,887 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |-SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=2, retries=0) | |
DEBUG - 2025-02-07 11:16:18,888 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=2, retries=0) | |
DEBUG - 2025-02-07 11:16:18,888 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:17:6, message=cannot find symbol>(priority=2(0), depth=2, retries=0) | |
DEBUG - 2025-02-07 11:16:18,888 - kai.kai_rpc_application - Thread-1 - [server.py:651 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: END | |
DEBUG - 2025-02-07 11:16:18,888 - kai.kai_rpc_application - Thread-1 - [server.py:652 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASKS: SUCCESSFUL_TASKS: START | |
DEBUG - 2025-02-07 11:16:18,888 - kai.kai_rpc_application - Thread-1 - [server.py:655 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASKS: SUCCESSFUL_TASKS: END | |
DEBUG - 2025-02-07 11:16:18,888 - kai.kai_rpc_application - Thread-1 - [server.py:656 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASKS: IGNORED_TASKS: START | |
DEBUG - 2025-02-07 11:16:18,888 - kai.kai_rpc_application - Thread-1 - [server.py:661 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASKS: IGNORED_TASKS: END | |
INFO - 2025-02-07 11:16:18,888 - kai.kai_rpc_application - Thread-1 - [server.py:482 - simple_chat_message()] - simple_chat_message! | |
INFO - 2025-02-07 11:16:18,888 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:235 - handle_new_tasks_after_processing()] - Handling new tasks after processing task: PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:6:51, message=package org.eclipse.microprofile.reactive.messaging does not exist>(priority=1(0), depth=2, retries=0) | |
INFO - 2025-02-07 11:16:18,888 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:125 - run_validators()] - Running validators. | |
DEBUG - 2025-02-07 11:16:18,889 - kai.kai.reactive_codeplanner.task_manager.task_manager - ThreadPoolExecutor-3_0 - [task_manager.py:131 - run_validator()] - Running validator: <kai.reactive_codeplanner.task_runner.compiler.maven_validator.MavenCompileStep object at 0x12f0b1b80> | |
DEBUG - 2025-02-07 11:16:18,889 - kai.kai.reactive_codeplanner.task_manager.task_manager - ThreadPoolExecutor-3_1 - [task_manager.py:131 - run_validator()] - Running validator: <kai.reactive_codeplanner.task_runner.analyzer_lsp.validator.AnalyzerLSPStep object at 0x12f0b2ba0> | |
DEBUG - 2025-02-07 11:16:18,889 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-3_1 - [validator.py:52 - run()] - Running analyzer-lsp | |
DEBUG - 2025-02-07 11:16:18,889 - kai.kai.analyzer - ThreadPoolExecutor-3_1 - [analyzer.py:120 - run_analyzer_lsp()] - Sending request to analyzer-lsp | |
DEBUG - 2025-02-07 11:16:18,889 - kai.kai.analyzer - ThreadPoolExecutor-3_1 - [analyzer.py:121 - run_analyzer_lsp()] - Request params: {'label_selector': 'konveyor.io/target=quarkus || konveyor.io/target=jakarta-ee', 'incident_selector': '', 'excluded_paths': [PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/.vscode')], 'included_paths': ['/Users/jmatthews/git/jwmatthews/coolstore/pom.xml']} | |
DEBUG - 2025-02-07 11:16:20,713 - kai.kai.reactive_codeplanner.task_runner.compiler.maven_validator - ThreadPoolExecutor-3_0 - [maven_validator.py:609 - deduplicate_errors()] - adding collapsed_error: PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(1), depth=0, retries=0)-lines:None -- for key: <class 'kai.reactive_codeplanner.task_runner.compiler.maven_validator.PackageDoesNotExistError'>-io.smallrye.reactive.messaging.annotations | |
DEBUG - 2025-02-07 11:16:20,713 - kai.kai.reactive_codeplanner.task_runner.compiler.maven_validator - ThreadPoolExecutor-3_0 - [maven_validator.py:609 - deduplicate_errors()] - adding collapsed_error: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(2), depth=0, retries=0)-lines:None -- for key: /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java-<class 'kai.reactive_codeplanner.task_runner.compiler.maven_validator.SymbolNotFoundError'>-class Blocking | |
DEBUG - 2025-02-07 11:16:20,714 - kai.kai.reactive_codeplanner.task_runner.compiler.maven_validator - ThreadPoolExecutor-3_0 - [maven_validator.py:47 - run()] - determining whether maven cache should be set: build_errors: False, dependency_errors: False, catchall_errors: False, compilation_errors: True, cond: [] | |
DEBUG - 2025-02-07 11:16:20,714 - kai.kai.reactive_codeplanner.task_runner.compiler.maven_validator - ThreadPoolExecutor-3_0 - [maven_validator.py:59 - run()] - Setting the maven cache with 2 compilation errors | |
DEBUG - 2025-02-07 11:16:20,714 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:158 - run_validators()] - Validator result: ValidationResult(passed=False, errors=[PackageDoesNotExistError(priority=1, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), SymbolNotFoundError(priority=2, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')]) | |
INFO - 2025-02-07 11:16:20,714 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:161 - run_validators()] - Found 2 tasks from validator <kai.reactive_codeplanner.task_runner.compiler.maven_validator.MavenCompileStep object at 0x12f0b1b80> | |
DEBUG - 2025-02-07 11:16:20,714 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:166 - run_validators()] - Validator <kai.reactive_codeplanner.task_runner.compiler.maven_validator.MavenCompileStep object at 0x12f0b1b80> found errors: [PackageDoesNotExistError(priority=1, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), SymbolNotFoundError(priority=2, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')] | |
DEBUG - 2025-02-07 11:16:30,383 - kai.kai.analyzer-rpc-client - Thread-3 - [core.py:239 - run()] - Waiting for message | |
DEBUG - 2025-02-07 11:16:30,384 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-3_1 - [validator.py:95 - __parse_analyzer_lsp_output()] - Parsing analyzer-lsp output | |
DEBUG - 2025-02-07 11:16:30,385 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-3_1 - [validator.py:108 - __parse_analyzer_lsp_output()] - getting rulesetNames sorted ['eap7/weblogic/tests/data', 'eap8/eap7', 'quarkus/springboot'] | |
DEBUG - 2025-02-07 11:16:30,385 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-3_1 - [validator.py:112 - __parse_analyzer_lsp_output()] - getting sorted violations ['maven-javax-to-jakarta-00002'] | |
DEBUG - 2025-02-07 11:16:30,385 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-3_1 - [validator.py:112 - __parse_analyzer_lsp_output()] - getting sorted violations ['hibernate-00005', 'javaee-to-jakarta-namespaces-00001', 'javaee-to-jakarta-namespaces-00002', 'javaee-to-jakarta-namespaces-00006', 'javaee-to-jakarta-namespaces-00030', 'javaee-to-jakarta-namespaces-00033', 'javax-to-jakarta-dependencies-00006', 'javax-to-jakarta-dependencies-00007', 'javax-to-jakarta-dependencies-00008', 'javax-to-jakarta-import-00001', 'javax-to-jakarta-properties-00001'] | |
DEBUG - 2025-02-07 11:16:30,386 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-3_1 - [validator.py:112 - __parse_analyzer_lsp_output()] - getting sorted violations ['cdi-to-quarkus-00030', 'cdi-to-quarkus-00040', 'ee-to-quarkus-00000', 'ee-to-quarkus-00010', 'javaee-pom-to-quarkus-00000', 'javaee-pom-to-quarkus-00010', 'javaee-pom-to-quarkus-00020', 'javaee-pom-to-quarkus-00030', 'javaee-pom-to-quarkus-00040', 'javaee-pom-to-quarkus-00050', 'javaee-pom-to-quarkus-00060', 'jaxrs-to-quarkus-00020', 'jms-to-reactive-quarkus-00010', 'jms-to-reactive-quarkus-00020', 'jms-to-reactive-quarkus-00040', 'jms-to-reactive-quarkus-00050', 'persistence-to-quarkus-00000', 'persistence-to-quarkus-00011', 'remote-ejb-to-quarkus-00000'] | |
DEBUG - 2025-02-07 11:16:30,386 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:158 - run_validators()] - Validator result: ValidationResult(passed=False, errors=[AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=maven-javax-to-jakarta-00002>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00006>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00006>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00007>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00008>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/InventoryEntity.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/ShoppingCart.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/CartEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/OrderEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/ProductEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/PromoService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/DataBaseMigrationStartup.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/StartupListener.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Transformers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=cdi-to-quarkus-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=ee-to-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00000>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00010>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00020>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00030>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00040>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00050>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00060>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=jaxrs-to-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=remote-ejb-to-quarkus-00000>(priority=2(2), depth=0, retries=0)]) | |
INFO - 2025-02-07 11:16:30,387 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:161 - run_validators()] - Found 66 tasks from validator <kai.reactive_codeplanner.task_runner.analyzer_lsp.validator.AnalyzerLSPStep object at 0x12f0b2ba0> | |
DEBUG - 2025-02-07 11:16:30,387 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:166 - run_validators()] - Validator <kai.reactive_codeplanner.task_runner.analyzer_lsp.validator.AnalyzerLSPStep object at 0x12f0b2ba0> found errors: [AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=maven-javax-to-jakarta-00002>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00006>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00006>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00007>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00008>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/InventoryEntity.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/ShoppingCart.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/CartEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/OrderEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/ProductEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/PromoService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/DataBaseMigrationStartup.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/StartupListener.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Transformers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=cdi-to-quarkus-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=ee-to-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00000>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00010>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00020>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00030>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00040>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00050>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00060>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=jaxrs-to-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=remote-ejb-to-quarkus-00000>(priority=2(2), depth=0, retries=0)] | |
INFO - 2025-02-07 11:16:30,387 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:176 - run_validators()] - Found 68 tasks from validators | |
DEBUG - 2025-02-07 11:16:30,387 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:177 - run_validators()] - Validators are up to date. | |
DEBUG - 2025-02-07 11:16:30,388 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:238 - handle_new_tasks_after_processing()] - Unprocessed new tasks: {AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00020>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), SymbolNotFoundError(priority=2, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00008>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/OrderEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/StartupListener.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00007>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/PromoService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00000>(priority=2(1), depth=0, retries=0), PackageDoesNotExistError(priority=1, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00010>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00040>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/InventoryEntity.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=jaxrs-to-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Transformers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00030>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=maven-javax-to-jakarta-00002>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/ShoppingCart.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00050>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/CartEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00006>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00006>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00060>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/DataBaseMigrationStartup.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=ee-to-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=remote-ejb-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/ProductEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=cdi-to-quarkus-00030>(priority=2(2), depth=0, retries=0)} | |
DEBUG - 2025-02-07 11:16:30,388 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:243 - handle_new_tasks_after_processing()] - Resolved tasks to remove from stacks: {SymbolNotFoundError(priority=2, depth=1, parent=AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0), children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), SymbolNotFoundError(priority=2, depth=2, parent=PackageDoesNotExistError(priority=1, depth=1, parent=AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0), children=[PackageDoesNotExistError(priority=1, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=6, column=51, message='package org.eclipse.microprofile.reactive.messaging does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[6,51] package org.eclipse.microprofile.reactive.messaging does not exist', missing_package='org.eclipse.microprofile.reactive.messaging'), SymbolNotFoundError(priority=2, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=17, column=6, message='cannot find symbol', details=['symbol: class Incoming', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[17,6] cannot find symbol\nsymbol: class Incoming\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Incoming', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), ...], retry_count=1, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), PackageDoesNotExistError(priority=1, depth=1, parent=AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0), children=[PackageDoesNotExistError(priority=1, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=6, column=51, message='package org.eclipse.microprofile.reactive.messaging does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[6,51] package org.eclipse.microprofile.reactive.messaging does not exist', missing_package='org.eclipse.microprofile.reactive.messaging'), SymbolNotFoundError(priority=2, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=17, column=6, message='cannot find symbol', details=['symbol: class Incoming', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[17,6] cannot find symbol\nsymbol: class Incoming\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Incoming', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), SymbolNotFoundError(priority=2, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')], retry_count=1, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), SymbolNotFoundError(priority=2, depth=2, parent=PackageDoesNotExistError(priority=1, depth=1, parent=AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0), children=[PackageDoesNotExistError(priority=1, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=6, column=51, message='package org.eclipse.microprofile.reactive.messaging does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[6,51] package org.eclipse.microprofile.reactive.messaging does not exist', missing_package='org.eclipse.microprofile.reactive.messaging'), ..., SymbolNotFoundError(priority=2, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')], retry_count=1, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=17, column=6, message='cannot find symbol', details=['symbol: class Incoming', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[17,6] cannot find symbol\nsymbol: class Incoming\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Incoming', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), PackageDoesNotExistError(priority=1, depth=1, parent=AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0), children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=6, column=51, message='package org.eclipse.microprofile.reactive.messaging does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[6,51] package org.eclipse.microprofile.reactive.messaging does not exist', missing_package='org.eclipse.microprofile.reactive.messaging'), SymbolNotFoundError(priority=2, depth=1, parent=AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0), children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=17, column=6, message='cannot find symbol', details=['symbol: class Incoming', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[17,6] cannot find symbol\nsymbol: class Incoming\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Incoming', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')} | |
DEBUG - 2025-02-07 11:16:30,388 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:250 - handle_new_tasks_after_processing()] - adding task to similar_non_resolved_task: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=1, retries=0) | |
DEBUG - 2025-02-07 11:16:30,388 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:250 - handle_new_tasks_after_processing()] - adding task to similar_non_resolved_task: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=2, retries=0) | |
DEBUG - 2025-02-07 11:16:30,388 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:250 - handle_new_tasks_after_processing()] - adding task to similar_non_resolved_task: PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=1, retries=1) | |
INFO - 2025-02-07 11:16:30,389 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:261 - handle_new_tasks_after_processing()] - Task SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:17:6, message=cannot find symbol>(priority=2(0), depth=2, retries=0) resolved indirectly and removed from queue. | |
INFO - 2025-02-07 11:16:30,389 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:261 - handle_new_tasks_after_processing()] - Task PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:6:51, message=package org.eclipse.microprofile.reactive.messaging does not exist>(priority=1(0), depth=1, retries=0) resolved indirectly and removed from queue. | |
INFO - 2025-02-07 11:16:30,389 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:261 - handle_new_tasks_after_processing()] - Task SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:17:6, message=cannot find symbol>(priority=2(0), depth=1, retries=0) resolved indirectly and removed from queue. | |
DEBUG - 2025-02-07 11:16:30,389 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:277 - handle_new_tasks_after_processing()] - Task PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:6:51, message=package org.eclipse.microprofile.reactive.messaging does not exist>(priority=1(0), depth=2, retries=0) processed successfully. | |
DEBUG - 2025-02-07 11:16:30,389 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:201 - get_next_task()] - Popped task from stack: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=2, retries=0) | |
INFO - 2025-02-07 11:16:30,389 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:206 - get_next_task()] - Yielding task: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=2, retries=0) | |
DEBUG - 2025-02-07 11:16:30,389 - kai.kai_rpc_application - Thread-1 - [server.py:603 - get_codeplan_agent_solution()] - Executing task SymbolNotFoundError: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=2, retries=0) | |
INFO - 2025-02-07 11:16:30,389 - kai.kai_rpc_application - Thread-1 - [server.py:482 - simple_chat_message()] - simple_chat_message! | |
INFO - 2025-02-07 11:16:30,390 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:86 - execute_task()] - Executing task: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=2, retries=0) | |
DEBUG - 2025-02-07 11:16:30,390 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:106 - get_agent_for_task()] - Agent <kai.reactive_codeplanner.task_runner.dependency.task_runner.DependencyTaskRunner object at 0x12f0b3140> can handle task SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=2, retries=0) | |
INFO - 2025-02-07 11:16:30,390 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:88 - execute_task()] - Agent selected for task: <kai.reactive_codeplanner.task_runner.dependency.task_runner.DependencyTaskRunner object at 0x12f0b3140> | |
DEBUG - 2025-02-07 11:16:34,718 - kai.kai.cache - Thread-1 - [cache.py:195 - put()] - Storing cache in /Users/jmatthews/git/jwmatthews/coolstore/.vscode/konveyor-logs/cache/gpt-4o/AnalyzerRuleViolation/service_InventoryNotificationMDB_java/jms-to-reactive-quarkus-00050/PackageDoesNotExistError/service_InventoryNotificationMDB_java/SymbolNotFoundError/service_InventoryNotificationMDB_java/0_mavendependencyrequest.json | |
DEBUG - 2025-02-07 11:16:37,311 - kai.kai.cache - Thread-1 - [cache.py:195 - put()] - Storing cache in /Users/jmatthews/git/jwmatthews/coolstore/.vscode/konveyor-logs/cache/gpt-4o/AnalyzerRuleViolation/service_InventoryNotificationMDB_java/jms-to-reactive-quarkus-00050/PackageDoesNotExistError/service_InventoryNotificationMDB_java/SymbolNotFoundError/service_InventoryNotificationMDB_java/1_mavendependencyrequest.json | |
DEBUG - 2025-02-07 11:16:37,526 - kai.kai.reactive_codeplanner.agent.dependency_agent.dependency_agent - Thread-1 - [dependency_agent.py:260 - execute()] - running search for FQDN | |
INFO - 2025-02-07 11:16:37,722 - kai.kai.reactive_codeplanner.agent.dependency_agent.dependency_agent - Thread-1 - [dependency_agent.py:266 - execute()] - Need to call sub-agent for selecting FQDN | |
DEBUG - 2025-02-07 11:16:46,540 - kai.kai.cache - Thread-1 - [cache.py:195 - put()] - Storing cache in /Users/jmatthews/git/jwmatthews/coolstore/.vscode/konveyor-logs/cache/gpt-4o/AnalyzerRuleViolation/service_InventoryNotificationMDB_java/jms-to-reactive-quarkus-00050/PackageDoesNotExistError/service_InventoryNotificationMDB_java/SymbolNotFoundError/service_InventoryNotificationMDB_java/0_fqdndependencyselectorrequest.json | |
DEBUG - 2025-02-07 11:16:46,707 - kai.kai.reactive_codeplanner.agent.dependency_agent.dependency_fqdn_selection - Thread-1 - [dependency_fqdn_selection.py:92 - execute()] - got response: FQDNResponse(artifact_id='smallrye-reactive-messaging', group_id='io.smallrye.reactive', version='4.27.0') from searching FQDN | |
DEBUG - 2025-02-07 11:16:46,708 - kai.kai.reactive_codeplanner.agent.dependency_agent.dependency_agent - Thread-1 - [dependency_agent.py:289 - execute()] - running find in pom | |
INFO - 2025-02-07 11:16:46,708 - kai.kai.reactive_codeplanner.task_runner.dependency.task_runner - Thread-1 - [task_runner.py:69 - execute_task()] - got mvn dep response: MavenDependencyResult(encountered_errors=None, file_to_modify=None, reasoning=None, final_answer='', fqdn_response=FQDNResponse(artifact_id='smallrye-reactive-messaging', group_id='io.smallrye.reactive', version='4.27.0'), find_in_pom=FindInPomResponse(override=False, group_id=None, artifact_id=None, version=None)) | |
INFO - 2025-02-07 11:16:46,708 - kai.kai.reactive_codeplanner.task_runner.dependency.task_runner - Thread-1 - [task_runner.py:75 - execute_task()] - No final answer was given, we need to return with nothing modified. result: MavenDependencyResult(encountered_errors=None, file_to_modify=None, reasoning=None, final_answer='', fqdn_response=FQDNResponse(artifact_id='smallrye-reactive-messaging', group_id='io.smallrye.reactive', version='4.27.0'), find_in_pom=FindInPomResponse(override=False, group_id=None, artifact_id=None, version=None)) | |
DEBUG - 2025-02-07 11:16:46,708 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:99 - execute_task()] - Task execution result: TaskResult(encountered_errors=[], modified_files=[], summary='') | |
DEBUG - 2025-02-07 11:16:46,708 - kai.kai_rpc_application - Thread-1 - [server.py:620 - get_codeplan_agent_solution()] - Task SymbolNotFoundError, result: TaskResult(encountered_errors=[], modified_files=[], summary='') | |
INFO - 2025-02-07 11:16:46,708 - kai.kai_rpc_application - Thread-1 - [server.py:482 - simple_chat_message()] - simple_chat_message! | |
INFO - 2025-02-07 11:16:46,708 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:113 - supply_result()] - Supplying result: TaskResult(encountered_errors=[], modified_files=[], summary='') | |
DEBUG - 2025-02-07 11:16:46,709 - kai.kai_rpc_application - Thread-1 - [server.py:626 - get_codeplan_agent_solution()] - Executed task SymbolNotFoundError | |
DEBUG - 2025-02-07 11:16:46,811 - kai.kai_rpc_application - Thread-1 - [server.py:636 - get_codeplan_agent_solution()] - TaskResult(encountered_errors=[], modified_files=[], summary='') | |
DEBUG - 2025-02-07 11:16:46,811 - kai.kai_rpc_application - Thread-1 - [server.py:644 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: START | |
DEBUG - 2025-02-07 11:16:46,811 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0) | |
DEBUG - 2025-02-07 11:16:46,811 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0) | |
DEBUG - 2025-02-07 11:16:46,811 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=1, retries=0) | |
DEBUG - 2025-02-07 11:16:46,811 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(0), depth=1, retries=0) | |
DEBUG - 2025-02-07 11:16:46,811 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=1, retries=1) | |
DEBUG - 2025-02-07 11:16:46,811 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |-Solved: PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:6:51, message=package org.eclipse.microprofile.reactive.messaging does not exist>(priority=1(0), depth=2, retries=0) | |
DEBUG - 2025-02-07 11:16:46,811 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |--PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:16:46,811 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |--SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:16:46,811 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |-Solved: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:17:6, message=cannot find symbol>(priority=2(0), depth=2, retries=0) | |
DEBUG - 2025-02-07 11:16:46,811 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |-Solved: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=2, retries=0) | |
DEBUG - 2025-02-07 11:16:46,812 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:16:46,812 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:16:46,812 - kai.kai_rpc_application - Thread-1 - [server.py:651 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: END | |
DEBUG - 2025-02-07 11:16:46,812 - kai.kai_rpc_application - Thread-1 - [server.py:652 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASKS: SUCCESSFUL_TASKS: START | |
DEBUG - 2025-02-07 11:16:46,812 - kai.kai_rpc_application - Thread-1 - [server.py:655 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASKS: SUCCESSFUL_TASKS: END | |
DEBUG - 2025-02-07 11:16:46,812 - kai.kai_rpc_application - Thread-1 - [server.py:656 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASKS: IGNORED_TASKS: START | |
DEBUG - 2025-02-07 11:16:46,812 - kai.kai_rpc_application - Thread-1 - [server.py:661 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASKS: IGNORED_TASKS: END | |
INFO - 2025-02-07 11:16:46,812 - kai.kai_rpc_application - Thread-1 - [server.py:482 - simple_chat_message()] - simple_chat_message! | |
INFO - 2025-02-07 11:16:46,812 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:235 - handle_new_tasks_after_processing()] - Handling new tasks after processing task: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=2, retries=0) | |
INFO - 2025-02-07 11:16:46,812 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:125 - run_validators()] - Running validators. | |
DEBUG - 2025-02-07 11:16:46,812 - kai.kai.reactive_codeplanner.task_manager.task_manager - ThreadPoolExecutor-4_0 - [task_manager.py:131 - run_validator()] - Running validator: <kai.reactive_codeplanner.task_runner.compiler.maven_validator.MavenCompileStep object at 0x12f0b1b80> | |
DEBUG - 2025-02-07 11:16:46,812 - kai.kai.reactive_codeplanner.task_manager.task_manager - ThreadPoolExecutor-4_1 - [task_manager.py:131 - run_validator()] - Running validator: <kai.reactive_codeplanner.task_runner.analyzer_lsp.validator.AnalyzerLSPStep object at 0x12f0b2ba0> | |
DEBUG - 2025-02-07 11:16:46,813 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-4_1 - [validator.py:52 - run()] - Running analyzer-lsp | |
DEBUG - 2025-02-07 11:16:46,813 - kai.kai.analyzer - ThreadPoolExecutor-4_1 - [analyzer.py:120 - run_analyzer_lsp()] - Sending request to analyzer-lsp | |
DEBUG - 2025-02-07 11:16:46,813 - kai.kai.analyzer - ThreadPoolExecutor-4_1 - [analyzer.py:121 - run_analyzer_lsp()] - Request params: {'label_selector': 'konveyor.io/target=quarkus || konveyor.io/target=jakarta-ee', 'incident_selector': '', 'excluded_paths': [PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/.vscode')], 'included_paths': []} | |
DEBUG - 2025-02-07 11:16:48,356 - kai.kai.reactive_codeplanner.task_runner.compiler.maven_validator - ThreadPoolExecutor-4_0 - [maven_validator.py:609 - deduplicate_errors()] - adding collapsed_error: PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(1), depth=0, retries=0)-lines:None -- for key: <class 'kai.reactive_codeplanner.task_runner.compiler.maven_validator.PackageDoesNotExistError'>-io.smallrye.reactive.messaging.annotations | |
DEBUG - 2025-02-07 11:16:48,356 - kai.kai.reactive_codeplanner.task_runner.compiler.maven_validator - ThreadPoolExecutor-4_0 - [maven_validator.py:609 - deduplicate_errors()] - adding collapsed_error: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(2), depth=0, retries=0)-lines:None -- for key: /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java-<class 'kai.reactive_codeplanner.task_runner.compiler.maven_validator.SymbolNotFoundError'>-class Blocking | |
DEBUG - 2025-02-07 11:16:48,356 - kai.kai.reactive_codeplanner.task_runner.compiler.maven_validator - ThreadPoolExecutor-4_0 - [maven_validator.py:47 - run()] - determining whether maven cache should be set: build_errors: False, dependency_errors: False, catchall_errors: False, compilation_errors: True, cond: [] | |
DEBUG - 2025-02-07 11:16:48,356 - kai.kai.reactive_codeplanner.task_runner.compiler.maven_validator - ThreadPoolExecutor-4_0 - [maven_validator.py:59 - run()] - Setting the maven cache with 2 compilation errors | |
DEBUG - 2025-02-07 11:16:48,357 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:158 - run_validators()] - Validator result: ValidationResult(passed=False, errors=[PackageDoesNotExistError(priority=1, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), SymbolNotFoundError(priority=2, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')]) | |
INFO - 2025-02-07 11:16:48,357 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:161 - run_validators()] - Found 2 tasks from validator <kai.reactive_codeplanner.task_runner.compiler.maven_validator.MavenCompileStep object at 0x12f0b1b80> | |
DEBUG - 2025-02-07 11:16:48,357 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:166 - run_validators()] - Validator <kai.reactive_codeplanner.task_runner.compiler.maven_validator.MavenCompileStep object at 0x12f0b1b80> found errors: [PackageDoesNotExistError(priority=1, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), SymbolNotFoundError(priority=2, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')] | |
DEBUG - 2025-02-07 11:17:02,398 - kai.kai.analyzer-rpc-client - Thread-3 - [core.py:239 - run()] - Waiting for message | |
DEBUG - 2025-02-07 11:17:02,399 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-4_1 - [validator.py:95 - __parse_analyzer_lsp_output()] - Parsing analyzer-lsp output | |
DEBUG - 2025-02-07 11:17:02,401 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-4_1 - [validator.py:108 - __parse_analyzer_lsp_output()] - getting rulesetNames sorted ['eap7/weblogic/tests/data', 'eap8/eap7', 'quarkus/springboot'] | |
DEBUG - 2025-02-07 11:17:02,401 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-4_1 - [validator.py:112 - __parse_analyzer_lsp_output()] - getting sorted violations ['maven-javax-to-jakarta-00002'] | |
DEBUG - 2025-02-07 11:17:02,401 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-4_1 - [validator.py:112 - __parse_analyzer_lsp_output()] - getting sorted violations ['hibernate-00005', 'javaee-to-jakarta-namespaces-00001', 'javaee-to-jakarta-namespaces-00002', 'javaee-to-jakarta-namespaces-00006', 'javaee-to-jakarta-namespaces-00030', 'javaee-to-jakarta-namespaces-00033', 'javax-to-jakarta-dependencies-00006', 'javax-to-jakarta-dependencies-00007', 'javax-to-jakarta-dependencies-00008', 'javax-to-jakarta-import-00001', 'javax-to-jakarta-properties-00001'] | |
DEBUG - 2025-02-07 11:17:02,402 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-4_1 - [validator.py:112 - __parse_analyzer_lsp_output()] - getting sorted violations ['cdi-to-quarkus-00030', 'cdi-to-quarkus-00040', 'ee-to-quarkus-00000', 'ee-to-quarkus-00010', 'javaee-pom-to-quarkus-00000', 'javaee-pom-to-quarkus-00010', 'javaee-pom-to-quarkus-00020', 'javaee-pom-to-quarkus-00030', 'javaee-pom-to-quarkus-00040', 'javaee-pom-to-quarkus-00050', 'javaee-pom-to-quarkus-00060', 'jaxrs-to-quarkus-00020', 'jms-to-reactive-quarkus-00010', 'jms-to-reactive-quarkus-00020', 'jms-to-reactive-quarkus-00040', 'jms-to-reactive-quarkus-00050', 'persistence-to-quarkus-00000', 'persistence-to-quarkus-00011', 'remote-ejb-to-quarkus-00000'] | |
DEBUG - 2025-02-07 11:17:02,403 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:158 - run_validators()] - Validator result: ValidationResult(passed=False, errors=[AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=maven-javax-to-jakarta-00002>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00006>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00006>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00007>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00008>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/InventoryEntity.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/ShoppingCart.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/CartEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/OrderEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/ProductEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/PromoService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/DataBaseMigrationStartup.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/StartupListener.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Transformers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=cdi-to-quarkus-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=ee-to-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00000>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00010>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00020>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00030>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00040>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00050>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00060>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=jaxrs-to-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=remote-ejb-to-quarkus-00000>(priority=2(2), depth=0, retries=0)]) | |
INFO - 2025-02-07 11:17:02,403 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:161 - run_validators()] - Found 66 tasks from validator <kai.reactive_codeplanner.task_runner.analyzer_lsp.validator.AnalyzerLSPStep object at 0x12f0b2ba0> | |
DEBUG - 2025-02-07 11:17:02,403 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:166 - run_validators()] - Validator <kai.reactive_codeplanner.task_runner.analyzer_lsp.validator.AnalyzerLSPStep object at 0x12f0b2ba0> found errors: [AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=maven-javax-to-jakarta-00002>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00006>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00006>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00007>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00008>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/InventoryEntity.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/ShoppingCart.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/CartEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/OrderEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/ProductEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/PromoService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/DataBaseMigrationStartup.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/StartupListener.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Transformers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=cdi-to-quarkus-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=ee-to-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00000>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00010>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00020>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00030>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00040>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00050>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00060>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=jaxrs-to-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=remote-ejb-to-quarkus-00000>(priority=2(2), depth=0, retries=0)] | |
INFO - 2025-02-07 11:17:02,404 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:176 - run_validators()] - Found 68 tasks from validators | |
DEBUG - 2025-02-07 11:17:02,404 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:177 - run_validators()] - Validators are up to date. | |
DEBUG - 2025-02-07 11:17:02,404 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:238 - handle_new_tasks_after_processing()] - Unprocessed new tasks: {AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00020>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), SymbolNotFoundError(priority=2, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00008>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/OrderEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/StartupListener.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00007>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/PromoService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00000>(priority=2(1), depth=0, retries=0), PackageDoesNotExistError(priority=1, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00010>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00040>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/InventoryEntity.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=jaxrs-to-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Transformers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00030>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=maven-javax-to-jakarta-00002>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/ShoppingCart.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00050>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/CartEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00006>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00006>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00060>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/DataBaseMigrationStartup.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=ee-to-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=remote-ejb-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/ProductEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=cdi-to-quarkus-00030>(priority=2(2), depth=0, retries=0)} | |
DEBUG - 2025-02-07 11:17:02,405 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:243 - handle_new_tasks_after_processing()] - Resolved tasks to remove from stacks: {PackageDoesNotExistError(priority=1, depth=1, parent=AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0), children=[PackageDoesNotExistError(priority=1, depth=2, parent=..., children=[PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), SymbolNotFoundError(priority=2, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')], retry_count=0, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=6, column=51, message='package org.eclipse.microprofile.reactive.messaging does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[6,51] package org.eclipse.microprofile.reactive.messaging does not exist', missing_package='org.eclipse.microprofile.reactive.messaging'), SymbolNotFoundError(priority=2, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=17, column=6, message='cannot find symbol', details=['symbol: class Incoming', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[17,6] cannot find symbol\nsymbol: class Incoming\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Incoming', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), SymbolNotFoundError(priority=2, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')], retry_count=1, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), PackageDoesNotExistError(priority=1, depth=3, parent=PackageDoesNotExistError(priority=1, depth=2, parent=PackageDoesNotExistError(priority=1, depth=1, parent=AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0), children=[..., SymbolNotFoundError(priority=2, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=17, column=6, message='cannot find symbol', details=['symbol: class Incoming', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[17,6] cannot find symbol\nsymbol: class Incoming\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Incoming', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), SymbolNotFoundError(priority=2, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')], retry_count=1, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), children=[..., SymbolNotFoundError(priority=2, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')], retry_count=0, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=6, column=51, message='package org.eclipse.microprofile.reactive.messaging does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[6,51] package org.eclipse.microprofile.reactive.messaging does not exist', missing_package='org.eclipse.microprofile.reactive.messaging'), children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), SymbolNotFoundError(priority=2, depth=1, parent=AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0), children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), SymbolNotFoundError(priority=2, depth=3, parent=PackageDoesNotExistError(priority=1, depth=2, parent=PackageDoesNotExistError(priority=1, depth=1, parent=AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0), children=[..., SymbolNotFoundError(priority=2, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=17, column=6, message='cannot find symbol', details=['symbol: class Incoming', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[17,6] cannot find symbol\nsymbol: class Incoming\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Incoming', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), SymbolNotFoundError(priority=2, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')], retry_count=1, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), children=[PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), ...], retry_count=0, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=6, column=51, message='package org.eclipse.microprofile.reactive.messaging does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[6,51] package org.eclipse.microprofile.reactive.messaging does not exist', missing_package='org.eclipse.microprofile.reactive.messaging'), children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')} | |
DEBUG - 2025-02-07 11:17:02,405 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:250 - handle_new_tasks_after_processing()] - adding task to similar_non_resolved_task: PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=1, retries=1) | |
DEBUG - 2025-02-07 11:17:02,405 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:250 - handle_new_tasks_after_processing()] - adding task to similar_non_resolved_task: PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:17:02,405 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:250 - handle_new_tasks_after_processing()] - adding task to similar_non_resolved_task: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=1, retries=0) | |
DEBUG - 2025-02-07 11:17:02,406 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:250 - handle_new_tasks_after_processing()] - adding task to similar_non_resolved_task: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:17:02,407 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:273 - handle_new_tasks_after_processing()] - Task SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=2, retries=0) still unsolved after execution. | |
INFO - 2025-02-07 11:17:02,407 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:329 - handle_ignored_task()] - Handling ignored task: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=2, retries=0) | |
DEBUG - 2025-02-07 11:17:02,407 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:332 - handle_ignored_task()] - Task SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=2, retries=1) failed (retry count: 1), adding back to stack | |
DEBUG - 2025-02-07 11:17:02,407 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:201 - get_next_task()] - Popped task from stack: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=2, retries=1) | |
INFO - 2025-02-07 11:17:02,407 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:206 - get_next_task()] - Yielding task: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=2, retries=1) | |
DEBUG - 2025-02-07 11:17:02,407 - kai.kai_rpc_application - Thread-1 - [server.py:603 - get_codeplan_agent_solution()] - Executing task SymbolNotFoundError: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=2, retries=1) | |
INFO - 2025-02-07 11:17:02,407 - kai.kai_rpc_application - Thread-1 - [server.py:482 - simple_chat_message()] - simple_chat_message! | |
INFO - 2025-02-07 11:17:02,407 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:86 - execute_task()] - Executing task: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=2, retries=1) | |
DEBUG - 2025-02-07 11:17:02,408 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:106 - get_agent_for_task()] - Agent <kai.reactive_codeplanner.task_runner.dependency.task_runner.DependencyTaskRunner object at 0x12f0b3140> can handle task SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=2, retries=1) | |
INFO - 2025-02-07 11:17:02,408 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:88 - execute_task()] - Agent selected for task: <kai.reactive_codeplanner.task_runner.dependency.task_runner.DependencyTaskRunner object at 0x12f0b3140> | |
DEBUG - 2025-02-07 11:17:06,890 - kai.kai.cache - Thread-1 - [cache.py:195 - put()] - Storing cache in /Users/jmatthews/git/jwmatthews/coolstore/.vscode/konveyor-logs/cache/gpt-4o/AnalyzerRuleViolation/service_InventoryNotificationMDB_java/jms-to-reactive-quarkus-00050/PackageDoesNotExistError/service_InventoryNotificationMDB_java/SymbolNotFoundError/service_InventoryNotificationMDB_java/0_mavendependencyrequest.json | |
DEBUG - 2025-02-07 11:17:07,065 - kai.kai.reactive_codeplanner.agent.dependency_agent.dependency_agent - Thread-1 - [dependency_agent.py:260 - execute()] - running search for FQDN | |
INFO - 2025-02-07 11:17:07,233 - kai.kai.reactive_codeplanner.agent.dependency_agent.dependency_agent - Thread-1 - [dependency_agent.py:266 - execute()] - Need to call sub-agent for selecting FQDN | |
DEBUG - 2025-02-07 11:17:12,630 - kai.kai.cache - Thread-1 - [cache.py:195 - put()] - Storing cache in /Users/jmatthews/git/jwmatthews/coolstore/.vscode/konveyor-logs/cache/gpt-4o/AnalyzerRuleViolation/service_InventoryNotificationMDB_java/jms-to-reactive-quarkus-00050/PackageDoesNotExistError/service_InventoryNotificationMDB_java/SymbolNotFoundError/service_InventoryNotificationMDB_java/0_fqdndependencyselectorrequest.json | |
ERROR - 2025-02-07 11:17:12,631 - kai.kai.reactive_codeplanner.agent.dependency_agent.dependency_fqdn_selection - Thread-1 - [dependency_fqdn_selection.py:131 - parse_llm_response()] - invalid parts: ['1. ArtifactId', ' smallrye-reactive-messaging, GroupId', ' io.smallrye.reactive.messaging'] | |
DEBUG - 2025-02-07 11:17:12,776 - kai.kai.reactive_codeplanner.agent.dependency_agent.dependency_fqdn_selection - Thread-1 - [dependency_fqdn_selection.py:92 - execute()] - got response: None from searching FQDN | |
DEBUG - 2025-02-07 11:17:22,495 - kai.kai.cache - Thread-1 - [cache.py:195 - put()] - Storing cache in /Users/jmatthews/git/jwmatthews/coolstore/.vscode/konveyor-logs/cache/gpt-4o/AnalyzerRuleViolation/service_InventoryNotificationMDB_java/jms-to-reactive-quarkus-00050/PackageDoesNotExistError/service_InventoryNotificationMDB_java/SymbolNotFoundError/service_InventoryNotificationMDB_java/0_fqdndependencyselectorrequest.json | |
DEBUG - 2025-02-07 11:17:22,683 - kai.kai.reactive_codeplanner.agent.dependency_agent.dependency_fqdn_selection - Thread-1 - [dependency_fqdn_selection.py:92 - execute()] - got response: None from searching FQDN | |
DEBUG - 2025-02-07 11:17:27,926 - kai.kai.cache - Thread-1 - [cache.py:195 - put()] - Storing cache in /Users/jmatthews/git/jwmatthews/coolstore/.vscode/konveyor-logs/cache/gpt-4o/AnalyzerRuleViolation/service_InventoryNotificationMDB_java/jms-to-reactive-quarkus-00050/PackageDoesNotExistError/service_InventoryNotificationMDB_java/SymbolNotFoundError/service_InventoryNotificationMDB_java/0_fqdndependencyselectorrequest.json | |
ERROR - 2025-02-07 11:17:27,928 - kai.kai.reactive_codeplanner.agent.dependency_agent.dependency_fqdn_selection - Thread-1 - [dependency_fqdn_selection.py:131 - parse_llm_response()] - invalid parts: ['1. ArtifactId', ' `smallrye-reactive-messaging`, GroupId', ' `io.smallrye.reactive.messaging`'] | |
ERROR - 2025-02-07 11:17:27,928 - kai.kai.reactive_codeplanner.agent.dependency_agent.dependency_fqdn_selection - Thread-1 - [dependency_fqdn_selection.py:131 - parse_llm_response()] - invalid parts: ['2. ArtifactId', ' `smallrye-reactive-messaging`, GroupId', ' `io.smallrye`'] | |
ERROR - 2025-02-07 11:17:27,928 - kai.kai.reactive_codeplanner.agent.dependency_agent.dependency_fqdn_selection - Thread-1 - [dependency_fqdn_selection.py:131 - parse_llm_response()] - invalid parts: ['3. ArtifactId', ' `smallrye-reactive-messaging`, GroupId', ' `io.smallrye` (with wildcard search)'] | |
DEBUG - 2025-02-07 11:17:28,122 - kai.kai.reactive_codeplanner.agent.dependency_agent.dependency_fqdn_selection - Thread-1 - [dependency_fqdn_selection.py:92 - execute()] - got response: None from searching FQDN | |
DEBUG - 2025-02-07 11:17:46,877 - kai.kai.cache - Thread-1 - [cache.py:195 - put()] - Storing cache in /Users/jmatthews/git/jwmatthews/coolstore/.vscode/konveyor-logs/cache/gpt-4o/AnalyzerRuleViolation/service_InventoryNotificationMDB_java/jms-to-reactive-quarkus-00050/PackageDoesNotExistError/service_InventoryNotificationMDB_java/SymbolNotFoundError/service_InventoryNotificationMDB_java/0_fqdndependencyselectorrequest.json | |
DEBUG - 2025-02-07 11:17:47,157 - kai.kai.reactive_codeplanner.agent.dependency_agent.dependency_fqdn_selection - Thread-1 - [dependency_fqdn_selection.py:92 - execute()] - got response: None from searching FQDN | |
DEBUG - 2025-02-07 11:17:52,269 - kai.kai.cache - Thread-1 - [cache.py:195 - put()] - Storing cache in /Users/jmatthews/git/jwmatthews/coolstore/.vscode/konveyor-logs/cache/gpt-4o/AnalyzerRuleViolation/service_InventoryNotificationMDB_java/jms-to-reactive-quarkus-00050/PackageDoesNotExistError/service_InventoryNotificationMDB_java/SymbolNotFoundError/service_InventoryNotificationMDB_java/0_fqdndependencyselectorrequest.json | |
DEBUG - 2025-02-07 11:17:52,426 - kai.kai.reactive_codeplanner.agent.dependency_agent.dependency_fqdn_selection - Thread-1 - [dependency_fqdn_selection.py:92 - execute()] - got response: FQDNResponse(artifact_id='smallrye-reactive-messaging', group_id='io.smallrye.reactive', version='4.27.0') from searching FQDN | |
INFO - 2025-02-07 11:17:52,426 - kai.kai.reactive_codeplanner.task_runner.dependency.task_runner - Thread-1 - [task_runner.py:69 - execute_task()] - got mvn dep response: MavenDependencyResult(encountered_errors=None, file_to_modify=None, reasoning=None, final_answer='', fqdn_response=FQDNResponse(artifact_id='smallrye-reactive-messaging', group_id='io.smallrye.reactive', version='4.27.0'), find_in_pom=None) | |
INFO - 2025-02-07 11:17:52,426 - kai.kai.reactive_codeplanner.task_runner.dependency.task_runner - Thread-1 - [task_runner.py:75 - execute_task()] - No final answer was given, we need to return with nothing modified. result: MavenDependencyResult(encountered_errors=None, file_to_modify=None, reasoning=None, final_answer='', fqdn_response=FQDNResponse(artifact_id='smallrye-reactive-messaging', group_id='io.smallrye.reactive', version='4.27.0'), find_in_pom=None) | |
DEBUG - 2025-02-07 11:17:52,426 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:99 - execute_task()] - Task execution result: TaskResult(encountered_errors=[], modified_files=[], summary='') | |
DEBUG - 2025-02-07 11:17:52,426 - kai.kai_rpc_application - Thread-1 - [server.py:620 - get_codeplan_agent_solution()] - Task SymbolNotFoundError, result: TaskResult(encountered_errors=[], modified_files=[], summary='') | |
INFO - 2025-02-07 11:17:52,426 - kai.kai_rpc_application - Thread-1 - [server.py:482 - simple_chat_message()] - simple_chat_message! | |
INFO - 2025-02-07 11:17:52,426 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:113 - supply_result()] - Supplying result: TaskResult(encountered_errors=[], modified_files=[], summary='') | |
DEBUG - 2025-02-07 11:17:52,427 - kai.kai_rpc_application - Thread-1 - [server.py:626 - get_codeplan_agent_solution()] - Executed task SymbolNotFoundError | |
DEBUG - 2025-02-07 11:17:52,509 - kai.kai_rpc_application - Thread-1 - [server.py:636 - get_codeplan_agent_solution()] - TaskResult(encountered_errors=[], modified_files=[], summary='') | |
DEBUG - 2025-02-07 11:17:52,510 - kai.kai_rpc_application - Thread-1 - [server.py:644 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: START | |
DEBUG - 2025-02-07 11:17:52,510 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0) | |
DEBUG - 2025-02-07 11:17:52,510 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0) | |
DEBUG - 2025-02-07 11:17:52,510 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=1, retries=0) | |
DEBUG - 2025-02-07 11:17:52,510 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(0), depth=1, retries=0) | |
DEBUG - 2025-02-07 11:17:52,510 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=1, retries=1) | |
DEBUG - 2025-02-07 11:17:52,510 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |-Solved: PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:6:51, message=package org.eclipse.microprofile.reactive.messaging does not exist>(priority=1(0), depth=2, retries=0) | |
DEBUG - 2025-02-07 11:17:52,510 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |--PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:17:52,510 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |--SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:17:52,510 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |-Solved: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:17:6, message=cannot find symbol>(priority=2(0), depth=2, retries=0) | |
DEBUG - 2025-02-07 11:17:52,510 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |-Solved: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=2, retries=1) | |
DEBUG - 2025-02-07 11:17:52,510 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |--PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:17:52,510 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:17:52,510 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:17:52,510 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:17:52,510 - kai.kai_rpc_application - Thread-1 - [server.py:651 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: END | |
DEBUG - 2025-02-07 11:17:52,510 - kai.kai_rpc_application - Thread-1 - [server.py:652 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASKS: SUCCESSFUL_TASKS: START | |
DEBUG - 2025-02-07 11:17:52,510 - kai.kai_rpc_application - Thread-1 - [server.py:655 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASKS: SUCCESSFUL_TASKS: END | |
DEBUG - 2025-02-07 11:17:52,510 - kai.kai_rpc_application - Thread-1 - [server.py:656 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASKS: IGNORED_TASKS: START | |
DEBUG - 2025-02-07 11:17:52,510 - kai.kai_rpc_application - Thread-1 - [server.py:661 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASKS: IGNORED_TASKS: END | |
INFO - 2025-02-07 11:17:52,511 - kai.kai_rpc_application - Thread-1 - [server.py:482 - simple_chat_message()] - simple_chat_message! | |
INFO - 2025-02-07 11:17:52,511 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:235 - handle_new_tasks_after_processing()] - Handling new tasks after processing task: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=2, retries=1) | |
INFO - 2025-02-07 11:17:52,511 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:125 - run_validators()] - Running validators. | |
DEBUG - 2025-02-07 11:17:52,511 - kai.kai.reactive_codeplanner.task_manager.task_manager - ThreadPoolExecutor-5_0 - [task_manager.py:131 - run_validator()] - Running validator: <kai.reactive_codeplanner.task_runner.compiler.maven_validator.MavenCompileStep object at 0x12f0b1b80> | |
DEBUG - 2025-02-07 11:17:52,511 - kai.kai.reactive_codeplanner.task_manager.task_manager - ThreadPoolExecutor-5_1 - [task_manager.py:131 - run_validator()] - Running validator: <kai.reactive_codeplanner.task_runner.analyzer_lsp.validator.AnalyzerLSPStep object at 0x12f0b2ba0> | |
DEBUG - 2025-02-07 11:17:52,511 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-5_1 - [validator.py:52 - run()] - Running analyzer-lsp | |
DEBUG - 2025-02-07 11:17:52,512 - kai.kai.analyzer - ThreadPoolExecutor-5_1 - [analyzer.py:120 - run_analyzer_lsp()] - Sending request to analyzer-lsp | |
DEBUG - 2025-02-07 11:17:52,512 - kai.kai.analyzer - ThreadPoolExecutor-5_1 - [analyzer.py:121 - run_analyzer_lsp()] - Request params: {'label_selector': 'konveyor.io/target=quarkus || konveyor.io/target=jakarta-ee', 'incident_selector': '', 'excluded_paths': [PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/.vscode')], 'included_paths': []} | |
DEBUG - 2025-02-07 11:17:54,041 - kai.kai.reactive_codeplanner.task_runner.compiler.maven_validator - ThreadPoolExecutor-5_0 - [maven_validator.py:609 - deduplicate_errors()] - adding collapsed_error: PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(1), depth=0, retries=0)-lines:None -- for key: <class 'kai.reactive_codeplanner.task_runner.compiler.maven_validator.PackageDoesNotExistError'>-io.smallrye.reactive.messaging.annotations | |
DEBUG - 2025-02-07 11:17:54,041 - kai.kai.reactive_codeplanner.task_runner.compiler.maven_validator - ThreadPoolExecutor-5_0 - [maven_validator.py:609 - deduplicate_errors()] - adding collapsed_error: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(2), depth=0, retries=0)-lines:None -- for key: /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java-<class 'kai.reactive_codeplanner.task_runner.compiler.maven_validator.SymbolNotFoundError'>-class Blocking | |
DEBUG - 2025-02-07 11:17:54,041 - kai.kai.reactive_codeplanner.task_runner.compiler.maven_validator - ThreadPoolExecutor-5_0 - [maven_validator.py:47 - run()] - determining whether maven cache should be set: build_errors: False, dependency_errors: False, catchall_errors: False, compilation_errors: True, cond: [] | |
DEBUG - 2025-02-07 11:17:54,041 - kai.kai.reactive_codeplanner.task_runner.compiler.maven_validator - ThreadPoolExecutor-5_0 - [maven_validator.py:59 - run()] - Setting the maven cache with 2 compilation errors | |
DEBUG - 2025-02-07 11:17:54,041 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:158 - run_validators()] - Validator result: ValidationResult(passed=False, errors=[PackageDoesNotExistError(priority=1, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), SymbolNotFoundError(priority=2, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')]) | |
INFO - 2025-02-07 11:17:54,041 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:161 - run_validators()] - Found 2 tasks from validator <kai.reactive_codeplanner.task_runner.compiler.maven_validator.MavenCompileStep object at 0x12f0b1b80> | |
DEBUG - 2025-02-07 11:17:54,041 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:166 - run_validators()] - Validator <kai.reactive_codeplanner.task_runner.compiler.maven_validator.MavenCompileStep object at 0x12f0b1b80> found errors: [PackageDoesNotExistError(priority=1, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), SymbolNotFoundError(priority=2, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')] | |
DEBUG - 2025-02-07 11:18:08,184 - kai.kai.analyzer-rpc-client - Thread-3 - [core.py:239 - run()] - Waiting for message | |
DEBUG - 2025-02-07 11:18:08,185 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-5_1 - [validator.py:95 - __parse_analyzer_lsp_output()] - Parsing analyzer-lsp output | |
DEBUG - 2025-02-07 11:18:08,186 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-5_1 - [validator.py:108 - __parse_analyzer_lsp_output()] - getting rulesetNames sorted ['eap7/weblogic/tests/data', 'eap8/eap7', 'quarkus/springboot'] | |
DEBUG - 2025-02-07 11:18:08,186 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-5_1 - [validator.py:112 - __parse_analyzer_lsp_output()] - getting sorted violations ['maven-javax-to-jakarta-00002'] | |
DEBUG - 2025-02-07 11:18:08,186 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-5_1 - [validator.py:112 - __parse_analyzer_lsp_output()] - getting sorted violations ['hibernate-00005', 'javaee-to-jakarta-namespaces-00001', 'javaee-to-jakarta-namespaces-00002', 'javaee-to-jakarta-namespaces-00006', 'javaee-to-jakarta-namespaces-00030', 'javaee-to-jakarta-namespaces-00033', 'javax-to-jakarta-dependencies-00006', 'javax-to-jakarta-dependencies-00007', 'javax-to-jakarta-dependencies-00008', 'javax-to-jakarta-import-00001', 'javax-to-jakarta-properties-00001'] | |
DEBUG - 2025-02-07 11:18:08,187 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-5_1 - [validator.py:112 - __parse_analyzer_lsp_output()] - getting sorted violations ['cdi-to-quarkus-00030', 'cdi-to-quarkus-00040', 'ee-to-quarkus-00000', 'ee-to-quarkus-00010', 'javaee-pom-to-quarkus-00000', 'javaee-pom-to-quarkus-00010', 'javaee-pom-to-quarkus-00020', 'javaee-pom-to-quarkus-00030', 'javaee-pom-to-quarkus-00040', 'javaee-pom-to-quarkus-00050', 'javaee-pom-to-quarkus-00060', 'jaxrs-to-quarkus-00020', 'jms-to-reactive-quarkus-00010', 'jms-to-reactive-quarkus-00020', 'jms-to-reactive-quarkus-00040', 'jms-to-reactive-quarkus-00050', 'persistence-to-quarkus-00000', 'persistence-to-quarkus-00011', 'remote-ejb-to-quarkus-00000'] | |
DEBUG - 2025-02-07 11:18:08,188 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:158 - run_validators()] - Validator result: ValidationResult(passed=False, errors=[AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=maven-javax-to-jakarta-00002>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00006>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00006>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00007>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00008>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/InventoryEntity.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/ShoppingCart.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/CartEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/OrderEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/ProductEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/PromoService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/DataBaseMigrationStartup.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/StartupListener.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Transformers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=cdi-to-quarkus-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=ee-to-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00000>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00010>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00020>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00030>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00040>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00050>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00060>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=jaxrs-to-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=remote-ejb-to-quarkus-00000>(priority=2(2), depth=0, retries=0)]) | |
INFO - 2025-02-07 11:18:08,188 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:161 - run_validators()] - Found 66 tasks from validator <kai.reactive_codeplanner.task_runner.analyzer_lsp.validator.AnalyzerLSPStep object at 0x12f0b2ba0> | |
DEBUG - 2025-02-07 11:18:08,188 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:166 - run_validators()] - Validator <kai.reactive_codeplanner.task_runner.analyzer_lsp.validator.AnalyzerLSPStep object at 0x12f0b2ba0> found errors: [AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=maven-javax-to-jakarta-00002>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00006>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00006>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00007>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00008>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/InventoryEntity.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/ShoppingCart.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/CartEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/OrderEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/ProductEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/PromoService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/DataBaseMigrationStartup.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/StartupListener.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Transformers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=cdi-to-quarkus-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=ee-to-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00000>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00010>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00020>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00030>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00040>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00050>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00060>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=jaxrs-to-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=remote-ejb-to-quarkus-00000>(priority=2(2), depth=0, retries=0)] | |
INFO - 2025-02-07 11:18:08,188 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:176 - run_validators()] - Found 68 tasks from validators | |
DEBUG - 2025-02-07 11:18:08,188 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:177 - run_validators()] - Validators are up to date. | |
DEBUG - 2025-02-07 11:18:08,188 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:238 - handle_new_tasks_after_processing()] - Unprocessed new tasks: {AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00020>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), SymbolNotFoundError(priority=2, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00008>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/OrderEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/StartupListener.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00007>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/PromoService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00000>(priority=2(1), depth=0, retries=0), PackageDoesNotExistError(priority=1, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00010>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00040>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/InventoryEntity.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=jaxrs-to-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Transformers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00030>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=maven-javax-to-jakarta-00002>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/ShoppingCart.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00050>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/CartEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00006>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00006>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00060>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/DataBaseMigrationStartup.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=ee-to-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=remote-ejb-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/ProductEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=cdi-to-quarkus-00030>(priority=2(2), depth=0, retries=0)} | |
DEBUG - 2025-02-07 11:18:08,189 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:243 - handle_new_tasks_after_processing()] - Resolved tasks to remove from stacks: {SymbolNotFoundError(priority=2, depth=1, parent=AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0), children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), SymbolNotFoundError(priority=2, depth=3, parent=PackageDoesNotExistError(priority=1, depth=2, parent=PackageDoesNotExistError(priority=1, depth=1, parent=AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0), children=[..., SymbolNotFoundError(priority=2, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=17, column=6, message='cannot find symbol', details=['symbol: class Incoming', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[17,6] cannot find symbol\nsymbol: class Incoming\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Incoming', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), SymbolNotFoundError(priority=2, depth=2, parent=..., children=[PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations')], retry_count=1, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')], retry_count=1, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), children=[PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), ...], retry_count=0, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=6, column=51, message='package org.eclipse.microprofile.reactive.messaging does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[6,51] package org.eclipse.microprofile.reactive.messaging does not exist', missing_package='org.eclipse.microprofile.reactive.messaging'), children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), PackageDoesNotExistError(priority=1, depth=1, parent=AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0), children=[PackageDoesNotExistError(priority=1, depth=2, parent=..., children=[PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), SymbolNotFoundError(priority=2, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')], retry_count=0, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=6, column=51, message='package org.eclipse.microprofile.reactive.messaging does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[6,51] package org.eclipse.microprofile.reactive.messaging does not exist', missing_package='org.eclipse.microprofile.reactive.messaging'), SymbolNotFoundError(priority=2, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=17, column=6, message='cannot find symbol', details=['symbol: class Incoming', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[17,6] cannot find symbol\nsymbol: class Incoming\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Incoming', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), SymbolNotFoundError(priority=2, depth=2, parent=..., children=[PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations')], retry_count=1, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')], retry_count=1, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), PackageDoesNotExistError(priority=1, depth=3, parent=PackageDoesNotExistError(priority=1, depth=2, parent=PackageDoesNotExistError(priority=1, depth=1, parent=AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0), children=[..., SymbolNotFoundError(priority=2, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=17, column=6, message='cannot find symbol', details=['symbol: class Incoming', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[17,6] cannot find symbol\nsymbol: class Incoming\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Incoming', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), SymbolNotFoundError(priority=2, depth=2, parent=..., children=[PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations')], retry_count=1, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')], retry_count=1, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), children=[..., SymbolNotFoundError(priority=2, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')], retry_count=0, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=6, column=51, message='package org.eclipse.microprofile.reactive.messaging does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[6,51] package org.eclipse.microprofile.reactive.messaging does not exist', missing_package='org.eclipse.microprofile.reactive.messaging'), children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), PackageDoesNotExistError(priority=1, depth=3, parent=SymbolNotFoundError(priority=2, depth=2, parent=PackageDoesNotExistError(priority=1, depth=1, parent=AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0), children=[PackageDoesNotExistError(priority=1, depth=2, parent=..., children=[PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), SymbolNotFoundError(priority=2, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')], retry_count=0, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=6, column=51, message='package org.eclipse.microprofile.reactive.messaging does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[6,51] package org.eclipse.microprofile.reactive.messaging does not exist', missing_package='org.eclipse.microprofile.reactive.messaging'), SymbolNotFoundError(priority=2, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=17, column=6, message='cannot find symbol', details=['symbol: class Incoming', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[17,6] cannot find symbol\nsymbol: class Incoming\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Incoming', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), ...], retry_count=1, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), children=[...], retry_count=1, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations')} | |
DEBUG - 2025-02-07 11:18:08,189 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:250 - handle_new_tasks_after_processing()] - adding task to similar_non_resolved_task: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=1, retries=0) | |
DEBUG - 2025-02-07 11:18:08,190 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:250 - handle_new_tasks_after_processing()] - adding task to similar_non_resolved_task: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:18:08,190 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:250 - handle_new_tasks_after_processing()] - adding task to similar_non_resolved_task: PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=1, retries=1) | |
DEBUG - 2025-02-07 11:18:08,190 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:250 - handle_new_tasks_after_processing()] - adding task to similar_non_resolved_task: PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:18:08,190 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:250 - handle_new_tasks_after_processing()] - adding task to similar_non_resolved_task: PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:18:08,190 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:273 - handle_new_tasks_after_processing()] - Task SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=2, retries=1) still unsolved after execution. | |
INFO - 2025-02-07 11:18:08,190 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:329 - handle_ignored_task()] - Handling ignored task: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=2, retries=1) | |
DEBUG - 2025-02-07 11:18:08,190 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:332 - handle_ignored_task()] - Task SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=2, retries=2) failed (retry count: 2), adding back to stack | |
DEBUG - 2025-02-07 11:18:08,190 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:201 - get_next_task()] - Popped task from stack: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=2, retries=2) | |
INFO - 2025-02-07 11:18:08,190 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:206 - get_next_task()] - Yielding task: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=2, retries=2) | |
DEBUG - 2025-02-07 11:18:08,190 - kai.kai_rpc_application - Thread-1 - [server.py:603 - get_codeplan_agent_solution()] - Executing task SymbolNotFoundError: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=2, retries=2) | |
INFO - 2025-02-07 11:18:08,190 - kai.kai_rpc_application - Thread-1 - [server.py:482 - simple_chat_message()] - simple_chat_message! | |
INFO - 2025-02-07 11:18:08,191 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:86 - execute_task()] - Executing task: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=2, retries=2) | |
DEBUG - 2025-02-07 11:18:08,191 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:106 - get_agent_for_task()] - Agent <kai.reactive_codeplanner.task_runner.dependency.task_runner.DependencyTaskRunner object at 0x12f0b3140> can handle task SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=2, retries=2) | |
INFO - 2025-02-07 11:18:08,191 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:88 - execute_task()] - Agent selected for task: <kai.reactive_codeplanner.task_runner.dependency.task_runner.DependencyTaskRunner object at 0x12f0b3140> | |
DEBUG - 2025-02-07 11:18:13,028 - kai.kai.cache - Thread-1 - [cache.py:195 - put()] - Storing cache in /Users/jmatthews/git/jwmatthews/coolstore/.vscode/konveyor-logs/cache/gpt-4o/AnalyzerRuleViolation/service_InventoryNotificationMDB_java/jms-to-reactive-quarkus-00050/PackageDoesNotExistError/service_InventoryNotificationMDB_java/SymbolNotFoundError/service_InventoryNotificationMDB_java/0_mavendependencyrequest.json | |
DEBUG - 2025-02-07 11:18:17,524 - kai.kai.cache - Thread-1 - [cache.py:195 - put()] - Storing cache in /Users/jmatthews/git/jwmatthews/coolstore/.vscode/konveyor-logs/cache/gpt-4o/AnalyzerRuleViolation/service_InventoryNotificationMDB_java/jms-to-reactive-quarkus-00050/PackageDoesNotExistError/service_InventoryNotificationMDB_java/SymbolNotFoundError/service_InventoryNotificationMDB_java/1_mavendependencyrequest.json | |
DEBUG - 2025-02-07 11:18:17,757 - kai.kai.reactive_codeplanner.agent.dependency_agent.dependency_agent - Thread-1 - [dependency_agent.py:260 - execute()] - running search for FQDN | |
INFO - 2025-02-07 11:18:17,893 - kai.kai.reactive_codeplanner.agent.dependency_agent.dependency_agent - Thread-1 - [dependency_agent.py:266 - execute()] - Need to call sub-agent for selecting FQDN | |
DEBUG - 2025-02-07 11:18:23,091 - kai.kai.cache - Thread-1 - [cache.py:195 - put()] - Storing cache in /Users/jmatthews/git/jwmatthews/coolstore/.vscode/konveyor-logs/cache/gpt-4o/AnalyzerRuleViolation/service_InventoryNotificationMDB_java/jms-to-reactive-quarkus-00050/PackageDoesNotExistError/service_InventoryNotificationMDB_java/SymbolNotFoundError/service_InventoryNotificationMDB_java/0_fqdndependencyselectorrequest.json | |
DEBUG - 2025-02-07 11:18:23,240 - kai.kai.reactive_codeplanner.agent.dependency_agent.dependency_fqdn_selection - Thread-1 - [dependency_fqdn_selection.py:92 - execute()] - got response: None from searching FQDN | |
DEBUG - 2025-02-07 11:18:28,007 - kai.kai.cache - Thread-1 - [cache.py:195 - put()] - Storing cache in /Users/jmatthews/git/jwmatthews/coolstore/.vscode/konveyor-logs/cache/gpt-4o/AnalyzerRuleViolation/service_InventoryNotificationMDB_java/jms-to-reactive-quarkus-00050/PackageDoesNotExistError/service_InventoryNotificationMDB_java/SymbolNotFoundError/service_InventoryNotificationMDB_java/0_fqdndependencyselectorrequest.json | |
DEBUG - 2025-02-07 11:18:28,243 - kai.kai.reactive_codeplanner.agent.dependency_agent.dependency_fqdn_selection - Thread-1 - [dependency_fqdn_selection.py:92 - execute()] - got response: None from searching FQDN | |
DEBUG - 2025-02-07 11:18:31,508 - kai.kai.cache - Thread-1 - [cache.py:195 - put()] - Storing cache in /Users/jmatthews/git/jwmatthews/coolstore/.vscode/konveyor-logs/cache/gpt-4o/AnalyzerRuleViolation/service_InventoryNotificationMDB_java/jms-to-reactive-quarkus-00050/PackageDoesNotExistError/service_InventoryNotificationMDB_java/SymbolNotFoundError/service_InventoryNotificationMDB_java/0_fqdndependencyselectorrequest.json | |
DEBUG - 2025-02-07 11:18:31,672 - kai.kai.reactive_codeplanner.agent.dependency_agent.dependency_fqdn_selection - Thread-1 - [dependency_fqdn_selection.py:92 - execute()] - got response: None from searching FQDN | |
DEBUG - 2025-02-07 11:18:36,959 - kai.kai.cache - Thread-1 - [cache.py:195 - put()] - Storing cache in /Users/jmatthews/git/jwmatthews/coolstore/.vscode/konveyor-logs/cache/gpt-4o/AnalyzerRuleViolation/service_InventoryNotificationMDB_java/jms-to-reactive-quarkus-00050/PackageDoesNotExistError/service_InventoryNotificationMDB_java/SymbolNotFoundError/service_InventoryNotificationMDB_java/0_fqdndependencyselectorrequest.json | |
DEBUG - 2025-02-07 11:18:37,106 - kai.kai.reactive_codeplanner.agent.dependency_agent.dependency_fqdn_selection - Thread-1 - [dependency_fqdn_selection.py:92 - execute()] - got response: None from searching FQDN | |
DEBUG - 2025-02-07 11:18:46,366 - kai.kai.cache - Thread-1 - [cache.py:195 - put()] - Storing cache in /Users/jmatthews/git/jwmatthews/coolstore/.vscode/konveyor-logs/cache/gpt-4o/AnalyzerRuleViolation/service_InventoryNotificationMDB_java/jms-to-reactive-quarkus-00050/PackageDoesNotExistError/service_InventoryNotificationMDB_java/SymbolNotFoundError/service_InventoryNotificationMDB_java/0_fqdndependencyselectorrequest.json | |
DEBUG - 2025-02-07 11:18:46,508 - kai.kai.reactive_codeplanner.agent.dependency_agent.dependency_fqdn_selection - Thread-1 - [dependency_fqdn_selection.py:92 - execute()] - got response: None from searching FQDN | |
DEBUG - 2025-02-07 11:18:50,747 - kai.kai.cache - Thread-1 - [cache.py:195 - put()] - Storing cache in /Users/jmatthews/git/jwmatthews/coolstore/.vscode/konveyor-logs/cache/gpt-4o/AnalyzerRuleViolation/service_InventoryNotificationMDB_java/jms-to-reactive-quarkus-00050/PackageDoesNotExistError/service_InventoryNotificationMDB_java/SymbolNotFoundError/service_InventoryNotificationMDB_java/0_fqdndependencyselectorrequest.json | |
DEBUG - 2025-02-07 11:18:50,880 - kai.kai.reactive_codeplanner.agent.dependency_agent.dependency_fqdn_selection - Thread-1 - [dependency_fqdn_selection.py:92 - execute()] - got response: None from searching FQDN | |
DEBUG - 2025-02-07 11:18:50,882 - kai.kai.reactive_codeplanner.agent.dependency_agent.dependency_agent - Thread-1 - [dependency_agent.py:282 - execute()] - unable to get response from sub-agent | |
DEBUG - 2025-02-07 11:18:50,882 - kai.kai.reactive_codeplanner.agent.dependency_agent.dependency_agent - Thread-1 - [dependency_agent.py:289 - execute()] - running find in pom | |
INFO - 2025-02-07 11:18:50,884 - kai.kai.reactive_codeplanner.task_runner.dependency.task_runner - Thread-1 - [task_runner.py:69 - execute_task()] - got mvn dep response: MavenDependencyResult(encountered_errors=None, file_to_modify=None, reasoning=None, final_answer='', fqdn_response=None, find_in_pom=FindInPomResponse(override=False, group_id=None, artifact_id=None, version=None)) | |
INFO - 2025-02-07 11:18:50,884 - kai.kai.reactive_codeplanner.task_runner.dependency.task_runner - Thread-1 - [task_runner.py:75 - execute_task()] - No final answer was given, we need to return with nothing modified. result: MavenDependencyResult(encountered_errors=None, file_to_modify=None, reasoning=None, final_answer='', fqdn_response=None, find_in_pom=FindInPomResponse(override=False, group_id=None, artifact_id=None, version=None)) | |
DEBUG - 2025-02-07 11:18:50,884 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:99 - execute_task()] - Task execution result: TaskResult(encountered_errors=[], modified_files=[], summary='') | |
DEBUG - 2025-02-07 11:18:50,885 - kai.kai_rpc_application - Thread-1 - [server.py:620 - get_codeplan_agent_solution()] - Task SymbolNotFoundError, result: TaskResult(encountered_errors=[], modified_files=[], summary='') | |
INFO - 2025-02-07 11:18:50,885 - kai.kai_rpc_application - Thread-1 - [server.py:482 - simple_chat_message()] - simple_chat_message! | |
INFO - 2025-02-07 11:18:50,885 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:113 - supply_result()] - Supplying result: TaskResult(encountered_errors=[], modified_files=[], summary='') | |
DEBUG - 2025-02-07 11:18:50,885 - kai.kai_rpc_application - Thread-1 - [server.py:626 - get_codeplan_agent_solution()] - Executed task SymbolNotFoundError | |
DEBUG - 2025-02-07 11:18:50,970 - kai.kai_rpc_application - Thread-1 - [server.py:636 - get_codeplan_agent_solution()] - TaskResult(encountered_errors=[], modified_files=[], summary='') | |
DEBUG - 2025-02-07 11:18:50,970 - kai.kai_rpc_application - Thread-1 - [server.py:644 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: START | |
DEBUG - 2025-02-07 11:18:50,970 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0) | |
DEBUG - 2025-02-07 11:18:50,970 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0) | |
DEBUG - 2025-02-07 11:18:50,970 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=1, retries=0) | |
DEBUG - 2025-02-07 11:18:50,970 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(0), depth=1, retries=0) | |
DEBUG - 2025-02-07 11:18:50,970 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=1, retries=1) | |
DEBUG - 2025-02-07 11:18:50,970 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |-Solved: PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:6:51, message=package org.eclipse.microprofile.reactive.messaging does not exist>(priority=1(0), depth=2, retries=0) | |
DEBUG - 2025-02-07 11:18:50,970 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |--PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:18:50,970 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |--SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:18:50,970 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |-Solved: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:17:6, message=cannot find symbol>(priority=2(0), depth=2, retries=0) | |
DEBUG - 2025-02-07 11:18:50,970 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |-Solved: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=2, retries=2) | |
DEBUG - 2025-02-07 11:18:50,970 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |--PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:18:50,970 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |--PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:18:50,970 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:18:50,970 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:18:50,970 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:18:50,970 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:18:50,971 - kai.kai_rpc_application - Thread-1 - [server.py:651 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: END | |
DEBUG - 2025-02-07 11:18:50,971 - kai.kai_rpc_application - Thread-1 - [server.py:652 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASKS: SUCCESSFUL_TASKS: START | |
DEBUG - 2025-02-07 11:18:50,971 - kai.kai_rpc_application - Thread-1 - [server.py:655 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASKS: SUCCESSFUL_TASKS: END | |
DEBUG - 2025-02-07 11:18:50,971 - kai.kai_rpc_application - Thread-1 - [server.py:656 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASKS: IGNORED_TASKS: START | |
DEBUG - 2025-02-07 11:18:50,971 - kai.kai_rpc_application - Thread-1 - [server.py:661 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASKS: IGNORED_TASKS: END | |
INFO - 2025-02-07 11:18:50,971 - kai.kai_rpc_application - Thread-1 - [server.py:482 - simple_chat_message()] - simple_chat_message! | |
INFO - 2025-02-07 11:18:50,971 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:235 - handle_new_tasks_after_processing()] - Handling new tasks after processing task: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=2, retries=2) | |
INFO - 2025-02-07 11:18:50,971 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:125 - run_validators()] - Running validators. | |
DEBUG - 2025-02-07 11:18:50,971 - kai.kai.reactive_codeplanner.task_manager.task_manager - ThreadPoolExecutor-6_0 - [task_manager.py:131 - run_validator()] - Running validator: <kai.reactive_codeplanner.task_runner.compiler.maven_validator.MavenCompileStep object at 0x12f0b1b80> | |
DEBUG - 2025-02-07 11:18:50,971 - kai.kai.reactive_codeplanner.task_manager.task_manager - ThreadPoolExecutor-6_1 - [task_manager.py:131 - run_validator()] - Running validator: <kai.reactive_codeplanner.task_runner.analyzer_lsp.validator.AnalyzerLSPStep object at 0x12f0b2ba0> | |
DEBUG - 2025-02-07 11:18:50,972 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-6_1 - [validator.py:52 - run()] - Running analyzer-lsp | |
DEBUG - 2025-02-07 11:18:50,972 - kai.kai.analyzer - ThreadPoolExecutor-6_1 - [analyzer.py:120 - run_analyzer_lsp()] - Sending request to analyzer-lsp | |
DEBUG - 2025-02-07 11:18:50,972 - kai.kai.analyzer - ThreadPoolExecutor-6_1 - [analyzer.py:121 - run_analyzer_lsp()] - Request params: {'label_selector': 'konveyor.io/target=quarkus || konveyor.io/target=jakarta-ee', 'incident_selector': '', 'excluded_paths': [PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/.vscode')], 'included_paths': []} | |
DEBUG - 2025-02-07 11:18:52,545 - kai.kai.reactive_codeplanner.task_runner.compiler.maven_validator - ThreadPoolExecutor-6_0 - [maven_validator.py:609 - deduplicate_errors()] - adding collapsed_error: PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(1), depth=0, retries=0)-lines:None -- for key: <class 'kai.reactive_codeplanner.task_runner.compiler.maven_validator.PackageDoesNotExistError'>-io.smallrye.reactive.messaging.annotations | |
DEBUG - 2025-02-07 11:18:52,545 - kai.kai.reactive_codeplanner.task_runner.compiler.maven_validator - ThreadPoolExecutor-6_0 - [maven_validator.py:609 - deduplicate_errors()] - adding collapsed_error: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(2), depth=0, retries=0)-lines:None -- for key: /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java-<class 'kai.reactive_codeplanner.task_runner.compiler.maven_validator.SymbolNotFoundError'>-class Blocking | |
DEBUG - 2025-02-07 11:18:52,545 - kai.kai.reactive_codeplanner.task_runner.compiler.maven_validator - ThreadPoolExecutor-6_0 - [maven_validator.py:47 - run()] - determining whether maven cache should be set: build_errors: False, dependency_errors: False, catchall_errors: False, compilation_errors: True, cond: [] | |
DEBUG - 2025-02-07 11:18:52,545 - kai.kai.reactive_codeplanner.task_runner.compiler.maven_validator - ThreadPoolExecutor-6_0 - [maven_validator.py:59 - run()] - Setting the maven cache with 2 compilation errors | |
DEBUG - 2025-02-07 11:18:52,545 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:158 - run_validators()] - Validator result: ValidationResult(passed=False, errors=[PackageDoesNotExistError(priority=1, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), SymbolNotFoundError(priority=2, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')]) | |
INFO - 2025-02-07 11:18:52,546 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:161 - run_validators()] - Found 2 tasks from validator <kai.reactive_codeplanner.task_runner.compiler.maven_validator.MavenCompileStep object at 0x12f0b1b80> | |
DEBUG - 2025-02-07 11:18:52,546 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:166 - run_validators()] - Validator <kai.reactive_codeplanner.task_runner.compiler.maven_validator.MavenCompileStep object at 0x12f0b1b80> found errors: [PackageDoesNotExistError(priority=1, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), SymbolNotFoundError(priority=2, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')] | |
DEBUG - 2025-02-07 11:19:06,738 - kai.kai.analyzer-rpc-client - Thread-3 - [core.py:239 - run()] - Waiting for message | |
DEBUG - 2025-02-07 11:19:06,740 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-6_1 - [validator.py:95 - __parse_analyzer_lsp_output()] - Parsing analyzer-lsp output | |
DEBUG - 2025-02-07 11:19:06,741 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-6_1 - [validator.py:108 - __parse_analyzer_lsp_output()] - getting rulesetNames sorted ['eap7/weblogic/tests/data', 'eap8/eap7', 'quarkus/springboot'] | |
DEBUG - 2025-02-07 11:19:06,741 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-6_1 - [validator.py:112 - __parse_analyzer_lsp_output()] - getting sorted violations ['maven-javax-to-jakarta-00002'] | |
DEBUG - 2025-02-07 11:19:06,741 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-6_1 - [validator.py:112 - __parse_analyzer_lsp_output()] - getting sorted violations ['hibernate-00005', 'javaee-to-jakarta-namespaces-00001', 'javaee-to-jakarta-namespaces-00002', 'javaee-to-jakarta-namespaces-00006', 'javaee-to-jakarta-namespaces-00030', 'javaee-to-jakarta-namespaces-00033', 'javax-to-jakarta-dependencies-00006', 'javax-to-jakarta-dependencies-00007', 'javax-to-jakarta-dependencies-00008', 'javax-to-jakarta-import-00001', 'javax-to-jakarta-properties-00001'] | |
DEBUG - 2025-02-07 11:19:06,742 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-6_1 - [validator.py:112 - __parse_analyzer_lsp_output()] - getting sorted violations ['cdi-to-quarkus-00030', 'cdi-to-quarkus-00040', 'ee-to-quarkus-00000', 'ee-to-quarkus-00010', 'javaee-pom-to-quarkus-00000', 'javaee-pom-to-quarkus-00010', 'javaee-pom-to-quarkus-00020', 'javaee-pom-to-quarkus-00030', 'javaee-pom-to-quarkus-00040', 'javaee-pom-to-quarkus-00050', 'javaee-pom-to-quarkus-00060', 'jaxrs-to-quarkus-00020', 'jms-to-reactive-quarkus-00010', 'jms-to-reactive-quarkus-00020', 'jms-to-reactive-quarkus-00040', 'jms-to-reactive-quarkus-00050', 'persistence-to-quarkus-00000', 'persistence-to-quarkus-00011', 'remote-ejb-to-quarkus-00000'] | |
DEBUG - 2025-02-07 11:19:06,742 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:158 - run_validators()] - Validator result: ValidationResult(passed=False, errors=[AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=maven-javax-to-jakarta-00002>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00006>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00006>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00007>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00008>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/InventoryEntity.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/ShoppingCart.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/CartEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/OrderEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/ProductEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/PromoService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/DataBaseMigrationStartup.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/StartupListener.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Transformers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=cdi-to-quarkus-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=ee-to-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00000>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00010>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00020>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00030>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00040>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00050>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00060>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=jaxrs-to-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=remote-ejb-to-quarkus-00000>(priority=2(2), depth=0, retries=0)]) | |
INFO - 2025-02-07 11:19:06,743 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:161 - run_validators()] - Found 66 tasks from validator <kai.reactive_codeplanner.task_runner.analyzer_lsp.validator.AnalyzerLSPStep object at 0x12f0b2ba0> | |
DEBUG - 2025-02-07 11:19:06,743 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:166 - run_validators()] - Validator <kai.reactive_codeplanner.task_runner.analyzer_lsp.validator.AnalyzerLSPStep object at 0x12f0b2ba0> found errors: [AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=maven-javax-to-jakarta-00002>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00006>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00006>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00007>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00008>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/InventoryEntity.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/ShoppingCart.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/CartEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/OrderEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/ProductEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/PromoService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/DataBaseMigrationStartup.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/StartupListener.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Transformers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=cdi-to-quarkus-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=ee-to-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00000>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00010>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00020>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00030>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00040>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00050>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00060>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=jaxrs-to-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=remote-ejb-to-quarkus-00000>(priority=2(2), depth=0, retries=0)] | |
INFO - 2025-02-07 11:19:06,744 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:176 - run_validators()] - Found 68 tasks from validators | |
DEBUG - 2025-02-07 11:19:06,744 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:177 - run_validators()] - Validators are up to date. | |
DEBUG - 2025-02-07 11:19:06,744 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:238 - handle_new_tasks_after_processing()] - Unprocessed new tasks: {AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00020>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), SymbolNotFoundError(priority=2, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00008>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/OrderEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/StartupListener.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00007>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/PromoService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00000>(priority=2(1), depth=0, retries=0), PackageDoesNotExistError(priority=1, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00010>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00040>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/InventoryEntity.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=jaxrs-to-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Transformers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00030>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=maven-javax-to-jakarta-00002>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/ShoppingCart.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00050>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/CartEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00006>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00006>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00060>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/DataBaseMigrationStartup.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=ee-to-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=remote-ejb-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/ProductEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=cdi-to-quarkus-00030>(priority=2(2), depth=0, retries=0)} | |
DEBUG - 2025-02-07 11:19:06,745 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:243 - handle_new_tasks_after_processing()] - Resolved tasks to remove from stacks: {SymbolNotFoundError(priority=2, depth=1, parent=AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0), children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), SymbolNotFoundError(priority=2, depth=3, parent=PackageDoesNotExistError(priority=1, depth=2, parent=PackageDoesNotExistError(priority=1, depth=1, parent=AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0), children=[..., SymbolNotFoundError(priority=2, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=17, column=6, message='cannot find symbol', details=['symbol: class Incoming', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[17,6] cannot find symbol\nsymbol: class Incoming\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Incoming', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), SymbolNotFoundError(priority=2, depth=2, parent=..., children=[PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations')], retry_count=2, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')], retry_count=1, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), children=[PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), ...], retry_count=0, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=6, column=51, message='package org.eclipse.microprofile.reactive.messaging does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[6,51] package org.eclipse.microprofile.reactive.messaging does not exist', missing_package='org.eclipse.microprofile.reactive.messaging'), children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), PackageDoesNotExistError(priority=1, depth=1, parent=AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0), children=[PackageDoesNotExistError(priority=1, depth=2, parent=..., children=[PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), SymbolNotFoundError(priority=2, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')], retry_count=0, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=6, column=51, message='package org.eclipse.microprofile.reactive.messaging does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[6,51] package org.eclipse.microprofile.reactive.messaging does not exist', missing_package='org.eclipse.microprofile.reactive.messaging'), SymbolNotFoundError(priority=2, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=17, column=6, message='cannot find symbol', details=['symbol: class Incoming', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[17,6] cannot find symbol\nsymbol: class Incoming\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Incoming', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), SymbolNotFoundError(priority=2, depth=2, parent=..., children=[PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations')], retry_count=2, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')], retry_count=1, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), PackageDoesNotExistError(priority=1, depth=3, parent=PackageDoesNotExistError(priority=1, depth=2, parent=PackageDoesNotExistError(priority=1, depth=1, parent=AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0), children=[..., SymbolNotFoundError(priority=2, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=17, column=6, message='cannot find symbol', details=['symbol: class Incoming', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[17,6] cannot find symbol\nsymbol: class Incoming\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Incoming', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), SymbolNotFoundError(priority=2, depth=2, parent=..., children=[PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations')], retry_count=2, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')], retry_count=1, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), children=[..., SymbolNotFoundError(priority=2, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')], retry_count=0, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=6, column=51, message='package org.eclipse.microprofile.reactive.messaging does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[6,51] package org.eclipse.microprofile.reactive.messaging does not exist', missing_package='org.eclipse.microprofile.reactive.messaging'), children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), PackageDoesNotExistError(priority=1, depth=3, parent=SymbolNotFoundError(priority=2, depth=2, parent=PackageDoesNotExistError(priority=1, depth=1, parent=AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0), children=[PackageDoesNotExistError(priority=1, depth=2, parent=..., children=[PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), SymbolNotFoundError(priority=2, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')], retry_count=0, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=6, column=51, message='package org.eclipse.microprofile.reactive.messaging does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[6,51] package org.eclipse.microprofile.reactive.messaging does not exist', missing_package='org.eclipse.microprofile.reactive.messaging'), SymbolNotFoundError(priority=2, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=17, column=6, message='cannot find symbol', details=['symbol: class Incoming', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[17,6] cannot find symbol\nsymbol: class Incoming\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Incoming', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), ...], retry_count=1, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), children=[..., PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations')], retry_count=2, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), PackageDoesNotExistError(priority=1, depth=3, parent=SymbolNotFoundError(priority=2, depth=2, parent=PackageDoesNotExistError(priority=1, depth=1, parent=AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0), children=[PackageDoesNotExistError(priority=1, depth=2, parent=..., children=[PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), SymbolNotFoundError(priority=2, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')], retry_count=0, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=6, column=51, message='package org.eclipse.microprofile.reactive.messaging does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[6,51] package org.eclipse.microprofile.reactive.messaging does not exist', missing_package='org.eclipse.microprofile.reactive.messaging'), SymbolNotFoundError(priority=2, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=17, column=6, message='cannot find symbol', details=['symbol: class Incoming', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[17,6] cannot find symbol\nsymbol: class Incoming\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Incoming', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), ...], retry_count=1, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), children=[PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), ...], retry_count=2, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations')} | |
DEBUG - 2025-02-07 11:19:06,745 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:250 - handle_new_tasks_after_processing()] - adding task to similar_non_resolved_task: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=1, retries=0) | |
DEBUG - 2025-02-07 11:19:06,746 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:250 - handle_new_tasks_after_processing()] - adding task to similar_non_resolved_task: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:19:06,746 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:250 - handle_new_tasks_after_processing()] - adding task to similar_non_resolved_task: PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=1, retries=1) | |
DEBUG - 2025-02-07 11:19:06,746 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:250 - handle_new_tasks_after_processing()] - adding task to similar_non_resolved_task: PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:19:06,746 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:250 - handle_new_tasks_after_processing()] - adding task to similar_non_resolved_task: PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:19:06,746 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:250 - handle_new_tasks_after_processing()] - adding task to similar_non_resolved_task: PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:19:06,746 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:273 - handle_new_tasks_after_processing()] - Task SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=2, retries=2) still unsolved after execution. | |
INFO - 2025-02-07 11:19:06,746 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:329 - handle_ignored_task()] - Handling ignored task: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=2, retries=2) | |
WARNING - 2025-02-07 11:19:06,746 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:340 - handle_ignored_task()] - Task SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=2, retries=3) exceeded max retries and added to ignored tasks. | |
DEBUG - 2025-02-07 11:19:06,747 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:201 - get_next_task()] - Popped task from stack: PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=1, retries=1) | |
INFO - 2025-02-07 11:19:06,747 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:206 - get_next_task()] - Yielding task: PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=1, retries=1) | |
DEBUG - 2025-02-07 11:19:06,747 - kai.kai_rpc_application - Thread-1 - [server.py:603 - get_codeplan_agent_solution()] - Executing task PackageDoesNotExistError: PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=1, retries=1) | |
INFO - 2025-02-07 11:19:06,747 - kai.kai_rpc_application - Thread-1 - [server.py:482 - simple_chat_message()] - simple_chat_message! | |
INFO - 2025-02-07 11:19:06,747 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:86 - execute_task()] - Executing task: PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=1, retries=1) | |
DEBUG - 2025-02-07 11:19:06,747 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:106 - get_agent_for_task()] - Agent <kai.reactive_codeplanner.task_runner.dependency.task_runner.DependencyTaskRunner object at 0x12f0b3140> can handle task PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=1, retries=1) | |
INFO - 2025-02-07 11:19:06,747 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:88 - execute_task()] - Agent selected for task: <kai.reactive_codeplanner.task_runner.dependency.task_runner.DependencyTaskRunner object at 0x12f0b3140> | |
DEBUG - 2025-02-07 11:19:10,205 - kai.kai.cache - Thread-1 - [cache.py:195 - put()] - Storing cache in /Users/jmatthews/git/jwmatthews/coolstore/.vscode/konveyor-logs/cache/gpt-4o/AnalyzerRuleViolation/service_InventoryNotificationMDB_java/jms-to-reactive-quarkus-00050/PackageDoesNotExistError/service_InventoryNotificationMDB_java/0_mavendependencyrequest.json | |
DEBUG - 2025-02-07 11:19:13,415 - kai.kai.cache - Thread-1 - [cache.py:195 - put()] - Storing cache in /Users/jmatthews/git/jwmatthews/coolstore/.vscode/konveyor-logs/cache/gpt-4o/AnalyzerRuleViolation/service_InventoryNotificationMDB_java/jms-to-reactive-quarkus-00050/PackageDoesNotExistError/service_InventoryNotificationMDB_java/1_mavendependencyrequest.json | |
DEBUG - 2025-02-07 11:19:18,871 - kai.kai.cache - Thread-1 - [cache.py:195 - put()] - Storing cache in /Users/jmatthews/git/jwmatthews/coolstore/.vscode/konveyor-logs/cache/gpt-4o/AnalyzerRuleViolation/service_InventoryNotificationMDB_java/jms-to-reactive-quarkus-00050/PackageDoesNotExistError/service_InventoryNotificationMDB_java/2_mavendependencyrequest.json | |
DEBUG - 2025-02-07 11:19:18,872 - kai.kai.reactive_codeplanner.agent.dependency_agent.dependency_agent - Thread-1 - [dependency_agent.py:260 - execute()] - running search for FQDN | |
DEBUG - 2025-02-07 11:19:19,045 - kai.kai.reactive_codeplanner.agent.dependency_agent.dependency_agent - Thread-1 - [dependency_agent.py:289 - execute()] - running find in pom | |
INFO - 2025-02-07 11:19:19,046 - kai.kai.reactive_codeplanner.task_runner.dependency.task_runner - Thread-1 - [task_runner.py:69 - execute_task()] - got mvn dep response: MavenDependencyResult(encountered_errors=None, file_to_modify=None, reasoning=None, final_answer='Added the SmallRye Reactive Messaging dependency with version 4.27.0 to the `pom.xml` file to resolve the missing package error.', fqdn_response=FQDNResponse(artifact_id='smallrye-reactive-messaging', group_id='io.smallrye.reactive', version='4.27.0'), find_in_pom=FindInPomResponse(override=False, group_id=None, artifact_id=None, version=None)) | |
DEBUG - 2025-02-07 11:19:19,046 - kai.kai.reactive_codeplanner.task_runner.dependency.task_runner - Thread-1 - [task_runner.py:88 - execute_task()] - we are now updating the pom based Added the SmallRye Reactive Messaging dependency with version 4.27.0 to the `pom.xml` file to resolve the missing package error. | |
DEBUG - 2025-02-07 11:19:19,130 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:99 - execute_task()] - Task execution result: TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary='') | |
DEBUG - 2025-02-07 11:19:19,130 - kai.kai_rpc_application - Thread-1 - [server.py:620 - get_codeplan_agent_solution()] - Task PackageDoesNotExistError, result: TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary='') | |
INFO - 2025-02-07 11:19:19,130 - kai.kai_rpc_application - Thread-1 - [server.py:482 - simple_chat_message()] - simple_chat_message! | |
INFO - 2025-02-07 11:19:19,130 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:113 - supply_result()] - Supplying result: TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary='') | |
DEBUG - 2025-02-07 11:19:19,130 - kai.kai_rpc_application - Thread-1 - [server.py:626 - get_codeplan_agent_solution()] - Executed task PackageDoesNotExistError | |
DEBUG - 2025-02-07 11:19:19,218 - kai.kai_rpc_application - Thread-1 - [server.py:636 - get_codeplan_agent_solution()] - TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary='') | |
DEBUG - 2025-02-07 11:19:19,218 - kai.kai_rpc_application - Thread-1 - [server.py:644 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: START | |
DEBUG - 2025-02-07 11:19:19,218 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0) | |
DEBUG - 2025-02-07 11:19:19,218 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0) | |
DEBUG - 2025-02-07 11:19:19,218 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=1, retries=0) | |
DEBUG - 2025-02-07 11:19:19,218 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(0), depth=1, retries=0) | |
DEBUG - 2025-02-07 11:19:19,218 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:19:19,218 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:19:19,218 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:19:19,218 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:19:19,219 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:19:19,219 - kai.kai_rpc_application - Thread-1 - [server.py:651 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: END | |
DEBUG - 2025-02-07 11:19:19,219 - kai.kai_rpc_application - Thread-1 - [server.py:652 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASKS: SUCCESSFUL_TASKS: START | |
DEBUG - 2025-02-07 11:19:19,219 - kai.kai_rpc_application - Thread-1 - [server.py:655 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASKS: SUCCESSFUL_TASKS: END | |
DEBUG - 2025-02-07 11:19:19,219 - kai.kai_rpc_application - Thread-1 - [server.py:656 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASKS: IGNORED_TASKS: START | |
DEBUG - 2025-02-07 11:19:19,219 - kai.kai_rpc_application - Thread-1 - [server.py:661 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASKS: IGNORED_TASKS: END | |
INFO - 2025-02-07 11:19:19,219 - kai.kai_rpc_application - Thread-1 - [server.py:482 - simple_chat_message()] - simple_chat_message! | |
INFO - 2025-02-07 11:19:19,219 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:235 - handle_new_tasks_after_processing()] - Handling new tasks after processing task: PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=1, retries=1) | |
INFO - 2025-02-07 11:19:19,219 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:125 - run_validators()] - Running validators. | |
DEBUG - 2025-02-07 11:19:19,219 - kai.kai.reactive_codeplanner.task_manager.task_manager - ThreadPoolExecutor-7_0 - [task_manager.py:131 - run_validator()] - Running validator: <kai.reactive_codeplanner.task_runner.compiler.maven_validator.MavenCompileStep object at 0x12f0b1b80> | |
DEBUG - 2025-02-07 11:19:19,220 - kai.kai.reactive_codeplanner.task_manager.task_manager - ThreadPoolExecutor-7_1 - [task_manager.py:131 - run_validator()] - Running validator: <kai.reactive_codeplanner.task_runner.analyzer_lsp.validator.AnalyzerLSPStep object at 0x12f0b2ba0> | |
DEBUG - 2025-02-07 11:19:19,220 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-7_1 - [validator.py:52 - run()] - Running analyzer-lsp | |
DEBUG - 2025-02-07 11:19:19,220 - kai.kai.analyzer - ThreadPoolExecutor-7_1 - [analyzer.py:120 - run_analyzer_lsp()] - Sending request to analyzer-lsp | |
DEBUG - 2025-02-07 11:19:19,220 - kai.kai.analyzer - ThreadPoolExecutor-7_1 - [analyzer.py:121 - run_analyzer_lsp()] - Request params: {'label_selector': 'konveyor.io/target=quarkus || konveyor.io/target=jakarta-ee', 'incident_selector': '', 'excluded_paths': [PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/.vscode')], 'included_paths': []} | |
DEBUG - 2025-02-07 11:19:20,282 - kai.kai.reactive_codeplanner.task_runner.compiler.maven_validator - ThreadPoolExecutor-7_0 - [maven_validator.py:47 - run()] - determining whether maven cache should be set: build_errors: False, dependency_errors: True, catchall_errors: False, compilation_errors: False, cond: True | |
INFO - 2025-02-07 11:19:20,282 - kai.kai.reactive_codeplanner.task_runner.compiler.maven_validator - ThreadPoolExecutor-7_0 - [maven_validator.py:54 - run()] - Returning 2 cached compilation errors until the POM is valid | |
DEBUG - 2025-02-07 11:19:20,282 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:158 - run_validators()] - Validator result: ValidationResult(passed=False, errors=[DependencyResolutionError(priority=1, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/pom.xml', line=-1, column=-1, message='Could not resolve dependencies for project com.redhat.coolstore:monolith:war:1.0.0-SNAPSHOT: The following artifacts could not be resolved: io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 (absent): io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]', details=['', 'To see the full stack trace of the errors, re-run Maven with the -e switch.', 'Re-run Maven using the -X switch to enable full debug logging.', '', 'For more information about the errors and possible solutions, please read the following articles:', '[Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException'], parse_lines='[ERROR] Failed to execute goal on project monolith: Could not resolve dependencies for project com.redhat.coolstore:monolith:war:1.0.0-SNAPSHOT: The following artifacts could not be resolved: io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 (absent): io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]\n[ERROR] \n[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.\n[ERROR] Re-run Maven using the -X switch to enable full debug logging.\n[ERROR] \n[ERROR] For more information about the errors and possible solutions, please read the following articles:\n[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException', project='monolith', goal=''), PackageDoesNotExistError(priority=1, depth=3, parent=SymbolNotFoundError(priority=2, depth=2, parent=PackageDoesNotExistError(priority=1, depth=1, parent=AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0), children=[PackageDoesNotExistError(priority=1, depth=2, parent=..., children=[PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), SymbolNotFoundError(priority=2, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')], retry_count=0, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=6, column=51, message='package org.eclipse.microprofile.reactive.messaging does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[6,51] package org.eclipse.microprofile.reactive.messaging does not exist', missing_package='org.eclipse.microprofile.reactive.messaging'), SymbolNotFoundError(priority=2, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=17, column=6, message='cannot find symbol', details=['symbol: class Incoming', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[17,6] cannot find symbol\nsymbol: class Incoming\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Incoming', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), ...], retry_count=1, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), children=[PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), ...], retry_count=3, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), SymbolNotFoundError(priority=2, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')]) | |
INFO - 2025-02-07 11:19:20,283 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:161 - run_validators()] - Found 3 tasks from validator <kai.reactive_codeplanner.task_runner.compiler.maven_validator.MavenCompileStep object at 0x12f0b1b80> | |
DEBUG - 2025-02-07 11:19:20,283 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:166 - run_validators()] - Validator <kai.reactive_codeplanner.task_runner.compiler.maven_validator.MavenCompileStep object at 0x12f0b1b80> found errors: [DependencyResolutionError(priority=1, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/pom.xml', line=-1, column=-1, message='Could not resolve dependencies for project com.redhat.coolstore:monolith:war:1.0.0-SNAPSHOT: The following artifacts could not be resolved: io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 (absent): io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]', details=['', 'To see the full stack trace of the errors, re-run Maven with the -e switch.', 'Re-run Maven using the -X switch to enable full debug logging.', '', 'For more information about the errors and possible solutions, please read the following articles:', '[Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException'], parse_lines='[ERROR] Failed to execute goal on project monolith: Could not resolve dependencies for project com.redhat.coolstore:monolith:war:1.0.0-SNAPSHOT: The following artifacts could not be resolved: io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 (absent): io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]\n[ERROR] \n[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.\n[ERROR] Re-run Maven using the -X switch to enable full debug logging.\n[ERROR] \n[ERROR] For more information about the errors and possible solutions, please read the following articles:\n[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException', project='monolith', goal=''), PackageDoesNotExistError(priority=1, depth=3, parent=SymbolNotFoundError(priority=2, depth=2, parent=PackageDoesNotExistError(priority=1, depth=1, parent=AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0), children=[PackageDoesNotExistError(priority=1, depth=2, parent=..., children=[PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), SymbolNotFoundError(priority=2, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')], retry_count=0, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=6, column=51, message='package org.eclipse.microprofile.reactive.messaging does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[6,51] package org.eclipse.microprofile.reactive.messaging does not exist', missing_package='org.eclipse.microprofile.reactive.messaging'), SymbolNotFoundError(priority=2, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=17, column=6, message='cannot find symbol', details=['symbol: class Incoming', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[17,6] cannot find symbol\nsymbol: class Incoming\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Incoming', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), ...], retry_count=1, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), children=[PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), ...], retry_count=3, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), SymbolNotFoundError(priority=2, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')] | |
DEBUG - 2025-02-07 11:19:35,027 - kai.kai.analyzer-rpc-client - Thread-3 - [core.py:239 - run()] - Waiting for message | |
DEBUG - 2025-02-07 11:19:35,028 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-7_1 - [validator.py:95 - __parse_analyzer_lsp_output()] - Parsing analyzer-lsp output | |
DEBUG - 2025-02-07 11:19:35,029 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-7_1 - [validator.py:108 - __parse_analyzer_lsp_output()] - getting rulesetNames sorted ['eap7/weblogic/tests/data', 'eap8/eap7', 'quarkus/springboot'] | |
DEBUG - 2025-02-07 11:19:35,029 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-7_1 - [validator.py:112 - __parse_analyzer_lsp_output()] - getting sorted violations ['maven-javax-to-jakarta-00002'] | |
DEBUG - 2025-02-07 11:19:35,029 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-7_1 - [validator.py:112 - __parse_analyzer_lsp_output()] - getting sorted violations ['hibernate-00005', 'javaee-to-jakarta-namespaces-00001', 'javaee-to-jakarta-namespaces-00002', 'javaee-to-jakarta-namespaces-00006', 'javaee-to-jakarta-namespaces-00030', 'javaee-to-jakarta-namespaces-00033', 'javax-to-jakarta-dependencies-00006', 'javax-to-jakarta-dependencies-00007', 'javax-to-jakarta-dependencies-00008', 'javax-to-jakarta-import-00001', 'javax-to-jakarta-properties-00001'] | |
DEBUG - 2025-02-07 11:19:35,030 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-7_1 - [validator.py:112 - __parse_analyzer_lsp_output()] - getting sorted violations ['cdi-to-quarkus-00030', 'cdi-to-quarkus-00040', 'ee-to-quarkus-00000', 'ee-to-quarkus-00010', 'javaee-pom-to-quarkus-00000', 'javaee-pom-to-quarkus-00010', 'javaee-pom-to-quarkus-00020', 'javaee-pom-to-quarkus-00030', 'javaee-pom-to-quarkus-00040', 'javaee-pom-to-quarkus-00050', 'javaee-pom-to-quarkus-00060', 'jaxrs-to-quarkus-00020', 'jms-to-reactive-quarkus-00010', 'jms-to-reactive-quarkus-00020', 'jms-to-reactive-quarkus-00040', 'jms-to-reactive-quarkus-00050', 'persistence-to-quarkus-00000', 'persistence-to-quarkus-00011', 'remote-ejb-to-quarkus-00000'] | |
DEBUG - 2025-02-07 11:19:35,031 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:158 - run_validators()] - Validator result: ValidationResult(passed=False, errors=[AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=maven-javax-to-jakarta-00002>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00006>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00006>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00007>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00008>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/InventoryEntity.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/ShoppingCart.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/CartEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/OrderEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/ProductEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/PromoService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/DataBaseMigrationStartup.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/StartupListener.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Transformers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=cdi-to-quarkus-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=ee-to-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00000>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00010>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00020>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00030>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00040>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00050>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00060>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=jaxrs-to-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=remote-ejb-to-quarkus-00000>(priority=2(2), depth=0, retries=0)]) | |
INFO - 2025-02-07 11:19:35,031 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:161 - run_validators()] - Found 66 tasks from validator <kai.reactive_codeplanner.task_runner.analyzer_lsp.validator.AnalyzerLSPStep object at 0x12f0b2ba0> | |
DEBUG - 2025-02-07 11:19:35,031 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:166 - run_validators()] - Validator <kai.reactive_codeplanner.task_runner.analyzer_lsp.validator.AnalyzerLSPStep object at 0x12f0b2ba0> found errors: [AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=maven-javax-to-jakarta-00002>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00006>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00006>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00007>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00008>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/InventoryEntity.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/ShoppingCart.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/CartEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/OrderEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/ProductEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/PromoService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/DataBaseMigrationStartup.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/StartupListener.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Transformers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=cdi-to-quarkus-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=ee-to-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00000>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00010>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00020>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00030>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00040>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00050>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00060>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=jaxrs-to-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=remote-ejb-to-quarkus-00000>(priority=2(2), depth=0, retries=0)] | |
INFO - 2025-02-07 11:19:35,032 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:176 - run_validators()] - Found 69 tasks from validators | |
DEBUG - 2025-02-07 11:19:35,032 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:177 - run_validators()] - Validators are up to date. | |
DEBUG - 2025-02-07 11:19:35,032 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:238 - handle_new_tasks_after_processing()] - Unprocessed new tasks: {AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00020>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), SymbolNotFoundError(priority=2, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00008>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/OrderEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/StartupListener.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00007>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/PromoService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00000>(priority=2(1), depth=0, retries=0), PackageDoesNotExistError(priority=1, depth=3, parent=SymbolNotFoundError(priority=2, depth=2, parent=PackageDoesNotExistError(priority=1, depth=1, parent=AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0), children=[PackageDoesNotExistError(priority=1, depth=2, parent=..., children=[PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), SymbolNotFoundError(priority=2, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')], retry_count=0, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=6, column=51, message='package org.eclipse.microprofile.reactive.messaging does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[6,51] package org.eclipse.microprofile.reactive.messaging does not exist', missing_package='org.eclipse.microprofile.reactive.messaging'), SymbolNotFoundError(priority=2, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=17, column=6, message='cannot find symbol', details=['symbol: class Incoming', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[17,6] cannot find symbol\nsymbol: class Incoming\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Incoming', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), ...], retry_count=1, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), children=[PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), ...], retry_count=3, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00010>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00040>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/InventoryEntity.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=jaxrs-to-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Transformers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00030>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=maven-javax-to-jakarta-00002>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/ShoppingCart.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00050>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/CartEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00006>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00006>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00060>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/DataBaseMigrationStartup.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=ee-to-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=remote-ejb-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/ProductEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=cdi-to-quarkus-00030>(priority=2(2), depth=0, retries=0), DependencyResolutionError(priority=1, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/pom.xml', line=-1, column=-1, message='Could not resolve dependencies for project com.redhat.coolstore:monolith:war:1.0.0-SNAPSHOT: The following artifacts could not be resolved: io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 (absent): io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]', details=['', 'To see the full stack trace of the errors, re-run Maven with the -e switch.', 'Re-run Maven using the -X switch to enable full debug logging.', '', 'For more information about the errors and possible solutions, please read the following articles:', '[Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException'], parse_lines='[ERROR] Failed to execute goal on project monolith: Could not resolve dependencies for project com.redhat.coolstore:monolith:war:1.0.0-SNAPSHOT: The following artifacts could not be resolved: io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 (absent): io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]\n[ERROR] \n[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.\n[ERROR] Re-run Maven using the -X switch to enable full debug logging.\n[ERROR] \n[ERROR] For more information about the errors and possible solutions, please read the following articles:\n[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException', project='monolith', goal='')} | |
DEBUG - 2025-02-07 11:19:35,033 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:243 - handle_new_tasks_after_processing()] - Resolved tasks to remove from stacks: {SymbolNotFoundError(priority=2, depth=3, parent=PackageDoesNotExistError(priority=1, depth=2, parent=PackageDoesNotExistError(priority=1, depth=1, parent=AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0), children=[..., SymbolNotFoundError(priority=2, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=17, column=6, message='cannot find symbol', details=['symbol: class Incoming', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[17,6] cannot find symbol\nsymbol: class Incoming\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Incoming', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), SymbolNotFoundError(priority=2, depth=2, parent=..., children=[PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations')], retry_count=3, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')], retry_count=1, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), children=[PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), ...], retry_count=0, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=6, column=51, message='package org.eclipse.microprofile.reactive.messaging does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[6,51] package org.eclipse.microprofile.reactive.messaging does not exist', missing_package='org.eclipse.microprofile.reactive.messaging'), children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), SymbolNotFoundError(priority=2, depth=1, parent=AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0), children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), PackageDoesNotExistError(priority=1, depth=3, parent=PackageDoesNotExistError(priority=1, depth=2, parent=PackageDoesNotExistError(priority=1, depth=1, parent=AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0), children=[..., SymbolNotFoundError(priority=2, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=17, column=6, message='cannot find symbol', details=['symbol: class Incoming', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[17,6] cannot find symbol\nsymbol: class Incoming\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Incoming', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), SymbolNotFoundError(priority=2, depth=2, parent=..., children=[PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations')], retry_count=3, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')], retry_count=1, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), children=[..., SymbolNotFoundError(priority=2, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')], retry_count=0, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=6, column=51, message='package org.eclipse.microprofile.reactive.messaging does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[6,51] package org.eclipse.microprofile.reactive.messaging does not exist', missing_package='org.eclipse.microprofile.reactive.messaging'), children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), PackageDoesNotExistError(priority=1, depth=3, parent=SymbolNotFoundError(priority=2, depth=2, parent=PackageDoesNotExistError(priority=1, depth=1, parent=AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0), children=[PackageDoesNotExistError(priority=1, depth=2, parent=..., children=[PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), SymbolNotFoundError(priority=2, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')], retry_count=0, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=6, column=51, message='package org.eclipse.microprofile.reactive.messaging does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[6,51] package org.eclipse.microprofile.reactive.messaging does not exist', missing_package='org.eclipse.microprofile.reactive.messaging'), SymbolNotFoundError(priority=2, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=17, column=6, message='cannot find symbol', details=['symbol: class Incoming', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[17,6] cannot find symbol\nsymbol: class Incoming\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Incoming', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), ...], retry_count=1, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), children=[..., PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations')], retry_count=3, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), PackageDoesNotExistError(priority=1, depth=3, parent=SymbolNotFoundError(priority=2, depth=2, parent=PackageDoesNotExistError(priority=1, depth=1, parent=AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0), children=[PackageDoesNotExistError(priority=1, depth=2, parent=..., children=[PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), SymbolNotFoundError(priority=2, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')], retry_count=0, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=6, column=51, message='package org.eclipse.microprofile.reactive.messaging does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[6,51] package org.eclipse.microprofile.reactive.messaging does not exist', missing_package='org.eclipse.microprofile.reactive.messaging'), SymbolNotFoundError(priority=2, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=17, column=6, message='cannot find symbol', details=['symbol: class Incoming', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[17,6] cannot find symbol\nsymbol: class Incoming\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Incoming', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), ...], retry_count=1, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), children=[PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), ..., PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations')], retry_count=3, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations')} | |
DEBUG - 2025-02-07 11:19:35,033 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:250 - handle_new_tasks_after_processing()] - adding task to similar_non_resolved_task: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:19:35,034 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:250 - handle_new_tasks_after_processing()] - adding task to similar_non_resolved_task: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=1, retries=0) | |
DEBUG - 2025-02-07 11:19:35,034 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:250 - handle_new_tasks_after_processing()] - adding task to similar_non_resolved_task: PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:19:35,034 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:250 - handle_new_tasks_after_processing()] - adding task to similar_non_resolved_task: PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:19:35,034 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:250 - handle_new_tasks_after_processing()] - adding task to similar_non_resolved_task: PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:19:35,034 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:273 - handle_new_tasks_after_processing()] - Task PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=1, retries=1) still unsolved after execution. | |
INFO - 2025-02-07 11:19:35,034 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:329 - handle_ignored_task()] - Handling ignored task: PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=1, retries=1) | |
DEBUG - 2025-02-07 11:19:35,034 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:332 - handle_ignored_task()] - Task PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=1, retries=2) failed (retry count: 2), adding back to stack | |
DEBUG - 2025-02-07 11:19:35,035 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:201 - get_next_task()] - Popped task from stack: DependencyResolutionError<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:-1:-1, message=Could not resolve dependencies for project com.redhat.coolstore:monolith:war:1.0.0-SNAPSHOT: The following artifacts could not be resolved: io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 (absent): io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]>(priority=1(0), depth=2, retries=0) | |
INFO - 2025-02-07 11:19:35,035 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:206 - get_next_task()] - Yielding task: DependencyResolutionError<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:-1:-1, message=Could not resolve dependencies for project com.redhat.coolstore:monolith:war:1.0.0-SNAPSHOT: The following artifacts could not be resolved: io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 (absent): io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]>(priority=1(0), depth=2, retries=0) | |
DEBUG - 2025-02-07 11:19:35,035 - kai.kai_rpc_application - Thread-1 - [server.py:603 - get_codeplan_agent_solution()] - Executing task DependencyResolutionError: DependencyResolutionError<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:-1:-1, message=Could not resolve dependencies for project com.redhat.coolstore:monolith:war:1.0.0-SNAPSHOT: The following artifacts could not be resolved: io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 (absent): io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]>(priority=1(0), depth=2, retries=0) | |
INFO - 2025-02-07 11:19:35,035 - kai.kai_rpc_application - Thread-1 - [server.py:482 - simple_chat_message()] - simple_chat_message! | |
INFO - 2025-02-07 11:19:35,035 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:86 - execute_task()] - Executing task: DependencyResolutionError<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:-1:-1, message=Could not resolve dependencies for project com.redhat.coolstore:monolith:war:1.0.0-SNAPSHOT: The following artifacts could not be resolved: io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 (absent): io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]>(priority=1(0), depth=2, retries=0) | |
DEBUG - 2025-02-07 11:19:35,035 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:106 - get_agent_for_task()] - Agent <kai.reactive_codeplanner.task_runner.compiler.compiler_task_runner.MavenCompilerTaskRunner object at 0x12f0b2c60> can handle task DependencyResolutionError<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:-1:-1, message=Could not resolve dependencies for project com.redhat.coolstore:monolith:war:1.0.0-SNAPSHOT: The following artifacts could not be resolved: io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 (absent): io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]>(priority=1(0), depth=2, retries=0) | |
INFO - 2025-02-07 11:19:35,035 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:88 - execute_task()] - Agent selected for task: <kai.reactive_codeplanner.task_runner.compiler.compiler_task_runner.MavenCompilerTaskRunner object at 0x12f0b2c60> | |
DEBUG - 2025-02-07 11:19:59,273 - kai.kai.cache - Thread-1 - [cache.py:195 - put()] - Storing cache in /Users/jmatthews/git/jwmatthews/coolstore/.vscode/konveyor-logs/cache/gpt-4o/AnalyzerRuleViolation/service_InventoryNotificationMDB_java/jms-to-reactive-quarkus-00050/PackageDoesNotExistError/service_InventoryNotificationMDB_java/DependencyResolutionError/coolstore_pom_xml/0_mavencompileragentrequest.json | |
DEBUG - 2025-02-07 11:19:59,876 - kai.kai.cache - Thread-1 - [cache.py:195 - put()] - Storing cache in /Users/jmatthews/git/jwmatthews/coolstore/.vscode/konveyor-logs/cache/gpt-4o/AnalyzerRuleViolation/service_InventoryNotificationMDB_java/jms-to-reactive-quarkus-00050/PackageDoesNotExistError/service_InventoryNotificationMDB_java/DependencyResolutionError/coolstore_pom_xml/0_reflectiontask.json | |
DEBUG - 2025-02-07 11:19:59,960 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:99 - execute_task()] - Task execution result: TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary="\n\n1. **Dependency Resolution Error**: The error message indicates that the artifact `io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0` could not be resolved. This typically means that the specified version is not available in the Maven Central repository or any other configured repositories.\n\n2. **Correcting the Group ID**: The group ID for the `smallrye-reactive-messaging` dependency was incorrect. It should be `io.smallrye.reactive.messaging` instead of `io.smallrye.reactive`.\n\n3. **Verification of Artifact Availability**: Before making changes, it's crucial to verify whether the specified version of the artifact is available in the Maven repository. If not, you may need to check for the correct version or ensure that the repository containing the artifact is included in your `pom.xml`.\n\n4. **Updating the Dependency**: The dependency entry for `smallrye-reactive-messaging` was updated with the correct group ID. This should resolve the issue if the artifact is available in the repository.\n\n5. **Rebuilding the Project**: After making changes to the `pom.xml`, it's important to clean and rebuild the project to ensure that all dependencies are correctly resolved and downloaded.\n") | |
DEBUG - 2025-02-07 11:19:59,960 - kai.kai_rpc_application - Thread-1 - [server.py:620 - get_codeplan_agent_solution()] - Task DependencyResolutionError, result: TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary="\n\n1. **Dependency Resolution Error**: The error message indicates that the artifact `io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0` could not be resolved. This typically means that the specified version is not available in the Maven Central repository or any other configured repositories.\n\n2. **Correcting the Group ID**: The group ID for the `smallrye-reactive-messaging` dependency was incorrect. It should be `io.smallrye.reactive.messaging` instead of `io.smallrye.reactive`.\n\n3. **Verification of Artifact Availability**: Before making changes, it's crucial to verify whether the specified version of the artifact is available in the Maven repository. If not, you may need to check for the correct version or ensure that the repository containing the artifact is included in your `pom.xml`.\n\n4. **Updating the Dependency**: The dependency entry for `smallrye-reactive-messaging` was updated with the correct group ID. This should resolve the issue if the artifact is available in the repository.\n\n5. **Rebuilding the Project**: After making changes to the `pom.xml`, it's important to clean and rebuild the project to ensure that all dependencies are correctly resolved and downloaded.\n") | |
INFO - 2025-02-07 11:19:59,960 - kai.kai_rpc_application - Thread-1 - [server.py:482 - simple_chat_message()] - simple_chat_message! | |
INFO - 2025-02-07 11:19:59,960 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:113 - supply_result()] - Supplying result: TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary="\n\n1. **Dependency Resolution Error**: The error message indicates that the artifact `io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0` could not be resolved. This typically means that the specified version is not available in the Maven Central repository or any other configured repositories.\n\n2. **Correcting the Group ID**: The group ID for the `smallrye-reactive-messaging` dependency was incorrect. It should be `io.smallrye.reactive.messaging` instead of `io.smallrye.reactive`.\n\n3. **Verification of Artifact Availability**: Before making changes, it's crucial to verify whether the specified version of the artifact is available in the Maven repository. If not, you may need to check for the correct version or ensure that the repository containing the artifact is included in your `pom.xml`.\n\n4. **Updating the Dependency**: The dependency entry for `smallrye-reactive-messaging` was updated with the correct group ID. This should resolve the issue if the artifact is available in the repository.\n\n5. **Rebuilding the Project**: After making changes to the `pom.xml`, it's important to clean and rebuild the project to ensure that all dependencies are correctly resolved and downloaded.\n") | |
DEBUG - 2025-02-07 11:19:59,960 - kai.kai_rpc_application - Thread-1 - [server.py:626 - get_codeplan_agent_solution()] - Executed task DependencyResolutionError | |
DEBUG - 2025-02-07 11:20:00,059 - kai.kai_rpc_application - Thread-1 - [server.py:636 - get_codeplan_agent_solution()] - TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary="\n\n1. **Dependency Resolution Error**: The error message indicates that the artifact `io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0` could not be resolved. This typically means that the specified version is not available in the Maven Central repository or any other configured repositories.\n\n2. **Correcting the Group ID**: The group ID for the `smallrye-reactive-messaging` dependency was incorrect. It should be `io.smallrye.reactive.messaging` instead of `io.smallrye.reactive`.\n\n3. **Verification of Artifact Availability**: Before making changes, it's crucial to verify whether the specified version of the artifact is available in the Maven repository. If not, you may need to check for the correct version or ensure that the repository containing the artifact is included in your `pom.xml`.\n\n4. **Updating the Dependency**: The dependency entry for `smallrye-reactive-messaging` was updated with the correct group ID. This should resolve the issue if the artifact is available in the repository.\n\n5. **Rebuilding the Project**: After making changes to the `pom.xml`, it's important to clean and rebuild the project to ensure that all dependencies are correctly resolved and downloaded.\n") | |
DEBUG - 2025-02-07 11:20:00,060 - kai.kai_rpc_application - Thread-1 - [server.py:644 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: START | |
DEBUG - 2025-02-07 11:20:00,060 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0) | |
DEBUG - 2025-02-07 11:20:00,060 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0) | |
DEBUG - 2025-02-07 11:20:00,060 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=1, retries=0) | |
DEBUG - 2025-02-07 11:20:00,060 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(0), depth=1, retries=0) | |
DEBUG - 2025-02-07 11:20:00,060 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=1, retries=2) | |
DEBUG - 2025-02-07 11:20:00,060 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |-Solved: PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:6:51, message=package org.eclipse.microprofile.reactive.messaging does not exist>(priority=1(0), depth=2, retries=0) | |
DEBUG - 2025-02-07 11:20:00,060 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |--PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:20:00,060 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |--SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:20:00,060 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |-Solved: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:17:6, message=cannot find symbol>(priority=2(0), depth=2, retries=0) | |
DEBUG - 2025-02-07 11:20:00,060 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |-Ignored: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=2, retries=3) | |
DEBUG - 2025-02-07 11:20:00,060 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |--PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:20:00,060 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |--PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:20:00,060 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |--PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:20:00,060 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |-Solved: DependencyResolutionError<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:-1:-1, message=Could not resolve dependencies for project com.redhat.coolstore:monolith:war:1.0.0-SNAPSHOT: The following artifacts could not be resolved: io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 (absent): io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]>(priority=1(0), depth=2, retries=0) | |
DEBUG - 2025-02-07 11:20:00,060 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |-SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=2, retries=0) | |
DEBUG - 2025-02-07 11:20:00,060 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=2, retries=0) | |
DEBUG - 2025-02-07 11:20:00,060 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:20:00,060 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:20:00,060 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:20:00,060 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:20:00,060 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:20:00,060 - kai.kai_rpc_application - Thread-1 - [server.py:651 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: END | |
DEBUG - 2025-02-07 11:20:00,060 - kai.kai_rpc_application - Thread-1 - [server.py:652 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASKS: SUCCESSFUL_TASKS: START | |
DEBUG - 2025-02-07 11:20:00,060 - kai.kai_rpc_application - Thread-1 - [server.py:655 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASKS: SUCCESSFUL_TASKS: END | |
DEBUG - 2025-02-07 11:20:00,060 - kai.kai_rpc_application - Thread-1 - [server.py:656 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASKS: IGNORED_TASKS: START | |
DEBUG - 2025-02-07 11:20:00,060 - kai.kai_rpc_application - Thread-1 - [server.py:661 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASKS: IGNORED_TASKS: END | |
INFO - 2025-02-07 11:20:00,060 - kai.kai_rpc_application - Thread-1 - [server.py:482 - simple_chat_message()] - simple_chat_message! | |
INFO - 2025-02-07 11:20:00,060 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:235 - handle_new_tasks_after_processing()] - Handling new tasks after processing task: DependencyResolutionError<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:-1:-1, message=Could not resolve dependencies for project com.redhat.coolstore:monolith:war:1.0.0-SNAPSHOT: The following artifacts could not be resolved: io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 (absent): io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]>(priority=1(0), depth=2, retries=0) | |
INFO - 2025-02-07 11:20:00,060 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:125 - run_validators()] - Running validators. | |
DEBUG - 2025-02-07 11:20:00,061 - kai.kai.reactive_codeplanner.task_manager.task_manager - ThreadPoolExecutor-8_0 - [task_manager.py:131 - run_validator()] - Running validator: <kai.reactive_codeplanner.task_runner.compiler.maven_validator.MavenCompileStep object at 0x12f0b1b80> | |
DEBUG - 2025-02-07 11:20:00,061 - kai.kai.reactive_codeplanner.task_manager.task_manager - ThreadPoolExecutor-8_1 - [task_manager.py:131 - run_validator()] - Running validator: <kai.reactive_codeplanner.task_runner.analyzer_lsp.validator.AnalyzerLSPStep object at 0x12f0b2ba0> | |
DEBUG - 2025-02-07 11:20:00,061 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-8_1 - [validator.py:52 - run()] - Running analyzer-lsp | |
DEBUG - 2025-02-07 11:20:00,061 - kai.kai.analyzer - ThreadPoolExecutor-8_1 - [analyzer.py:120 - run_analyzer_lsp()] - Sending request to analyzer-lsp | |
DEBUG - 2025-02-07 11:20:00,061 - kai.kai.analyzer - ThreadPoolExecutor-8_1 - [analyzer.py:121 - run_analyzer_lsp()] - Request params: {'label_selector': 'konveyor.io/target=quarkus || konveyor.io/target=jakarta-ee', 'incident_selector': '', 'excluded_paths': [PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/.vscode')], 'included_paths': []} | |
DEBUG - 2025-02-07 11:20:01,016 - kai.kai.reactive_codeplanner.task_runner.compiler.maven_validator - ThreadPoolExecutor-8_0 - [maven_validator.py:47 - run()] - determining whether maven cache should be set: build_errors: False, dependency_errors: True, catchall_errors: False, compilation_errors: False, cond: True | |
INFO - 2025-02-07 11:20:01,016 - kai.kai.reactive_codeplanner.task_runner.compiler.maven_validator - ThreadPoolExecutor-8_0 - [maven_validator.py:54 - run()] - Returning 2 cached compilation errors until the POM is valid | |
DEBUG - 2025-02-07 11:20:01,016 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:158 - run_validators()] - Validator result: ValidationResult(passed=False, errors=[DependencyResolutionError(priority=1, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/pom.xml', line=-1, column=-1, message='Could not resolve dependencies for project com.redhat.coolstore:monolith:war:1.0.0-SNAPSHOT: The following artifacts could not be resolved: io.smallrye.reactive.messaging:smallrye-reactive-messaging:jar:4.27.0 (absent): io.smallrye.reactive.messaging:smallrye-reactive-messaging:jar:4.27.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]', details=['', 'To see the full stack trace of the errors, re-run Maven with the -e switch.', 'Re-run Maven using the -X switch to enable full debug logging.', '', 'For more information about the errors and possible solutions, please read the following articles:', '[Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException'], parse_lines='[ERROR] Failed to execute goal on project monolith: Could not resolve dependencies for project com.redhat.coolstore:monolith:war:1.0.0-SNAPSHOT: The following artifacts could not be resolved: io.smallrye.reactive.messaging:smallrye-reactive-messaging:jar:4.27.0 (absent): io.smallrye.reactive.messaging:smallrye-reactive-messaging:jar:4.27.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]\n[ERROR] \n[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.\n[ERROR] Re-run Maven using the -X switch to enable full debug logging.\n[ERROR] \n[ERROR] For more information about the errors and possible solutions, please read the following articles:\n[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException', project='monolith', goal=''), PackageDoesNotExistError(priority=1, depth=3, parent=SymbolNotFoundError(priority=2, depth=2, parent=PackageDoesNotExistError(priority=1, depth=1, parent=AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0), children=[PackageDoesNotExistError(priority=1, depth=2, parent=..., children=[PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), SymbolNotFoundError(priority=2, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')], retry_count=0, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=6, column=51, message='package org.eclipse.microprofile.reactive.messaging does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[6,51] package org.eclipse.microprofile.reactive.messaging does not exist', missing_package='org.eclipse.microprofile.reactive.messaging'), SymbolNotFoundError(priority=2, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=17, column=6, message='cannot find symbol', details=['symbol: class Incoming', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[17,6] cannot find symbol\nsymbol: class Incoming\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Incoming', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), ..., DependencyResolutionError(priority=1, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary="\n\n1. **Dependency Resolution Error**: The error message indicates that the artifact `io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0` could not be resolved. This typically means that the specified version is not available in the Maven Central repository or any other configured repositories.\n\n2. **Correcting the Group ID**: The group ID for the `smallrye-reactive-messaging` dependency was incorrect. It should be `io.smallrye.reactive.messaging` instead of `io.smallrye.reactive`.\n\n3. **Verification of Artifact Availability**: Before making changes, it's crucial to verify whether the specified version of the artifact is available in the Maven repository. If not, you may need to check for the correct version or ensure that the repository containing the artifact is included in your `pom.xml`.\n\n4. **Updating the Dependency**: The dependency entry for `smallrye-reactive-messaging` was updated with the correct group ID. This should resolve the issue if the artifact is available in the repository.\n\n5. **Rebuilding the Project**: After making changes to the `pom.xml`, it's important to clean and rebuild the project to ensure that all dependencies are correctly resolved and downloaded.\n"), file='/Users/jmatthews/git/jwmatthews/coolstore/pom.xml', line=-1, column=-1, message='Could not resolve dependencies for project com.redhat.coolstore:monolith:war:1.0.0-SNAPSHOT: The following artifacts could not be resolved: io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 (absent): io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]', details=['', 'To see the full stack trace of the errors, re-run Maven with the -e switch.', 'Re-run Maven using the -X switch to enable full debug logging.', '', 'For more information about the errors and possible solutions, please read the following articles:', '[Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException'], parse_lines='[ERROR] Failed to execute goal on project monolith: Could not resolve dependencies for project com.redhat.coolstore:monolith:war:1.0.0-SNAPSHOT: The following artifacts could not be resolved: io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 (absent): io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]\n[ERROR] \n[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.\n[ERROR] Re-run Maven using the -X switch to enable full debug logging.\n[ERROR] \n[ERROR] For more information about the errors and possible solutions, please read the following articles:\n[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException', project='monolith', goal=''), SymbolNotFoundError(priority=2, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')], retry_count=2, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), children=[PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), ...], retry_count=3, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), SymbolNotFoundError(priority=2, depth=2, parent=PackageDoesNotExistError(priority=1, depth=1, parent=AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0), children=[PackageDoesNotExistError(priority=1, depth=2, parent=..., children=[PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), SymbolNotFoundError(priority=2, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')], retry_count=0, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=6, column=51, message='package org.eclipse.microprofile.reactive.messaging does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[6,51] package org.eclipse.microprofile.reactive.messaging does not exist', missing_package='org.eclipse.microprofile.reactive.messaging'), SymbolNotFoundError(priority=2, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=17, column=6, message='cannot find symbol', details=['symbol: class Incoming', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[17,6] cannot find symbol\nsymbol: class Incoming\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Incoming', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), SymbolNotFoundError(priority=2, depth=2, parent=..., children=[PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations')], retry_count=3, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), DependencyResolutionError(priority=1, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary="\n\n1. **Dependency Resolution Error**: The error message indicates that the artifact `io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0` could not be resolved. This typically means that the specified version is not available in the Maven Central repository or any other configured repositories.\n\n2. **Correcting the Group ID**: The group ID for the `smallrye-reactive-messaging` dependency was incorrect. It should be `io.smallrye.reactive.messaging` instead of `io.smallrye.reactive`.\n\n3. **Verification of Artifact Availability**: Before making changes, it's crucial to verify whether the specified version of the artifact is available in the Maven repository. If not, you may need to check for the correct version or ensure that the repository containing the artifact is included in your `pom.xml`.\n\n4. **Updating the Dependency**: The dependency entry for `smallrye-reactive-messaging` was updated with the correct group ID. This should resolve the issue if the artifact is available in the repository.\n\n5. **Rebuilding the Project**: After making changes to the `pom.xml`, it's important to clean and rebuild the project to ensure that all dependencies are correctly resolved and downloaded.\n"), file='/Users/jmatthews/git/jwmatthews/coolstore/pom.xml', line=-1, column=-1, message='Could not resolve dependencies for project com.redhat.coolstore:monolith:war:1.0.0-SNAPSHOT: The following artifacts could not be resolved: io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 (absent): io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]', details=['', 'To see the full stack trace of the errors, re-run Maven with the -e switch.', 'Re-run Maven using the -X switch to enable full debug logging.', '', 'For more information about the errors and possible solutions, please read the following articles:', '[Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException'], parse_lines='[ERROR] Failed to execute goal on project monolith: Could not resolve dependencies for project com.redhat.coolstore:monolith:war:1.0.0-SNAPSHOT: The following artifacts could not be resolved: io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 (absent): io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]\n[ERROR] \n[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.\n[ERROR] Re-run Maven using the -X switch to enable full debug logging.\n[ERROR] \n[ERROR] For more information about the errors and possible solutions, please read the following articles:\n[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException', project='monolith', goal=''), ...], retry_count=2, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')]) | |
INFO - 2025-02-07 11:20:01,017 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:161 - run_validators()] - Found 3 tasks from validator <kai.reactive_codeplanner.task_runner.compiler.maven_validator.MavenCompileStep object at 0x12f0b1b80> | |
DEBUG - 2025-02-07 11:20:01,017 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:166 - run_validators()] - Validator <kai.reactive_codeplanner.task_runner.compiler.maven_validator.MavenCompileStep object at 0x12f0b1b80> found errors: [DependencyResolutionError(priority=1, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/pom.xml', line=-1, column=-1, message='Could not resolve dependencies for project com.redhat.coolstore:monolith:war:1.0.0-SNAPSHOT: The following artifacts could not be resolved: io.smallrye.reactive.messaging:smallrye-reactive-messaging:jar:4.27.0 (absent): io.smallrye.reactive.messaging:smallrye-reactive-messaging:jar:4.27.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]', details=['', 'To see the full stack trace of the errors, re-run Maven with the -e switch.', 'Re-run Maven using the -X switch to enable full debug logging.', '', 'For more information about the errors and possible solutions, please read the following articles:', '[Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException'], parse_lines='[ERROR] Failed to execute goal on project monolith: Could not resolve dependencies for project com.redhat.coolstore:monolith:war:1.0.0-SNAPSHOT: The following artifacts could not be resolved: io.smallrye.reactive.messaging:smallrye-reactive-messaging:jar:4.27.0 (absent): io.smallrye.reactive.messaging:smallrye-reactive-messaging:jar:4.27.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]\n[ERROR] \n[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.\n[ERROR] Re-run Maven using the -X switch to enable full debug logging.\n[ERROR] \n[ERROR] For more information about the errors and possible solutions, please read the following articles:\n[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException', project='monolith', goal=''), PackageDoesNotExistError(priority=1, depth=3, parent=SymbolNotFoundError(priority=2, depth=2, parent=PackageDoesNotExistError(priority=1, depth=1, parent=AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0), children=[PackageDoesNotExistError(priority=1, depth=2, parent=..., children=[PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), SymbolNotFoundError(priority=2, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')], retry_count=0, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=6, column=51, message='package org.eclipse.microprofile.reactive.messaging does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[6,51] package org.eclipse.microprofile.reactive.messaging does not exist', missing_package='org.eclipse.microprofile.reactive.messaging'), SymbolNotFoundError(priority=2, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=17, column=6, message='cannot find symbol', details=['symbol: class Incoming', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[17,6] cannot find symbol\nsymbol: class Incoming\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Incoming', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), ..., DependencyResolutionError(priority=1, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary="\n\n1. **Dependency Resolution Error**: The error message indicates that the artifact `io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0` could not be resolved. This typically means that the specified version is not available in the Maven Central repository or any other configured repositories.\n\n2. **Correcting the Group ID**: The group ID for the `smallrye-reactive-messaging` dependency was incorrect. It should be `io.smallrye.reactive.messaging` instead of `io.smallrye.reactive`.\n\n3. **Verification of Artifact Availability**: Before making changes, it's crucial to verify whether the specified version of the artifact is available in the Maven repository. If not, you may need to check for the correct version or ensure that the repository containing the artifact is included in your `pom.xml`.\n\n4. **Updating the Dependency**: The dependency entry for `smallrye-reactive-messaging` was updated with the correct group ID. This should resolve the issue if the artifact is available in the repository.\n\n5. **Rebuilding the Project**: After making changes to the `pom.xml`, it's important to clean and rebuild the project to ensure that all dependencies are correctly resolved and downloaded.\n"), file='/Users/jmatthews/git/jwmatthews/coolstore/pom.xml', line=-1, column=-1, message='Could not resolve dependencies for project com.redhat.coolstore:monolith:war:1.0.0-SNAPSHOT: The following artifacts could not be resolved: io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 (absent): io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]', details=['', 'To see the full stack trace of the errors, re-run Maven with the -e switch.', 'Re-run Maven using the -X switch to enable full debug logging.', '', 'For more information about the errors and possible solutions, please read the following articles:', '[Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException'], parse_lines='[ERROR] Failed to execute goal on project monolith: Could not resolve dependencies for project com.redhat.coolstore:monolith:war:1.0.0-SNAPSHOT: The following artifacts could not be resolved: io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 (absent): io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]\n[ERROR] \n[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.\n[ERROR] Re-run Maven using the -X switch to enable full debug logging.\n[ERROR] \n[ERROR] For more information about the errors and possible solutions, please read the following articles:\n[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException', project='monolith', goal=''), SymbolNotFoundError(priority=2, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')], retry_count=2, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), children=[PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), ...], retry_count=3, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), SymbolNotFoundError(priority=2, depth=2, parent=PackageDoesNotExistError(priority=1, depth=1, parent=AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0), children=[PackageDoesNotExistError(priority=1, depth=2, parent=..., children=[PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), SymbolNotFoundError(priority=2, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')], retry_count=0, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=6, column=51, message='package org.eclipse.microprofile.reactive.messaging does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[6,51] package org.eclipse.microprofile.reactive.messaging does not exist', missing_package='org.eclipse.microprofile.reactive.messaging'), SymbolNotFoundError(priority=2, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=17, column=6, message='cannot find symbol', details=['symbol: class Incoming', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[17,6] cannot find symbol\nsymbol: class Incoming\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Incoming', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), SymbolNotFoundError(priority=2, depth=2, parent=..., children=[PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations')], retry_count=3, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), DependencyResolutionError(priority=1, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary="\n\n1. **Dependency Resolution Error**: The error message indicates that the artifact `io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0` could not be resolved. This typically means that the specified version is not available in the Maven Central repository or any other configured repositories.\n\n2. **Correcting the Group ID**: The group ID for the `smallrye-reactive-messaging` dependency was incorrect. It should be `io.smallrye.reactive.messaging` instead of `io.smallrye.reactive`.\n\n3. **Verification of Artifact Availability**: Before making changes, it's crucial to verify whether the specified version of the artifact is available in the Maven repository. If not, you may need to check for the correct version or ensure that the repository containing the artifact is included in your `pom.xml`.\n\n4. **Updating the Dependency**: The dependency entry for `smallrye-reactive-messaging` was updated with the correct group ID. This should resolve the issue if the artifact is available in the repository.\n\n5. **Rebuilding the Project**: After making changes to the `pom.xml`, it's important to clean and rebuild the project to ensure that all dependencies are correctly resolved and downloaded.\n"), file='/Users/jmatthews/git/jwmatthews/coolstore/pom.xml', line=-1, column=-1, message='Could not resolve dependencies for project com.redhat.coolstore:monolith:war:1.0.0-SNAPSHOT: The following artifacts could not be resolved: io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 (absent): io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]', details=['', 'To see the full stack trace of the errors, re-run Maven with the -e switch.', 'Re-run Maven using the -X switch to enable full debug logging.', '', 'For more information about the errors and possible solutions, please read the following articles:', '[Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException'], parse_lines='[ERROR] Failed to execute goal on project monolith: Could not resolve dependencies for project com.redhat.coolstore:monolith:war:1.0.0-SNAPSHOT: The following artifacts could not be resolved: io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 (absent): io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]\n[ERROR] \n[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.\n[ERROR] Re-run Maven using the -X switch to enable full debug logging.\n[ERROR] \n[ERROR] For more information about the errors and possible solutions, please read the following articles:\n[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException', project='monolith', goal=''), ...], retry_count=2, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')] | |
DEBUG - 2025-02-07 11:20:15,966 - kai.kai.analyzer-rpc-client - Thread-3 - [core.py:239 - run()] - Waiting for message | |
DEBUG - 2025-02-07 11:20:15,967 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-8_1 - [validator.py:95 - __parse_analyzer_lsp_output()] - Parsing analyzer-lsp output | |
DEBUG - 2025-02-07 11:20:15,969 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-8_1 - [validator.py:108 - __parse_analyzer_lsp_output()] - getting rulesetNames sorted ['eap7/weblogic/tests/data', 'eap8/eap7', 'quarkus/springboot'] | |
DEBUG - 2025-02-07 11:20:15,969 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-8_1 - [validator.py:112 - __parse_analyzer_lsp_output()] - getting sorted violations ['maven-javax-to-jakarta-00002'] | |
DEBUG - 2025-02-07 11:20:15,969 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-8_1 - [validator.py:112 - __parse_analyzer_lsp_output()] - getting sorted violations ['hibernate-00005', 'javaee-to-jakarta-namespaces-00001', 'javaee-to-jakarta-namespaces-00002', 'javaee-to-jakarta-namespaces-00006', 'javaee-to-jakarta-namespaces-00030', 'javaee-to-jakarta-namespaces-00033', 'javax-to-jakarta-dependencies-00006', 'javax-to-jakarta-dependencies-00007', 'javax-to-jakarta-dependencies-00008', 'javax-to-jakarta-import-00001', 'javax-to-jakarta-properties-00001'] | |
DEBUG - 2025-02-07 11:20:15,970 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-8_1 - [validator.py:112 - __parse_analyzer_lsp_output()] - getting sorted violations ['cdi-to-quarkus-00030', 'cdi-to-quarkus-00040', 'ee-to-quarkus-00000', 'ee-to-quarkus-00010', 'javaee-pom-to-quarkus-00000', 'javaee-pom-to-quarkus-00010', 'javaee-pom-to-quarkus-00020', 'javaee-pom-to-quarkus-00030', 'javaee-pom-to-quarkus-00040', 'javaee-pom-to-quarkus-00050', 'javaee-pom-to-quarkus-00060', 'jaxrs-to-quarkus-00020', 'jms-to-reactive-quarkus-00010', 'jms-to-reactive-quarkus-00020', 'jms-to-reactive-quarkus-00040', 'jms-to-reactive-quarkus-00050', 'persistence-to-quarkus-00000', 'persistence-to-quarkus-00011', 'remote-ejb-to-quarkus-00000'] | |
DEBUG - 2025-02-07 11:20:15,971 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:158 - run_validators()] - Validator result: ValidationResult(passed=False, errors=[AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=maven-javax-to-jakarta-00002>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00006>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00006>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00007>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00008>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/InventoryEntity.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/ShoppingCart.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/CartEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/OrderEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/ProductEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/PromoService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/DataBaseMigrationStartup.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/StartupListener.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Transformers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=cdi-to-quarkus-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=ee-to-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00000>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00010>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00020>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00030>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00040>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00050>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00060>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=jaxrs-to-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=remote-ejb-to-quarkus-00000>(priority=2(2), depth=0, retries=0)]) | |
INFO - 2025-02-07 11:20:15,971 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:161 - run_validators()] - Found 66 tasks from validator <kai.reactive_codeplanner.task_runner.analyzer_lsp.validator.AnalyzerLSPStep object at 0x12f0b2ba0> | |
DEBUG - 2025-02-07 11:20:15,971 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:166 - run_validators()] - Validator <kai.reactive_codeplanner.task_runner.analyzer_lsp.validator.AnalyzerLSPStep object at 0x12f0b2ba0> found errors: [AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=maven-javax-to-jakarta-00002>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00006>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00006>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00007>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00008>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/InventoryEntity.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/ShoppingCart.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/CartEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/OrderEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/ProductEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/PromoService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/DataBaseMigrationStartup.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/StartupListener.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Transformers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=cdi-to-quarkus-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=ee-to-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00000>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00010>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00020>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00030>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00040>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00050>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00060>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=jaxrs-to-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=remote-ejb-to-quarkus-00000>(priority=2(2), depth=0, retries=0)] | |
INFO - 2025-02-07 11:20:15,973 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:176 - run_validators()] - Found 69 tasks from validators | |
DEBUG - 2025-02-07 11:20:15,973 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:177 - run_validators()] - Validators are up to date. | |
DEBUG - 2025-02-07 11:20:15,973 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:238 - handle_new_tasks_after_processing()] - Unprocessed new tasks: {AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00020>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), SymbolNotFoundError(priority=2, depth=2, parent=PackageDoesNotExistError(priority=1, depth=1, parent=AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0), children=[PackageDoesNotExistError(priority=1, depth=2, parent=..., children=[PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), SymbolNotFoundError(priority=2, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')], retry_count=0, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=6, column=51, message='package org.eclipse.microprofile.reactive.messaging does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[6,51] package org.eclipse.microprofile.reactive.messaging does not exist', missing_package='org.eclipse.microprofile.reactive.messaging'), SymbolNotFoundError(priority=2, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=17, column=6, message='cannot find symbol', details=['symbol: class Incoming', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[17,6] cannot find symbol\nsymbol: class Incoming\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Incoming', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), SymbolNotFoundError(priority=2, depth=2, parent=..., children=[PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations')], retry_count=3, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), DependencyResolutionError(priority=1, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary="\n\n1. **Dependency Resolution Error**: The error message indicates that the artifact `io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0` could not be resolved. This typically means that the specified version is not available in the Maven Central repository or any other configured repositories.\n\n2. **Correcting the Group ID**: The group ID for the `smallrye-reactive-messaging` dependency was incorrect. It should be `io.smallrye.reactive.messaging` instead of `io.smallrye.reactive`.\n\n3. **Verification of Artifact Availability**: Before making changes, it's crucial to verify whether the specified version of the artifact is available in the Maven repository. If not, you may need to check for the correct version or ensure that the repository containing the artifact is included in your `pom.xml`.\n\n4. **Updating the Dependency**: The dependency entry for `smallrye-reactive-messaging` was updated with the correct group ID. This should resolve the issue if the artifact is available in the repository.\n\n5. **Rebuilding the Project**: After making changes to the `pom.xml`, it's important to clean and rebuild the project to ensure that all dependencies are correctly resolved and downloaded.\n"), file='/Users/jmatthews/git/jwmatthews/coolstore/pom.xml', line=-1, column=-1, message='Could not resolve dependencies for project com.redhat.coolstore:monolith:war:1.0.0-SNAPSHOT: The following artifacts could not be resolved: io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 (absent): io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]', details=['', 'To see the full stack trace of the errors, re-run Maven with the -e switch.', 'Re-run Maven using the -X switch to enable full debug logging.', '', 'For more information about the errors and possible solutions, please read the following articles:', '[Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException'], parse_lines='[ERROR] Failed to execute goal on project monolith: Could not resolve dependencies for project com.redhat.coolstore:monolith:war:1.0.0-SNAPSHOT: The following artifacts could not be resolved: io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 (absent): io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]\n[ERROR] \n[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.\n[ERROR] Re-run Maven using the -X switch to enable full debug logging.\n[ERROR] \n[ERROR] For more information about the errors and possible solutions, please read the following articles:\n[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException', project='monolith', goal=''), ...], retry_count=2, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00008>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/OrderEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/StartupListener.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00007>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/PromoService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00000>(priority=2(1), depth=0, retries=0), PackageDoesNotExistError(priority=1, depth=3, parent=SymbolNotFoundError(priority=2, depth=2, parent=PackageDoesNotExistError(priority=1, depth=1, parent=AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0), children=[PackageDoesNotExistError(priority=1, depth=2, parent=..., children=[PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), SymbolNotFoundError(priority=2, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')], retry_count=0, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=6, column=51, message='package org.eclipse.microprofile.reactive.messaging does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[6,51] package org.eclipse.microprofile.reactive.messaging does not exist', missing_package='org.eclipse.microprofile.reactive.messaging'), SymbolNotFoundError(priority=2, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=17, column=6, message='cannot find symbol', details=['symbol: class Incoming', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[17,6] cannot find symbol\nsymbol: class Incoming\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Incoming', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), ..., DependencyResolutionError(priority=1, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary="\n\n1. **Dependency Resolution Error**: The error message indicates that the artifact `io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0` could not be resolved. This typically means that the specified version is not available in the Maven Central repository or any other configured repositories.\n\n2. **Correcting the Group ID**: The group ID for the `smallrye-reactive-messaging` dependency was incorrect. It should be `io.smallrye.reactive.messaging` instead of `io.smallrye.reactive`.\n\n3. **Verification of Artifact Availability**: Before making changes, it's crucial to verify whether the specified version of the artifact is available in the Maven repository. If not, you may need to check for the correct version or ensure that the repository containing the artifact is included in your `pom.xml`.\n\n4. **Updating the Dependency**: The dependency entry for `smallrye-reactive-messaging` was updated with the correct group ID. This should resolve the issue if the artifact is available in the repository.\n\n5. **Rebuilding the Project**: After making changes to the `pom.xml`, it's important to clean and rebuild the project to ensure that all dependencies are correctly resolved and downloaded.\n"), file='/Users/jmatthews/git/jwmatthews/coolstore/pom.xml', line=-1, column=-1, message='Could not resolve dependencies for project com.redhat.coolstore:monolith:war:1.0.0-SNAPSHOT: The following artifacts could not be resolved: io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 (absent): io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]', details=['', 'To see the full stack trace of the errors, re-run Maven with the -e switch.', 'Re-run Maven using the -X switch to enable full debug logging.', '', 'For more information about the errors and possible solutions, please read the following articles:', '[Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException'], parse_lines='[ERROR] Failed to execute goal on project monolith: Could not resolve dependencies for project com.redhat.coolstore:monolith:war:1.0.0-SNAPSHOT: The following artifacts could not be resolved: io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 (absent): io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]\n[ERROR] \n[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.\n[ERROR] Re-run Maven using the -X switch to enable full debug logging.\n[ERROR] \n[ERROR] For more information about the errors and possible solutions, please read the following articles:\n[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException', project='monolith', goal=''), SymbolNotFoundError(priority=2, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')], retry_count=2, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), children=[PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), ...], retry_count=3, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), DependencyResolutionError(priority=1, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/pom.xml', line=-1, column=-1, message='Could not resolve dependencies for project com.redhat.coolstore:monolith:war:1.0.0-SNAPSHOT: The following artifacts could not be resolved: io.smallrye.reactive.messaging:smallrye-reactive-messaging:jar:4.27.0 (absent): io.smallrye.reactive.messaging:smallrye-reactive-messaging:jar:4.27.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]', details=['', 'To see the full stack trace of the errors, re-run Maven with the -e switch.', 'Re-run Maven using the -X switch to enable full debug logging.', '', 'For more information about the errors and possible solutions, please read the following articles:', '[Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException'], parse_lines='[ERROR] Failed to execute goal on project monolith: Could not resolve dependencies for project com.redhat.coolstore:monolith:war:1.0.0-SNAPSHOT: The following artifacts could not be resolved: io.smallrye.reactive.messaging:smallrye-reactive-messaging:jar:4.27.0 (absent): io.smallrye.reactive.messaging:smallrye-reactive-messaging:jar:4.27.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]\n[ERROR] \n[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.\n[ERROR] Re-run Maven using the -X switch to enable full debug logging.\n[ERROR] \n[ERROR] For more information about the errors and possible solutions, please read the following articles:\n[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException', project='monolith', goal=''), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00010>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00040>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/InventoryEntity.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/CatalogService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/RestApplication.java:0:-1, violation.id=jaxrs-to-quarkus-00020>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/Order.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=persistence-to-quarkus-00011>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Transformers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00030>(priority=2(1), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=maven-javax-to-jakarta-00002>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00030>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/ShoppingCart.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00050>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/CartEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/Producers.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/persistence/Resources.java:0:-1, violation.id=cdi-to-quarkus-00040>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javax-to-jakarta-dependencies-00006>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00006>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=hibernate-00005>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/model/OrderItem.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ProductService.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerDependencyRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:0:-1, violation.id=javaee-pom-to-quarkus-00060>(priority=2(1), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00002>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/utils/DataBaseMigrationStartup.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderService.java:0:-1, violation.id=ee-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartService.java:0:-1, violation.id=ee-to-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=persistence-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/target/classes/META-INF/persistence.xml:0:-1, violation.id=javaee-to-jakarta-namespaces-00033>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/resources/META-INF/persistence.xml:0:-1, violation.id=javax-to-jakarta-properties-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShippingService.java:0:-1, violation.id=remote-ejb-to-quarkus-00000>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00010>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/rest/ProductEndpoint.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(2), depth=0, retries=0), AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/webapp/WEB-INF/beans.xml:0:-1, violation.id=cdi-to-quarkus-00030>(priority=2(2), depth=0, retries=0)} | |
DEBUG - 2025-02-07 11:20:15,974 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:243 - handle_new_tasks_after_processing()] - Resolved tasks to remove from stacks: {SymbolNotFoundError(priority=2, depth=1, parent=AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0), children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), SymbolNotFoundError(priority=2, depth=3, parent=PackageDoesNotExistError(priority=1, depth=2, parent=PackageDoesNotExistError(priority=1, depth=1, parent=AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0), children=[..., SymbolNotFoundError(priority=2, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=17, column=6, message='cannot find symbol', details=['symbol: class Incoming', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[17,6] cannot find symbol\nsymbol: class Incoming\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Incoming', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), SymbolNotFoundError(priority=2, depth=2, parent=..., children=[PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations')], retry_count=3, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), DependencyResolutionError(priority=1, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary="\n\n1. **Dependency Resolution Error**: The error message indicates that the artifact `io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0` could not be resolved. This typically means that the specified version is not available in the Maven Central repository or any other configured repositories.\n\n2. **Correcting the Group ID**: The group ID for the `smallrye-reactive-messaging` dependency was incorrect. It should be `io.smallrye.reactive.messaging` instead of `io.smallrye.reactive`.\n\n3. **Verification of Artifact Availability**: Before making changes, it's crucial to verify whether the specified version of the artifact is available in the Maven repository. If not, you may need to check for the correct version or ensure that the repository containing the artifact is included in your `pom.xml`.\n\n4. **Updating the Dependency**: The dependency entry for `smallrye-reactive-messaging` was updated with the correct group ID. This should resolve the issue if the artifact is available in the repository.\n\n5. **Rebuilding the Project**: After making changes to the `pom.xml`, it's important to clean and rebuild the project to ensure that all dependencies are correctly resolved and downloaded.\n"), file='/Users/jmatthews/git/jwmatthews/coolstore/pom.xml', line=-1, column=-1, message='Could not resolve dependencies for project com.redhat.coolstore:monolith:war:1.0.0-SNAPSHOT: The following artifacts could not be resolved: io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 (absent): io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]', details=['', 'To see the full stack trace of the errors, re-run Maven with the -e switch.', 'Re-run Maven using the -X switch to enable full debug logging.', '', 'For more information about the errors and possible solutions, please read the following articles:', '[Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException'], parse_lines='[ERROR] Failed to execute goal on project monolith: Could not resolve dependencies for project com.redhat.coolstore:monolith:war:1.0.0-SNAPSHOT: The following artifacts could not be resolved: io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 (absent): io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]\n[ERROR] \n[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.\n[ERROR] Re-run Maven using the -X switch to enable full debug logging.\n[ERROR] \n[ERROR] For more information about the errors and possible solutions, please read the following articles:\n[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException', project='monolith', goal=''), SymbolNotFoundError(priority=2, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')], retry_count=2, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), children=[PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), ...], retry_count=0, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=6, column=51, message='package org.eclipse.microprofile.reactive.messaging does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[6,51] package org.eclipse.microprofile.reactive.messaging does not exist', missing_package='org.eclipse.microprofile.reactive.messaging'), children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), PackageDoesNotExistError(priority=1, depth=1, parent=AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0), children=[PackageDoesNotExistError(priority=1, depth=2, parent=..., children=[PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), SymbolNotFoundError(priority=2, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')], retry_count=0, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=6, column=51, message='package org.eclipse.microprofile.reactive.messaging does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[6,51] package org.eclipse.microprofile.reactive.messaging does not exist', missing_package='org.eclipse.microprofile.reactive.messaging'), SymbolNotFoundError(priority=2, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=17, column=6, message='cannot find symbol', details=['symbol: class Incoming', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[17,6] cannot find symbol\nsymbol: class Incoming\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Incoming', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), SymbolNotFoundError(priority=2, depth=2, parent=..., children=[PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations')], retry_count=3, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), DependencyResolutionError(priority=1, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary="\n\n1. **Dependency Resolution Error**: The error message indicates that the artifact `io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0` could not be resolved. This typically means that the specified version is not available in the Maven Central repository or any other configured repositories.\n\n2. **Correcting the Group ID**: The group ID for the `smallrye-reactive-messaging` dependency was incorrect. It should be `io.smallrye.reactive.messaging` instead of `io.smallrye.reactive`.\n\n3. **Verification of Artifact Availability**: Before making changes, it's crucial to verify whether the specified version of the artifact is available in the Maven repository. If not, you may need to check for the correct version or ensure that the repository containing the artifact is included in your `pom.xml`.\n\n4. **Updating the Dependency**: The dependency entry for `smallrye-reactive-messaging` was updated with the correct group ID. This should resolve the issue if the artifact is available in the repository.\n\n5. **Rebuilding the Project**: After making changes to the `pom.xml`, it's important to clean and rebuild the project to ensure that all dependencies are correctly resolved and downloaded.\n"), file='/Users/jmatthews/git/jwmatthews/coolstore/pom.xml', line=-1, column=-1, message='Could not resolve dependencies for project com.redhat.coolstore:monolith:war:1.0.0-SNAPSHOT: The following artifacts could not be resolved: io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 (absent): io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]', details=['', 'To see the full stack trace of the errors, re-run Maven with the -e switch.', 'Re-run Maven using the -X switch to enable full debug logging.', '', 'For more information about the errors and possible solutions, please read the following articles:', '[Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException'], parse_lines='[ERROR] Failed to execute goal on project monolith: Could not resolve dependencies for project com.redhat.coolstore:monolith:war:1.0.0-SNAPSHOT: The following artifacts could not be resolved: io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 (absent): io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]\n[ERROR] \n[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.\n[ERROR] Re-run Maven using the -X switch to enable full debug logging.\n[ERROR] \n[ERROR] For more information about the errors and possible solutions, please read the following articles:\n[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException', project='monolith', goal=''), SymbolNotFoundError(priority=2, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')], retry_count=2, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), PackageDoesNotExistError(priority=1, depth=3, parent=PackageDoesNotExistError(priority=1, depth=2, parent=PackageDoesNotExistError(priority=1, depth=1, parent=AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0), children=[..., SymbolNotFoundError(priority=2, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=17, column=6, message='cannot find symbol', details=['symbol: class Incoming', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[17,6] cannot find symbol\nsymbol: class Incoming\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Incoming', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), SymbolNotFoundError(priority=2, depth=2, parent=..., children=[PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations')], retry_count=3, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), DependencyResolutionError(priority=1, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary="\n\n1. **Dependency Resolution Error**: The error message indicates that the artifact `io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0` could not be resolved. This typically means that the specified version is not available in the Maven Central repository or any other configured repositories.\n\n2. **Correcting the Group ID**: The group ID for the `smallrye-reactive-messaging` dependency was incorrect. It should be `io.smallrye.reactive.messaging` instead of `io.smallrye.reactive`.\n\n3. **Verification of Artifact Availability**: Before making changes, it's crucial to verify whether the specified version of the artifact is available in the Maven repository. If not, you may need to check for the correct version or ensure that the repository containing the artifact is included in your `pom.xml`.\n\n4. **Updating the Dependency**: The dependency entry for `smallrye-reactive-messaging` was updated with the correct group ID. This should resolve the issue if the artifact is available in the repository.\n\n5. **Rebuilding the Project**: After making changes to the `pom.xml`, it's important to clean and rebuild the project to ensure that all dependencies are correctly resolved and downloaded.\n"), file='/Users/jmatthews/git/jwmatthews/coolstore/pom.xml', line=-1, column=-1, message='Could not resolve dependencies for project com.redhat.coolstore:monolith:war:1.0.0-SNAPSHOT: The following artifacts could not be resolved: io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 (absent): io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]', details=['', 'To see the full stack trace of the errors, re-run Maven with the -e switch.', 'Re-run Maven using the -X switch to enable full debug logging.', '', 'For more information about the errors and possible solutions, please read the following articles:', '[Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException'], parse_lines='[ERROR] Failed to execute goal on project monolith: Could not resolve dependencies for project com.redhat.coolstore:monolith:war:1.0.0-SNAPSHOT: The following artifacts could not be resolved: io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 (absent): io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]\n[ERROR] \n[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.\n[ERROR] Re-run Maven using the -X switch to enable full debug logging.\n[ERROR] \n[ERROR] For more information about the errors and possible solutions, please read the following articles:\n[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException', project='monolith', goal=''), SymbolNotFoundError(priority=2, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')], retry_count=2, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), children=[..., SymbolNotFoundError(priority=2, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')], retry_count=0, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=6, column=51, message='package org.eclipse.microprofile.reactive.messaging does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[6,51] package org.eclipse.microprofile.reactive.messaging does not exist', missing_package='org.eclipse.microprofile.reactive.messaging'), children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), PackageDoesNotExistError(priority=1, depth=3, parent=SymbolNotFoundError(priority=2, depth=2, parent=PackageDoesNotExistError(priority=1, depth=1, parent=AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0), children=[PackageDoesNotExistError(priority=1, depth=2, parent=..., children=[PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), SymbolNotFoundError(priority=2, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')], retry_count=0, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=6, column=51, message='package org.eclipse.microprofile.reactive.messaging does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[6,51] package org.eclipse.microprofile.reactive.messaging does not exist', missing_package='org.eclipse.microprofile.reactive.messaging'), SymbolNotFoundError(priority=2, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=17, column=6, message='cannot find symbol', details=['symbol: class Incoming', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[17,6] cannot find symbol\nsymbol: class Incoming\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Incoming', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), ..., DependencyResolutionError(priority=1, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary="\n\n1. **Dependency Resolution Error**: The error message indicates that the artifact `io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0` could not be resolved. This typically means that the specified version is not available in the Maven Central repository or any other configured repositories.\n\n2. **Correcting the Group ID**: The group ID for the `smallrye-reactive-messaging` dependency was incorrect. It should be `io.smallrye.reactive.messaging` instead of `io.smallrye.reactive`.\n\n3. **Verification of Artifact Availability**: Before making changes, it's crucial to verify whether the specified version of the artifact is available in the Maven repository. If not, you may need to check for the correct version or ensure that the repository containing the artifact is included in your `pom.xml`.\n\n4. **Updating the Dependency**: The dependency entry for `smallrye-reactive-messaging` was updated with the correct group ID. This should resolve the issue if the artifact is available in the repository.\n\n5. **Rebuilding the Project**: After making changes to the `pom.xml`, it's important to clean and rebuild the project to ensure that all dependencies are correctly resolved and downloaded.\n"), file='/Users/jmatthews/git/jwmatthews/coolstore/pom.xml', line=-1, column=-1, message='Could not resolve dependencies for project com.redhat.coolstore:monolith:war:1.0.0-SNAPSHOT: The following artifacts could not be resolved: io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 (absent): io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]', details=['', 'To see the full stack trace of the errors, re-run Maven with the -e switch.', 'Re-run Maven using the -X switch to enable full debug logging.', '', 'For more information about the errors and possible solutions, please read the following articles:', '[Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException'], parse_lines='[ERROR] Failed to execute goal on project monolith: Could not resolve dependencies for project com.redhat.coolstore:monolith:war:1.0.0-SNAPSHOT: The following artifacts could not be resolved: io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 (absent): io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]\n[ERROR] \n[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.\n[ERROR] Re-run Maven using the -X switch to enable full debug logging.\n[ERROR] \n[ERROR] For more information about the errors and possible solutions, please read the following articles:\n[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException', project='monolith', goal=''), SymbolNotFoundError(priority=2, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')], retry_count=2, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), children=[..., PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations')], retry_count=3, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), PackageDoesNotExistError(priority=1, depth=3, parent=SymbolNotFoundError(priority=2, depth=2, parent=PackageDoesNotExistError(priority=1, depth=1, parent=AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0), children=[PackageDoesNotExistError(priority=1, depth=2, parent=..., children=[PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), SymbolNotFoundError(priority=2, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')], retry_count=0, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=6, column=51, message='package org.eclipse.microprofile.reactive.messaging does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[6,51] package org.eclipse.microprofile.reactive.messaging does not exist', missing_package='org.eclipse.microprofile.reactive.messaging'), SymbolNotFoundError(priority=2, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=17, column=6, message='cannot find symbol', details=['symbol: class Incoming', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[17,6] cannot find symbol\nsymbol: class Incoming\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Incoming', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), ..., DependencyResolutionError(priority=1, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary="\n\n1. **Dependency Resolution Error**: The error message indicates that the artifact `io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0` could not be resolved. This typically means that the specified version is not available in the Maven Central repository or any other configured repositories.\n\n2. **Correcting the Group ID**: The group ID for the `smallrye-reactive-messaging` dependency was incorrect. It should be `io.smallrye.reactive.messaging` instead of `io.smallrye.reactive`.\n\n3. **Verification of Artifact Availability**: Before making changes, it's crucial to verify whether the specified version of the artifact is available in the Maven repository. If not, you may need to check for the correct version or ensure that the repository containing the artifact is included in your `pom.xml`.\n\n4. **Updating the Dependency**: The dependency entry for `smallrye-reactive-messaging` was updated with the correct group ID. This should resolve the issue if the artifact is available in the repository.\n\n5. **Rebuilding the Project**: After making changes to the `pom.xml`, it's important to clean and rebuild the project to ensure that all dependencies are correctly resolved and downloaded.\n"), file='/Users/jmatthews/git/jwmatthews/coolstore/pom.xml', line=-1, column=-1, message='Could not resolve dependencies for project com.redhat.coolstore:monolith:war:1.0.0-SNAPSHOT: The following artifacts could not be resolved: io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 (absent): io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]', details=['', 'To see the full stack trace of the errors, re-run Maven with the -e switch.', 'Re-run Maven using the -X switch to enable full debug logging.', '', 'For more information about the errors and possible solutions, please read the following articles:', '[Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException'], parse_lines='[ERROR] Failed to execute goal on project monolith: Could not resolve dependencies for project com.redhat.coolstore:monolith:war:1.0.0-SNAPSHOT: The following artifacts could not be resolved: io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 (absent): io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]\n[ERROR] \n[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.\n[ERROR] Re-run Maven using the -X switch to enable full debug logging.\n[ERROR] \n[ERROR] For more information about the errors and possible solutions, please read the following articles:\n[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException', project='monolith', goal=''), SymbolNotFoundError(priority=2, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')], retry_count=2, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), children=[PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), ..., PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations')], retry_count=3, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB'), children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations')} | |
DEBUG - 2025-02-07 11:20:15,975 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:250 - handle_new_tasks_after_processing()] - adding task to similar_non_resolved_task: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=1, retries=0) | |
DEBUG - 2025-02-07 11:20:15,975 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:250 - handle_new_tasks_after_processing()] - adding task to similar_non_resolved_task: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:20:15,975 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:250 - handle_new_tasks_after_processing()] - adding task to similar_non_resolved_task: PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=1, retries=2) | |
DEBUG - 2025-02-07 11:20:15,975 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:250 - handle_new_tasks_after_processing()] - adding task to similar_non_resolved_task: PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:20:15,975 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:250 - handle_new_tasks_after_processing()] - adding task to similar_non_resolved_task: PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:20:15,975 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:250 - handle_new_tasks_after_processing()] - adding task to similar_non_resolved_task: PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:20:15,976 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:277 - handle_new_tasks_after_processing()] - Task DependencyResolutionError<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:-1:-1, message=Could not resolve dependencies for project com.redhat.coolstore:monolith:war:1.0.0-SNAPSHOT: The following artifacts could not be resolved: io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 (absent): io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]>(priority=1(0), depth=2, retries=0) processed successfully. | |
DEBUG - 2025-02-07 11:20:15,976 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:201 - get_next_task()] - Popped task from stack: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=2, retries=0) | |
INFO - 2025-02-07 11:20:15,976 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:206 - get_next_task()] - Yielding task: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=2, retries=0) | |
DEBUG - 2025-02-07 11:20:15,976 - kai.kai_rpc_application - Thread-1 - [server.py:603 - get_codeplan_agent_solution()] - Executing task SymbolNotFoundError: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=2, retries=0) | |
INFO - 2025-02-07 11:20:15,976 - kai.kai_rpc_application - Thread-1 - [server.py:482 - simple_chat_message()] - simple_chat_message! | |
INFO - 2025-02-07 11:20:15,976 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:86 - execute_task()] - Executing task: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=2, retries=0) | |
DEBUG - 2025-02-07 11:20:15,976 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:106 - get_agent_for_task()] - Agent <kai.reactive_codeplanner.task_runner.dependency.task_runner.DependencyTaskRunner object at 0x12f0b3140> can handle task SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=2, retries=0) | |
INFO - 2025-02-07 11:20:15,976 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:88 - execute_task()] - Agent selected for task: <kai.reactive_codeplanner.task_runner.dependency.task_runner.DependencyTaskRunner object at 0x12f0b3140> | |
DEBUG - 2025-02-07 11:20:20,292 - kai.kai.cache - Thread-1 - [cache.py:195 - put()] - Storing cache in /Users/jmatthews/git/jwmatthews/coolstore/.vscode/konveyor-logs/cache/gpt-4o/AnalyzerRuleViolation/service_InventoryNotificationMDB_java/jms-to-reactive-quarkus-00050/PackageDoesNotExistError/service_InventoryNotificationMDB_java/SymbolNotFoundError/service_InventoryNotificationMDB_java/0_mavendependencyrequest.json | |
DEBUG - 2025-02-07 11:20:20,543 - kai.kai.reactive_codeplanner.agent.dependency_agent.dependency_agent - Thread-1 - [dependency_agent.py:260 - execute()] - running search for FQDN | |
INFO - 2025-02-07 11:20:20,714 - kai.kai.reactive_codeplanner.agent.dependency_agent.dependency_agent - Thread-1 - [dependency_agent.py:266 - execute()] - Need to call sub-agent for selecting FQDN | |
DEBUG - 2025-02-07 11:20:29,529 - kai.kai.cache - Thread-1 - [cache.py:195 - put()] - Storing cache in /Users/jmatthews/git/jwmatthews/coolstore/.vscode/konveyor-logs/cache/gpt-4o/AnalyzerRuleViolation/service_InventoryNotificationMDB_java/jms-to-reactive-quarkus-00050/PackageDoesNotExistError/service_InventoryNotificationMDB_java/SymbolNotFoundError/service_InventoryNotificationMDB_java/0_fqdndependencyselectorrequest.json | |
DEBUG - 2025-02-07 11:20:29,658 - kai.kai.reactive_codeplanner.agent.dependency_agent.dependency_fqdn_selection - Thread-1 - [dependency_fqdn_selection.py:92 - execute()] - got response: None from searching FQDN | |
DEBUG - 2025-02-07 11:20:38,114 - kai.kai.cache - Thread-1 - [cache.py:195 - put()] - Storing cache in /Users/jmatthews/git/jwmatthews/coolstore/.vscode/konveyor-logs/cache/gpt-4o/AnalyzerRuleViolation/service_InventoryNotificationMDB_java/jms-to-reactive-quarkus-00050/PackageDoesNotExistError/service_InventoryNotificationMDB_java/SymbolNotFoundError/service_InventoryNotificationMDB_java/0_fqdndependencyselectorrequest.json | |
DEBUG - 2025-02-07 11:20:38,285 - kai.kai.reactive_codeplanner.agent.dependency_agent.dependency_fqdn_selection - Thread-1 - [dependency_fqdn_selection.py:92 - execute()] - got response: FQDNResponse(artifact_id='activemq-all', group_id='org.apache.activemq', version='6.1.5') from searching FQDN | |
INFO - 2025-02-07 11:20:38,285 - kai.kai.reactive_codeplanner.task_runner.dependency.task_runner - Thread-1 - [task_runner.py:69 - execute_task()] - got mvn dep response: MavenDependencyResult(encountered_errors=None, file_to_modify=None, reasoning=None, final_answer='', fqdn_response=FQDNResponse(artifact_id='activemq-all', group_id='org.apache.activemq', version='6.1.5'), find_in_pom=None) | |
INFO - 2025-02-07 11:20:38,286 - kai.kai.reactive_codeplanner.task_runner.dependency.task_runner - Thread-1 - [task_runner.py:75 - execute_task()] - No final answer was given, we need to return with nothing modified. result: MavenDependencyResult(encountered_errors=None, file_to_modify=None, reasoning=None, final_answer='', fqdn_response=FQDNResponse(artifact_id='activemq-all', group_id='org.apache.activemq', version='6.1.5'), find_in_pom=None) | |
DEBUG - 2025-02-07 11:20:38,287 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:99 - execute_task()] - Task execution result: TaskResult(encountered_errors=[], modified_files=[], summary='') | |
DEBUG - 2025-02-07 11:20:38,287 - kai.kai_rpc_application - Thread-1 - [server.py:620 - get_codeplan_agent_solution()] - Task SymbolNotFoundError, result: TaskResult(encountered_errors=[], modified_files=[], summary='') | |
INFO - 2025-02-07 11:20:38,287 - kai.kai_rpc_application - Thread-1 - [server.py:482 - simple_chat_message()] - simple_chat_message! | |
INFO - 2025-02-07 11:20:38,288 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:113 - supply_result()] - Supplying result: TaskResult(encountered_errors=[], modified_files=[], summary='') | |
DEBUG - 2025-02-07 11:20:38,288 - kai.kai_rpc_application - Thread-1 - [server.py:626 - get_codeplan_agent_solution()] - Executed task SymbolNotFoundError | |
DEBUG - 2025-02-07 11:20:38,395 - kai.kai_rpc_application - Thread-1 - [server.py:636 - get_codeplan_agent_solution()] - TaskResult(encountered_errors=[], modified_files=[], summary='') | |
DEBUG - 2025-02-07 11:20:38,395 - kai.kai_rpc_application - Thread-1 - [server.py:644 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: START | |
DEBUG - 2025-02-07 11:20:38,395 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/ShoppingCartOrderProcessor.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0) | |
DEBUG - 2025-02-07 11:20:38,395 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/OrderServiceMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0) | |
DEBUG - 2025-02-07 11:20:38,395 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=1, retries=0) | |
DEBUG - 2025-02-07 11:20:38,395 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=javax-to-jakarta-import-00001>(priority=2(0), depth=1, retries=0) | |
DEBUG - 2025-02-07 11:20:38,395 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=1, retries=2) | |
DEBUG - 2025-02-07 11:20:38,396 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |-Solved: PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:6:51, message=package org.eclipse.microprofile.reactive.messaging does not exist>(priority=1(0), depth=2, retries=0) | |
DEBUG - 2025-02-07 11:20:38,396 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |--PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:20:38,396 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |--SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:20:38,396 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |-Solved: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:17:6, message=cannot find symbol>(priority=2(0), depth=2, retries=0) | |
DEBUG - 2025-02-07 11:20:38,396 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |-Ignored: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=2, retries=3) | |
DEBUG - 2025-02-07 11:20:38,396 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |--PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:20:38,396 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |--PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:20:38,396 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |--PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:20:38,396 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |-Solved: DependencyResolutionError<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:-1:-1, message=Could not resolve dependencies for project com.redhat.coolstore:monolith:war:1.0.0-SNAPSHOT: The following artifacts could not be resolved: io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 (absent): io.smallrye.reactive:smallrye-reactive-messaging:jar:4.27.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]>(priority=1(0), depth=2, retries=0) | |
DEBUG - 2025-02-07 11:20:38,396 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |--DependencyResolutionError<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:-1:-1, message=Could not resolve dependencies for project com.redhat.coolstore:monolith:war:1.0.0-SNAPSHOT: The following artifacts could not be resolved: io.smallrye.reactive.messaging:smallrye-reactive-messaging:jar:4.27.0 (absent): io.smallrye.reactive.messaging:smallrye-reactive-messaging:jar:4.27.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]>(priority=1(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:20:38,396 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |-Solved: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=2, retries=0) | |
DEBUG - 2025-02-07 11:20:38,396 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:20:38,396 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:20:38,396 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:20:38,396 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:20:38,396 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |PackageDoesNotExistError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:5:50, message=package io.smallrye.reactive.messaging.annotations does not exist>(priority=1(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:20:38,396 - kai.kai_rpc_application - Thread-1 - [server.py:650 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: |DependencyResolutionError<loc=/Users/jmatthews/git/jwmatthews/coolstore/pom.xml:-1:-1, message=Could not resolve dependencies for project com.redhat.coolstore:monolith:war:1.0.0-SNAPSHOT: The following artifacts could not be resolved: io.smallrye.reactive.messaging:smallrye-reactive-messaging:jar:4.27.0 (absent): io.smallrye.reactive.messaging:smallrye-reactive-messaging:jar:4.27.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]>(priority=1(0), depth=3, retries=0) | |
DEBUG - 2025-02-07 11:20:38,396 - kai.kai_rpc_application - Thread-1 - [server.py:651 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASK: END | |
DEBUG - 2025-02-07 11:20:38,396 - kai.kai_rpc_application - Thread-1 - [server.py:652 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASKS: SUCCESSFUL_TASKS: START | |
DEBUG - 2025-02-07 11:20:38,396 - kai.kai_rpc_application - Thread-1 - [server.py:655 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASKS: SUCCESSFUL_TASKS: END | |
DEBUG - 2025-02-07 11:20:38,396 - kai.kai_rpc_application - Thread-1 - [server.py:656 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASKS: IGNORED_TASKS: START | |
DEBUG - 2025-02-07 11:20:38,396 - kai.kai_rpc_application - Thread-1 - [server.py:661 - get_codeplan_agent_solution()] - QUEUE_STATE_SEED_TASKS: IGNORED_TASKS: END | |
INFO - 2025-02-07 11:20:38,396 - kai.kai_rpc_application - Thread-1 - [server.py:482 - simple_chat_message()] - simple_chat_message! | |
INFO - 2025-02-07 11:20:38,396 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:235 - handle_new_tasks_after_processing()] - Handling new tasks after processing task: SymbolNotFoundError<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:18:6, message=cannot find symbol>(priority=2(0), depth=2, retries=0) | |
INFO - 2025-02-07 11:20:38,396 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:125 - run_validators()] - Running validators. | |
DEBUG - 2025-02-07 11:20:38,397 - kai.kai.reactive_codeplanner.task_manager.task_manager - ThreadPoolExecutor-9_0 - [task_manager.py:131 - run_validator()] - Running validator: <kai.reactive_codeplanner.task_runner.compiler.maven_validator.MavenCompileStep object at 0x12f0b1b80> | |
DEBUG - 2025-02-07 11:20:38,397 - kai.kai.reactive_codeplanner.task_manager.task_manager - ThreadPoolExecutor-9_1 - [task_manager.py:131 - run_validator()] - Running validator: <kai.reactive_codeplanner.task_runner.analyzer_lsp.validator.AnalyzerLSPStep object at 0x12f0b2ba0> | |
DEBUG - 2025-02-07 11:20:38,397 - kai.kai.reactive_codeplanner.task_runner.analyzer_lsp.validator - ThreadPoolExecutor-9_1 - [validator.py:52 - run()] - Running analyzer-lsp | |
DEBUG - 2025-02-07 11:20:38,401 - kai.kai.analyzer - ThreadPoolExecutor-9_1 - [analyzer.py:120 - run_analyzer_lsp()] - Sending request to analyzer-lsp | |
DEBUG - 2025-02-07 11:20:38,401 - kai.kai.analyzer - ThreadPoolExecutor-9_1 - [analyzer.py:121 - run_analyzer_lsp()] - Request params: {'label_selector': 'konveyor.io/target=quarkus || konveyor.io/target=jakarta-ee', 'incident_selector': '', 'excluded_paths': [PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/.vscode')], 'included_paths': []} | |
DEBUG - 2025-02-07 11:20:39,332 - kai.kai.reactive_codeplanner.task_runner.compiler.maven_validator - ThreadPoolExecutor-9_0 - [maven_validator.py:47 - run()] - determining whether maven cache should be set: build_errors: False, dependency_errors: True, catchall_errors: False, compilation_errors: False, cond: True | |
INFO - 2025-02-07 11:20:39,333 - kai.kai.reactive_codeplanner.task_runner.compiler.maven_validator - ThreadPoolExecutor-9_0 - [maven_validator.py:54 - run()] - Returning 2 cached compilation errors until the POM is valid | |
DEBUG - 2025-02-07 11:20:39,333 - kai.kai.reactive_codeplanner.task_manager.task_manager - Thread-1 - [task_manager.py:158 - run_validators()] - Validator result: ValidationResult(passed=False, errors=[DependencyResolutionError(priority=1, depth=0, parent=None, children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/pom.xml', line=-1, column=-1, message='Could not resolve dependencies for project com.redhat.coolstore:monolith:war:1.0.0-SNAPSHOT: The following artifacts could not be resolved: io.smallrye.reactive.messaging:smallrye-reactive-messaging:jar:4.27.0 (absent): io.smallrye.reactive.messaging:smallrye-reactive-messaging:jar:4.27.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]', details=['', 'To see the full stack trace of the errors, re-run Maven with the -e switch.', 'Re-run Maven using the -X switch to enable full debug logging.', '', 'For more information about the errors and possible solutions, please read the following articles:', '[Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException'], parse_lines='[ERROR] Failed to execute goal on project monolith: Could not resolve dependencies for project com.redhat.coolstore:monolith:war:1.0.0-SNAPSHOT: The following artifacts could not be resolved: io.smallrye.reactive.messaging:smallrye-reactive-messaging:jar:4.27.0 (absent): io.smallrye.reactive.messaging:smallrye-reactive-messaging:jar:4.27.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]\n[ERROR] \n[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.\n[ERROR] Re-run Maven using the -X switch to enable full debug logging.\n[ERROR] \n[ERROR] For more information about the errors and possible solutions, please read the following articles:\n[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException', project='monolith', goal=''), PackageDoesNotExistError(priority=1, depth=3, parent=SymbolNotFoundError(priority=2, depth=2, parent=PackageDoesNotExistError(priority=1, depth=1, parent=AnalyzerRuleViolation<loc=/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:0:-1, violation.id=jms-to-reactive-quarkus-00050>(priority=0(2), depth=0, retries=0), children=[PackageDoesNotExistError(priority=1, depth=2, parent=..., children=[PackageDoesNotExistError(priority=1, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=5, column=50, message='package io.smallrye.reactive.messaging.annotations does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[5,50] package io.smallrye.reactive.messaging.annotations does not exist', missing_package='io.smallrye.reactive.messaging.annotations'), SymbolNotFoundError(priority=2, depth=3, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=18, column=6, message='cannot find symbol', details=['symbol: class Blocking', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[18,6] cannot find symbol\nsymbol: class Blocking\nlocation: class com.redhat.coolstore.service.InventoryNotificationMDB', missing_symbol='class Blocking', symbol_location='class com.redhat.coolstore.service.InventoryNotificationMDB')], retry_count=0, max_retries=3, result=TaskResult(encountered_errors=[], modified_files=[PosixPath('/Users/jmatthews/git/jwmatthews/coolstore/pom.xml')], summary=''), file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=6, column=51, message='package org.eclipse.microprofile.reactive.messaging does not exist', details=[], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[6,51] package org.eclipse.microprofile.reactive.messaging does not exist', missing_package='org.eclipse.microprofile.reactive.messaging'), SymbolNotFoundError(priority=2, depth=2, parent=..., children=[], retry_count=0, max_retries=3, result=None, file='/Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java', line=17, column=6, message='cannot find symbol', details=['symbol: class Incoming', 'location: class com.redhat.coolstore.service.InventoryNotificationMDB'], parse_lines='[ERROR] /Users/jmatthews/git/jwmatthews/coolstore/src/main/java/com/redhat/coolstore/service/InventoryNotificationMDB.java:[17,6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment