Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #57611 All Revisions ] Back to Issue ]
Summary 0057611: Misfired Process Request not saved if channel direct
Revision 2025-01-21 09:48 by AugustoMauch
Steps To Reproduce Set quartz properties to force the scenario:
org.quartz.threadPool.threadCount = 1
org.quartz.jobStore.misfireThreshold = 1


Add a sleep in the VariantChDescUpdateProcess doExecute() to force to take time

Open Product Characteristic tab in backoffice
Modify the name of any product characteristic value two times

Log example:
2025-01-10 12:20:24,890 [DefaultQuartzScheduler_QuartzSchedulerThread] ERROR org.openbravo.scheduling.ProcessRunData - SQL error in query: INSERT INTO AD_Process_Run (AD_Org_ID, AD_Client_ID, Isactive, Created, Createdby, Updated, UpdatedBy, AD_Process_Run_ID, Status, Start_Time, Runtime, Log, AD_Process_Request_ID, Scheduler_Instance) VALUES (?, ?, 'Y', NOW(), ?, NOW(), ?, ?, ?, NOW(), ?, ?, ?, ?) :org.postgresql.util.PSQLException: ERROR: null value in column "ad_process_request_id" violates not-null constraint
  Detail: Failing row contains (D44FDE1FF4114400B0E5D335C051A6A6, 39363B0921BB4293B48383844325E84C, 0, Y, 2025-01-10 12:20:24.884879, 100, 2025-01-10 12:20:24.884879, 100, MIS, 2025-01-10 12:20:24.884879, null, null, null, null, null, null, null, null, null).
Revision 2025-01-10 12:41 by AugustoMauch
Steps To Reproduce Set quartz properties to force the scenario:
org.quartz.threadPool.threadCount = 1
org.quartz.jobStore.misfireThreshold = 1


Add a sleep in the VariantChDescUpdateProcess doExecute() to force to take time

Open Product Characteristic tab in backoffice
Modify the name of any value two times

Log example:
2025-01-10 12:20:24,890 [DefaultQuartzScheduler_QuartzSchedulerThread] ERROR org.openbravo.scheduling.ProcessRunData - SQL error in query: INSERT INTO AD_Process_Run (AD_Org_ID, AD_Client_ID, Isactive, Created, Createdby, Updated, UpdatedBy, AD_Process_Run_ID, Status, Start_Time, Runtime, Log, AD_Process_Request_ID, Scheduler_Instance) VALUES (?, ?, 'Y', NOW(), ?, NOW(), ?, ?, ?, NOW(), ?, ?, ?, ?) :org.postgresql.util.PSQLException: ERROR: null value in column "ad_process_request_id" violates not-null constraint
  Detail: Failing row contains (D44FDE1FF4114400B0E5D335C051A6A6, 39363B0921BB4293B48383844325E84C, 0, Y, 2025-01-10 12:20:24.884879, 100, 2025-01-10 12:20:24.884879, 100, MIS, 2025-01-10 12:20:24.884879, null, null, null, null, null, null, null, null, null).


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker