Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0047414Openbravo ERPA. Platformpublic2021-07-19 16:152021-07-21 12:31
egoitz 
alostale 
normalminorhave not tried
closedout of date 
5
 
 
Core
Production - Confirmed Stable
2019-11-27
3.0PR20Q1
https://gitlab.com/openbravo/product/openbravo/-/commit/c9e990bdfd4fcc90b2cf0443da403ae9954c73e2 [^]
No
0047414: ant package.module -Dmodule not working in Oracle
The ant task package.module is not working in the last release with Oracle
tack:
java version openjdk version "11.0.10"
Apache Tomcat/8.5.61
Apache Ant(TM) version 1.10.9
Oracle 19c SE (Oracle 11.2.0 also raises the error error...)


dowload sources ( 3.0.204901 ) from git

ant setup
ant install.source

install spanish localication pack: org.openbravo.proflocalization.spain30.cashvat release 1.18.0

Then
ant package.module -Dmodule=org.openbravo.module.eucountries
Thep process fails

attached the error
No tags attached.
related to defect 0045855 closed shuehner ant package.module duplicates check run during export.database + depends on code planned to be removed 
depends on backport 0047422PR21Q1.4 closed alostale ant package.module -Dmodule not working in Oracle 
caused by feature request 00420423.0PR20Q1 closed AugustoMauch Add support of materialized views 
txt error.txt (18,932) 2021-07-19 16:15
https://issues.openbravo.com/file_download.php?file_id=16021&type=bug
Issue History
2021-07-19 16:15egoitzNew Issue
2021-07-19 16:15egoitzAssigned To => platform
2021-07-19 16:15egoitzFile Added: error.txt
2021-07-19 16:15egoitzModules => Core
2021-07-19 16:15egoitzResolution time => 1596751200
2021-07-19 16:15egoitzTriggers an Emergency Pack => No
2021-07-19 16:38hector_hernaezIssue Monitored: hector_hernaez
2021-07-19 16:39hector_hernaezIssue End Monitor: hector_hernaez
2021-07-19 16:40hector_hernaezIssue Monitored: hector_hernaez
2021-07-19 16:40hector_hernaezIssue End Monitor: hector_hernaez
2021-07-19 16:41hector_hernaezIssue Monitored: hector_hernaez
2021-07-21 08:50alostaleRelationship addedrelated to 0042042
2021-07-21 09:12alostaleRelationship addedrelated to 0045855
2021-07-21 11:10alostaleNote Added: 0130651
2021-07-21 11:11alostaleNote Added: 0130652
2021-07-21 11:11alostaleSeveritymajor => minor
2021-07-21 11:21alostaleRelationship replacedcaused by 0042042
2021-07-21 11:23alostaleRegression level => Production - Confirmed Stable
2021-07-21 11:23alostaleRegression date => 2019-11-27
2021-07-21 11:23alostaleRegression introduced in release => 3.0PR20Q1
2021-07-21 11:23alostaleRegression introduced by commit => https://gitlab.com/openbravo/product/openbravo/-/commit/c9e990bdfd4fcc90b2cf0443da403ae9954c73e2 [^]
2021-07-21 11:23alostaleAssigned Toplatform => alostale
2021-07-21 11:25alostaleStatusnew => scheduled
2021-07-21 12:31alostaleNote Added: 0130656
2021-07-21 12:31alostaleStatusscheduled => closed
2021-07-21 12:31alostaleResolutionopen => out of date

Notes
(0130651)
alostale   
2021-07-21 11:10   
It is fixed in current master.

This issue is reproducible since 0042042 (20Q1) to 0045855 (21Q2).

As workaround to package modules in affected versions module validations can be skipped using obx.export.validate=false option, ie.: ant package.module -Dmodule=org.openbravo.module.eucountries -Dobx.export.validate=false
(0130652)
alostale   
2021-07-21 11:11   
Downgrading severity to minor as there is a workaround for it.
(0130656)
alostale   
2021-07-21 12:31   
This issue won't be fixed in master as it's not reproducible.

It will be backported to 21Q1 branch 0047422.