Hi everyone, Just wondering if I can get some help. Tomcat is failing and giving the exception below. Can anyone help me please.
Exception in thread “http-nio-8080-AsyncTimeout” Exception in thread “http-nio-8080-ClientPoller-0” Exception in thread “NioBlockingSelector.BlockPoller-0” java.lang.OutOfMemoryError: Java heap space
Exception in thread “http-nio-8080-ClientPoller-1” java.lang.OutOfMemoryError: Java heap space
Exception in thread “http-nio-8080-Acceptor-0” java.lang.OutOfMemoryError: Java heap space
Feb 23, 2023 12:54:37 PM com.microsoft.sqlserver.jdbc.TDSReader throwInvalidTDS
SEVERE: ConnectionID:32 ClientConnectionId: f2bf3997-a315-442b-b8d6-ee1430ee5fe2 got unexpected value in TDS response at offset:4934
Feb 23, 2023 12:54:43 PM com.microsoft.sqlserver.jdbc.TDSParser throwUnexpectedTokenException
SEVERE: ConnectionID:32 ClientConnectionId: f2bf3997-a315-442b-b8d6-ee1430ee5fe2: getNextResult: Encountered unexpected unknown token (0x31)
Feb 23, 2023 12:54:43 PM com.microsoft.sqlserver.jdbc.TDSReader throwInvalidTDSToken
SEVERE: ConnectionID:32 ClientConnectionId: f2bf3997-a315-442b-b8d6-ee1430ee5fe2 got unexpected value in TDS response at offset:4934
2023-02-24 11:49:57.843 ERROR taskExecutor-2 org.ohdsi.webapi.cdmresults.CDMResultsCacheTasklet - - Failed to warm cache for AURUM_CDM_50Practices. Exception: PreparedStatementCallback; bad SQL grammar [SELECT
concept_id,
record_count,
descendant_record_count
FROM RESULTS.achilles_result_concept_count]; nested exception is com.microsoft.sqlserver.jdbc.SQLServerException: Invalid object name ‘RESULTS.achilles_result_concept_count’.
2023-02-24 11:49:57.843 WARN taskExecutor-2 org.ohdsi.webapi.cdmresults.CDMResultsCacheTasklet - - Failed to warm cache for AURUM_CDM_50Practices. Trying to execute caching from scratch. Exception: PreparedStatementCallback; bad SQL grammar [SELECT
concept_id,
record_count,
descendant_record_count
FROM RESULTS.achilles_result_concept_count]; nested exception is com.microsoft.sqlserver.jdbc.SQLServerException: Invalid object name ‘RESULTS.achilles_result_concept_count’.
2023-02-24 11:49:57.843 ERROR taskExecutor-1 org.ohdsi.webapi.cdmresults.CDMResultsCacheTasklet - - Failed to warm cache for AURUM_CDM. Exception: PreparedStatementCallback; bad SQL grammar [SELECT
concept_id,
record_count,
descendant_record_count
FROM RESULTS.achilles_result_concept_count]; nested exception is com.microsoft.sqlserver.jdbc.SQLServerException: Invalid object name ‘RESULTS.achilles_result_concept_count’.
2023-02-24 11:49:57.843 WARN taskExecutor-1 org.ohdsi.webapi.cdmresults.CDMResultsCacheTasklet - - Failed to warm cache for AURUM_CDM. Trying to execute caching from scratch. Exception: PreparedStatementCallback; bad SQL grammar [SELECT
concept_id,
record_count,
descendant_record_count
FROM RESULTS.achilles_result_concept_count]; nested exception is com.microsoft.sqlserver.jdbc.SQLServerException: Invalid object name ‘RESULTS.achilles_result_concept_count’.
2023-02-24 11:49:59.965 INFO taskExecutor-4 org.springframework.batch.core.job.SimpleStepHandler - - Executing step: [warming AURUM_HES_APC_CDM cache results]
2023-02-24 11:50:00.874 ERROR taskExecutor-3 org.ohdsi.webapi.cdmresults.CDMResultsCacheTasklet - - Failed to warm cache for AURUM_CDM_MAY_2022. Exception: PreparedStatementCallback; bad SQL grammar [SELECT
concept_id,
record_count,
descendant_record_count
FROM RESULTS.achilles_result_concept_count]; nested exception is com.microsoft.sqlserver.jdbc.SQLServerException: Invalid object name ‘RESULTS.achilles_result_concept_count’.
2023-02-24 11:50:00.874 WARN taskExecutor-3 org.ohdsi.webapi.cdmresults.CDMResultsCacheTasklet - - Failed to warm cache for AURUM_CDM_MAY_2022. Trying to execute caching from scratch. Exception: PreparedStatementCallback; bad SQL grammar [SELECT
concept_id,
record_count,
descendant_record_count
FROM RESULTS.achilles_result_concept_count]; nested exception is com.microsoft.sqlserver.jdbc.SQLServerException: Invalid object name ‘RESULTS.achilles_result_concept_count’.
2023-02-24 11:50:05.779 ERROR taskExecutor-4 org.ohdsi.webapi.cdmresults.CDMResultsCacheTasklet - - Failed to warm cache for AURUM_HES_APC_CDM. Exception: PreparedStatementCallback; bad SQL grammar [SELECT
concept_id,
record_count,
descendant_record_count
FROM RESULTS_HESAPC_AURUM.achilles_result_concept_count]; nested exception is com.microsoft.sqlserver.jdbc.SQLServerException: Invalid object name ‘RESULTS_HESAPC_AURUM.achilles_result_concept_count’.
2023-02-24 11:50:05.780 WARN taskExecutor-4 org.ohdsi.webapi.cdmresults.CDMResultsCacheTasklet - - Failed to warm cache for AURUM_HES_APC_CDM. Trying to execute caching from scratch. Exception: PreparedStatementCallback; bad SQL grammar [SELECT
concept_id,
record_count,
descendant_record_count
FROM RESULTS_HESAPC_AURUM.achilles_result_concept_count]; nested exception is com.microsoft.sqlserver.jdbc.SQLServerException: Invalid object name ‘RESULTS_HESAPC_AURUM.achilles_result_concept_count’.
2023-02-24 11:53:30.514 INFO taskExecutor-2 org.springframework.batch.core.launch.support.SimpleJobLauncher - - Job: [SimpleJob: [name=warming AURUM_CDM_50Practices cache]] completed with the following parameters: [{jobName=warming AURUM_CDM_50Practices cache, time=1677239315971, jobAuthor=anonymous}] and the following status: [COMPLETED]