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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0053777
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] A. Platformmajorhave not tried2023-10-26 16:592023-11-30 14:16
ReporteregoitzView Statuspublic 
Assigned ToAugustoMauch 
PrioritynormalResolutionfixedFixed in VersionPR24Q1
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Merge Request Statusapproved
Review Assigned To
OBNetwork customerGold
Web browser
ModulesCore
Support ticket
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0053777: Background grouping process is not working in HA

DescriptionThe feature to allow define grouping background processes is not working prokperly when defining clustering and having High availability with one or more app applications.
Steps To ReproduceIn a clustered environment:
- Connect to the backoffice
- Create a process group that contains two processes, i.e. Acct Server Process and Alert Process
- Open process Request, check the Group flag, select the group created in the previous point, and click on the Schedule Process. Note that the Process Monitor shows the process as Processing and that the following error is displayed in the Openbravo.log of one of the cluster instances:

org.quartz.JobPersistenceException: Couldn't store job: Unable to serialize JobDataMap for insertion into database because the value of property 'org.openbravo.scheduling.ProcessBundle.KEY' is not serializable: org.openbravo.scheduling.GroupInfo
        at org.quartz.impl.jdbcjobstore.JobStoreSupport.storeJob(JobStoreSupport.java:1120) ~[quartz-2.3.2.jar:?]
        at org.quartz.impl.jdbcjobstore.JobStoreSupport$2.executeVoid(JobStoreSupport.java:1067) ~[quartz-2.3.2.jar:?]
        at org.quartz.impl.jdbcjobstore.JobStoreSupport$VoidTransactionCallback.execute(JobStoreSupport.java:3780) ~[quartz-2.3.2.jar:?]
        at org.quartz.impl.jdbcjobstore.JobStoreSupport$VoidTransactionCallback.execute(JobStoreSupport.java:3778) ~[quartz-2.3.2.jar:?]
        at org.quartz.impl.jdbcjobstore.JobStoreSupport.executeInNonManagedTXLock(JobStoreSupport.java:3864) ~[quartz-2.3.2.jar:?]
        at org.openbravo.scheduling.quartz.OpenbravoPersistentJobStore.executeInLock(OpenbravoPersistentJobStore.java:152) ~[classes/:?]
        at org.quartz.impl.jdbcjobstore.JobStoreSupport.storeJobAndTrigger(JobStoreSupport.java:1063) ~[quartz-2.3.2.jar:?]
        at org.quartz.core.QuartzScheduler.scheduleJob(QuartzScheduler.java:855) ~[quartz-2.3.2.jar:?]
        at org.quartz.impl.StdScheduler.scheduleJob(StdScheduler.java:249) ~[quartz-2.3.2.jar:?]
        at org.openbravo.scheduling.OBScheduler.schedule(OBScheduler.java:174) ~[classes/:?]
        at org.openbravo.scheduling.OBScheduler.schedule(OBScheduler.java:143) ~[classes/:?]
        at org.openbravo.scheduling.GroupInfo.executeNextProcess(GroupInfo.java:187) ~[classes/:?]
        at org.openbravo.scheduling.ProcessGroup.doExecute(ProcessGroup.java:67) ~[classes/:?]
        at org.openbravo.service.db.DalBaseProcess.execute(DalBaseProcess.java:85) ~[classes/:?]
        at org.openbravo.scheduling.DefaultJob.execute(DefaultJob.java:65) [classes/:?]
        at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.3.2.jar:?]
        at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) [quartz-2.3.2.jar:?]
Caused by: java.io.NotSerializableException: Unable to serialize JobDataMap for insertion into database because the value of property 'org.openbravo.scheduling.ProcessBundle.KEY' is not serializable: org.openbravo.scheduling.GroupInfo
        at org.quartz.impl.jdbcjobstore.StdJDBCDelegate.serializeJobData(StdJDBCDelegate.java:3083) ~[quartz-2.3.2.jar:?]
        at org.quartz.impl.jdbcjobstore.StdJDBCDelegate.insertJobDetail(StdJDBCDelegate.java:606) ~[quartz-2.3.2.jar:?]
        at org.openbravo.scheduling.quartz.OpenbravoDriverDelegate.insertJobDetail(OpenbravoDriverDelegate.java:125) ~[classes/:?]
        at org.quartz.impl.jdbcjobstore.JobStoreSupport.storeJob(JobStoreSupport.java:1117) ~[quartz-2.3.2.jar:?]
        ... 16 more
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0054029 closedAugustoMauch Connection leak when using scheduling process requests based on process groups 

-  Notes
(0157704)
hgbot (developer)
2023-11-27 17:41

Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/1060 [^]
(0157827)
hgbot (developer)
2023-11-30 08:05

Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/1060 [^]
(0157828)
hgbot (developer)
2023-11-30 08:05

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: 8d2fc6848c338cdb1c6f53d73df3124d98afa791
Author: Augusto Mauch <augusto.mauch@openbravo.com>
Date: 30-11-2023 07:05:17
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/8d2fc6848c338cdb1c6f53d73df3124d98afa791 [^]

Fixes ISSUE-53777: Makes GroupInfo serializable, so that grouped processes work in clustered environment

---
A src-test/src/org/openbravo/scheduling/ProcessBundleSerializationTest.java
M src-test/src/org/openbravo/test/StandaloneTestSuite.java
M src-test/src/org/openbravo/test/base/mock/VariablesSecureAppMock.java
M src/org/openbravo/base/secureApp/VariablesSecureApp.java
M src/org/openbravo/scheduling/GroupInfo.java
M src/org/openbravo/scheduling/ProcessBundle.java
M src/org/openbravo/scheduling/ProcessMonitor.java
---
(0157863)
hgbot (developer)
2023-11-30 14:14

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1418 [^]
(0157864)
hgbot (developer)
2023-11-30 14:16

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/1418 [^]
(0157865)
hgbot (developer)
2023-11-30 14:16

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: cc71d1d8021312fd650e541da87ce565cc06b6f8
Author: Asier Lostalé <asier.lostale@openbravo.com>
Date: 30-11-2023 14:13:08
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/cc71d1d8021312fd650e541da87ce565cc06b6f8 [^]

related to BUG-53777: fixes warning in VariablesSecureApp subclass

---
M src-test/org/openbravo/retail/posterminal/OBBaseRetailTest.java
---

- Issue History
Date Modified Username Field Change
2023-10-26 16:59 egoitz New Issue
2023-10-26 16:59 egoitz Assigned To => Triage Platform Base
2023-10-26 16:59 egoitz OBNetwork customer => No
2023-10-26 16:59 egoitz Modules => Core
2023-10-26 16:59 egoitz Triggers an Emergency Pack => No
2023-10-26 16:59 egoitz OBNetwork customer No => Gold
2023-11-22 17:24 AugustoMauch Assigned To Triage Platform Base => AugustoMauch
2023-11-22 17:26 AugustoMauch Steps to Reproduce Updated View Revisions
2023-11-24 00:17 AugustoMauch Status new => scheduled
2023-11-24 10:27 AugustoMauch Summary Background groupoing process is not working in HA => Background grouping process is not working in HA
2023-11-26 21:40 AugustoMauch Relationship added related to 0054029
2023-11-27 17:41 hgbot Merge Request Status => open
2023-11-27 17:41 hgbot Note Added: 0157704
2023-11-30 08:05 hgbot Merge Request Status open => approved
2023-11-30 08:05 hgbot Note Added: 0157827
2023-11-30 08:05 hgbot Resolution open => fixed
2023-11-30 08:05 hgbot Status scheduled => closed
2023-11-30 08:05 hgbot Fixed in Version => PR24Q1
2023-11-30 08:05 hgbot Note Added: 0157828
2023-11-30 14:14 hgbot Note Added: 0157863
2023-11-30 14:16 hgbot Note Added: 0157864
2023-11-30 14:16 hgbot Note Added: 0157865


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker