Openbravo Issue Tracking System - Modules
View Issue Details
0057549ModulesAdvanced Warehouse Operationspublic2024-12-31 15:572025-01-20 11:39
axelmercado 
mtaal 
highmajoralways
feedbackopen 
5
 
 
0057549: Problem generating an inventory with thousands of lines - Timeout.
When inventories with thousands of lines are generated, the process generates a timeout even increasing the latter.
It can be reproduced in the Maisadour Test environment. You can ask me for credentials via hangouts.

- In AWO.
- Menu --- Count.
- Reason --- Complete inventory.
- No filters.
- Start counting.

This is followed by a terminal freeze and a disconnection.
If we refresh we can notice that a new count has been created, if you try to enter it we receive another disconnection with a timeout in the mobile service “org.openbravo.warehouse.advancedwarehouseoperations.mobile.datasources.InventoryCountInfoProvider”. Even setting a timeout = 400, the problem is reproduced for cases with +3000 lines.
No tags attached.
Issue History
2024-12-31 15:57axelmercadoNew Issue
2024-12-31 15:57axelmercadoAssigned To => Triage Omni WMS
2024-12-31 17:12axelmercadoNote Added: 0173773
2024-12-31 17:12axelmercadoProposed Solution updated
2025-01-20 11:38mtaalAssigned ToTriage Omni WMS => mtaal
2025-01-20 11:39mtaalNote Added: 0174379
2025-01-20 11:39mtaalStatusnew => feedback
2025-01-20 11:39mtaalNote Edited: 0174379bug_revision_view_page.php?bugnote_id=0174379#r29074

Notes
(0173773)
axelmercado   
2024-12-31 17:12   
We have noticed that the problem originates in the following stacktrace:
at org.openbravo.warehouse.advancedwarehouseoperations.utils.Utilities.getCharacteristicDescription(Utilities.java:608)
        at org.openbravo.warehouse.advancedwarehouseoperations.utils.inventorycount.InventoryCountUtils$1.<init>(InventoryCountUtils.java:619)
        at org.openbravo.warehouse.advancedwarehouseoperations.utils.inventorycount.InventoryCountUtils.getLinesAssignedToUser(InventoryCountUtils.java:613)
        at org.openbravo.warehouse.advancedwarehouseoperations.mobile.datasources.InventoryCountInfoProvider.exec(InventoryCountInfoProvider.java:111)
(0174379)
mtaal   
2025-01-20 11:39   
We asked the reporter to do a test with a disabled getCharacteristicDescription to see if this is the cause of the issue.