Openbravo Issue Tracking System - Openbravo ERP | |||||||||||||||||||||||||||||||||||||||||||||||
View Issue Details | |||||||||||||||||||||||||||||||||||||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||||||||||||||||||||||||||||||||||||
0040670 | Openbravo ERP | 04. Warehouse management | public | 2019-04-24 13:06 | 2019-05-21 15:16 | ||||||||||||||||||||||||||||||||||||||||||
Reporter | Sandrahuguet | ||||||||||||||||||||||||||||||||||||||||||||||
Assigned To | Sandrahuguet | ||||||||||||||||||||||||||||||||||||||||||||||
Priority | normal | Severity | major | Reproducibility | have not tried | ||||||||||||||||||||||||||||||||||||||||||
Status | closed | Resolution | fixed | ||||||||||||||||||||||||||||||||||||||||||||
Platform | OS | 30 | OS Version | Openbravo Appliance 14.04 | |||||||||||||||||||||||||||||||||||||||||||
Product Version | |||||||||||||||||||||||||||||||||||||||||||||||
Target Version | Fixed in Version | 3.0PR19Q3 | |||||||||||||||||||||||||||||||||||||||||||||
Merge Request Status | |||||||||||||||||||||||||||||||||||||||||||||||
Review Assigned To | dmiguelez | ||||||||||||||||||||||||||||||||||||||||||||||
OBNetwork customer | |||||||||||||||||||||||||||||||||||||||||||||||
Web browser | |||||||||||||||||||||||||||||||||||||||||||||||
Modules | Core | ||||||||||||||||||||||||||||||||||||||||||||||
Support ticket | |||||||||||||||||||||||||||||||||||||||||||||||
Regression level | Production - Confirmed Stable | ||||||||||||||||||||||||||||||||||||||||||||||
Regression date | 2018-07-24 | ||||||||||||||||||||||||||||||||||||||||||||||
Regression introduced in release | 3.0PR18Q4 | ||||||||||||||||||||||||||||||||||||||||||||||
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/95dcfa93d706654e1fbddfc3966bec7280081ac1 [^] | ||||||||||||||||||||||||||||||||||||||||||||||
Triggers an Emergency Pack | No | ||||||||||||||||||||||||||||||||||||||||||||||
Summary | 0040670: Generate Aggregated Data Background process fail | ||||||||||||||||||||||||||||||||||||||||||||||
Description | Generate Aggregated Data Background process fail: 2019-04-24 13:04:31,985 [DefaultQuartzScheduler_Worker-4] ERROR org.openbravo.materialmgmt.GenerateAggregatedDataBackground - org.openbravo.model.common.enterprise.Organization cannot be cast to java.lang.String java.lang.ClassCastException: org.openbravo.model.common.enterprise.Organization cannot be cast to java.lang.String at org.hibernate.type.descriptor.java.StringTypeDescriptor.unwrap(StringTypeDescriptor.java:22) ~[hibernate-core-5.3.2.Final.jar:5.3.2.Final] at org.hibernate.type.descriptor.sql.VarcharTypeDescriptor$1.doBind(VarcharTypeDescriptor.java:46) ~[hibernate-core-5.3.2.Final.jar:5.3.2.Final] at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:74) ~[hibernate-core-5.3.2.Final.jar:5.3.2.Final] at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:280) ~[hibernate-core-5.3.2.Final.jar:5.3.2.Final] at org.hibernate.type.AbstractStandardBasicType.nullSafeSet(AbstractStandardBasicType.java:275) ~[hibernate-core-5.3.2.Final.jar:5.3.2.Final] at org.hibernate.param.NamedParameterSpecification.bind(NamedParameterSpecification.java:53) ~[hibernate-core-5.3.2.Final.jar:5.3.2.Final] at org.hibernate.loader.hql.QueryLoader.bindParameterValues(QueryLoader.java:645) ~[hibernate-core-5.3.2.Final.jar:5.3.2.Final] at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:2000) ~[hibernate-core-5.3.2.Final.jar:5.3.2.Final] at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1914) ~[hibernate-core-5.3.2.Final.jar:5.3.2.Final] at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1892) ~[hibernate-core-5.3.2.Final.jar:5.3.2.Final] at org.hibernate.loader.Loader.doQuery(Loader.java:937) ~[hibernate-core-5.3.2.Final.jar:5.3.2.Final] at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:340) ~[hibernate-core-5.3.2.Final.jar:5.3.2.Final] at org.hibernate.loader.Loader.doList(Loader.java:2689) ~[hibernate-core-5.3.2.Final.jar:5.3.2.Final] at org.hibernate.loader.Loader.doList(Loader.java:2672) ~[hibernate-core-5.3.2.Final.jar:5.3.2.Final] at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2506) ~[hibernate-core-5.3.2.Final.jar:5.3.2.Final] at org.hibernate.loader.Loader.list(Loader.java:2501) ~[hibernate-core-5.3.2.Final.jar:5.3.2.Final] at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:504) ~[hibernate-core-5.3.2.Final.jar:5.3.2.Final] at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:395) ~[hibernate-core-5.3.2.Final.jar:5.3.2.Final] at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:220) ~[hibernate-core-5.3.2.Final.jar:5.3.2.Final] at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1508) ~[hibernate-core-5.3.2.Final.jar:5.3.2.Final] at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1537) ~[hibernate-core-5.3.2.Final.jar:5.3.2.Final] at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1505) ~[hibernate-core-5.3.2.Final.jar:5.3.2.Final] at org.openbravo.dal.service.OBQuery.list(OBQuery.java:123) ~[classes/:?] at org.openbravo.materialmgmt.ResetValuedStockAggregated.costingRuleDefindedForPeriod(ResetValuedStockAggregated.java:245) ~[classes/:?] at org.openbravo.materialmgmt.GenerateAggregatedDataBackground.doExecute(GenerateAggregatedDataBackground.java:105) [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-1.6.2.jar:1.6.2] at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:525) [quartz-1.6.2.jar:1.6.2] The failure is caused by: http://wiki.openbravo.com/wiki/Hibernate_5.3_Migration_Guide#Comparing_Business_Objects_and_IDs_with_Query_Parameters [^] | ||||||||||||||||||||||||||||||||||||||||||||||
Steps To Reproduce | Go to process request and create new record: -Client: F&B International Group -Organization: F&B España, S.A -Process: Generate Aggregated Data Background -Timing: Run Immediately Schedule Process, notice that the process fail | ||||||||||||||||||||||||||||||||||||||||||||||
Proposed Solution | |||||||||||||||||||||||||||||||||||||||||||||||
Additional Information | |||||||||||||||||||||||||||||||||||||||||||||||
Tags | No tags attached. | ||||||||||||||||||||||||||||||||||||||||||||||
Relationships |
| ||||||||||||||||||||||||||||||||||||||||||||||
Attached Files | |||||||||||||||||||||||||||||||||||||||||||||||
Issue History | |||||||||||||||||||||||||||||||||||||||||||||||
Date Modified | Username | Field | Change | ||||||||||||||||||||||||||||||||||||||||||||
2019-04-24 13:06 | Sandrahuguet | New Issue | |||||||||||||||||||||||||||||||||||||||||||||
2019-04-24 13:06 | Sandrahuguet | Assigned To | => Sandrahuguet | ||||||||||||||||||||||||||||||||||||||||||||
2019-04-24 13:06 | Sandrahuguet | Modules | => Core | ||||||||||||||||||||||||||||||||||||||||||||
2019-04-24 13:06 | Sandrahuguet | Regression level | => Production - Confirmed Stable | ||||||||||||||||||||||||||||||||||||||||||||
2019-04-24 13:06 | Sandrahuguet | Regression date | => 2018-07-24 | ||||||||||||||||||||||||||||||||||||||||||||
2019-04-24 13:06 | Sandrahuguet | Regression introduced in release | => 3.0PR18Q4 | ||||||||||||||||||||||||||||||||||||||||||||
2019-04-24 13:06 | Sandrahuguet | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/95dcfa93d706654e1fbddfc3966bec7280081ac1 [^] | ||||||||||||||||||||||||||||||||||||||||||||
2019-04-24 13:06 | Sandrahuguet | Triggers an Emergency Pack | => No | ||||||||||||||||||||||||||||||||||||||||||||
2019-04-24 13:06 | Sandrahuguet | Relationship added | related to 0040623 | ||||||||||||||||||||||||||||||||||||||||||||
2019-04-24 13:07 | Sandrahuguet | Relationship added | caused by 0037064 | ||||||||||||||||||||||||||||||||||||||||||||
2019-04-24 13:26 | Sandrahuguet | Status | new => scheduled | ||||||||||||||||||||||||||||||||||||||||||||
2019-04-24 13:30 | Sandrahuguet | Note Added: 0111277 | |||||||||||||||||||||||||||||||||||||||||||||
2019-04-24 13:31 | Sandrahuguet | Review Assigned To | => dmiguelez | ||||||||||||||||||||||||||||||||||||||||||||
2019-04-24 13:31 | Sandrahuguet | Note Edited: 0111277 | bug_revision_view_page.php?bugnote_id=0111277#r18662 | ||||||||||||||||||||||||||||||||||||||||||||
2019-04-24 15:24 | hgbot | Checkin | |||||||||||||||||||||||||||||||||||||||||||||
2019-04-24 15:24 | hgbot | Note Added: 0111281 | |||||||||||||||||||||||||||||||||||||||||||||
2019-04-24 15:24 | hgbot | Status | scheduled => resolved | ||||||||||||||||||||||||||||||||||||||||||||
2019-04-24 15:24 | hgbot | Resolution | open => fixed | ||||||||||||||||||||||||||||||||||||||||||||
2019-04-24 15:24 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/0435d6d78784d1bb62043a95ce0ff0054737f8c5 [^] | ||||||||||||||||||||||||||||||||||||||||||||
2019-04-26 10:14 | dmiguelez | Note Added: 0111349 | |||||||||||||||||||||||||||||||||||||||||||||
2019-04-26 10:14 | dmiguelez | Status | resolved => closed | ||||||||||||||||||||||||||||||||||||||||||||
2019-04-26 10:14 | dmiguelez | Fixed in Version | => 3.0PR19Q3 | ||||||||||||||||||||||||||||||||||||||||||||
2019-04-26 10:14 | dmiguelez | Relationship added | related to 0040676 | ||||||||||||||||||||||||||||||||||||||||||||
2019-05-21 15:16 | hudsonbot | Checkin | |||||||||||||||||||||||||||||||||||||||||||||
2019-05-21 15:16 | hudsonbot | Note Added: 0111995 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|