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

View Revisions: Issue #55910 Back to Issue ]
Summary 0055910: NPE when generating reception tasks for Delivery Note
Revision 2024-07-04 00:09 by mtaal
Description https://openbravo.atlassian.net/browse/RM-15157 [^]

Null pointer exception is raised when generating reception tasks for delivery note

java.lang.NullPointerException: null
    at org.openbravo.warehouse.advancedwarehouseoperations.distributionorders.ittalgorithm.ReceiptDeliveryNote_ITT.init(ReceiptDeliveryNote_ITT.java:51) ~[classes/:?]
    at org.openbravo.warehouse.advancedwarehouseoperations.centralbroker.InventoryTransactionTypeAlgorithm.init(InventoryTransactionTypeAlgorithm.java:320) ~[classes/:?]
    at org.openbravo.warehouse.advancedwarehouseoperations.centralbroker.InventoryTransactionTypeAlgorithm.executeAlgorithm(InventoryTransactionTypeAlgorithm.java:249) ~[classes/:?]
    at org.openbravo.warehouse.advancedwarehouseoperations.centralbroker.BatchOfTasksGenerator.createBatchOfTasksUsingItt(BatchOfTasksGenerator.java:199) ~[classes/:?]
    at org.openbravo.warehouse.advancedwarehouseoperations.centralbroker.BatchOfTasksGenerator.createBatchOfTasksIfIttAlgorithmInstanceFound(BatchOfTasksGenerator.java:151) ~[classes/:?]
    at org.openbravo.warehouse.advancedwarehouseoperations.centralbroker.BatchOfTasksGenerator.run(BatchOfTasksGenerator.java:117) ~[classes/:?]
    at org.openbravo.warehouse.advancedwarehouseoperations.centralbroker.CentralBroker.doTheStuff(CentralBroker.java:159) ~[classes/:?]
    at org.openbravo.warehouse.advancedwarehouseoperations.centralbroker.CentralBroker.doTheStuff(CentralBroker.java:109) ~[classes/:?]
    at org.openbravo.warehouse.advancedwarehouseoperations.distributionorders.handler.GenerateReceptionListFromDeliveryNoteHandler.exec(GenerateReceptionListFromDeliveryNoteHandler.java:36) ~[classes/:?]
Revision 2024-07-03 18:03 by mtaal
Description Null pointer exception is raised when generating reception tasks for delivery note

java.lang.NullPointerException: null
    at org.openbravo.warehouse.advancedwarehouseoperations.distributionorders.ittalgorithm.ReceiptDeliveryNote_ITT.init(ReceiptDeliveryNote_ITT.java:51) ~[classes/:?]
    at org.openbravo.warehouse.advancedwarehouseoperations.centralbroker.InventoryTransactionTypeAlgorithm.init(InventoryTransactionTypeAlgorithm.java:320) ~[classes/:?]
    at org.openbravo.warehouse.advancedwarehouseoperations.centralbroker.InventoryTransactionTypeAlgorithm.executeAlgorithm(InventoryTransactionTypeAlgorithm.java:249) ~[classes/:?]
    at org.openbravo.warehouse.advancedwarehouseoperations.centralbroker.BatchOfTasksGenerator.createBatchOfTasksUsingItt(BatchOfTasksGenerator.java:199) ~[classes/:?]
    at org.openbravo.warehouse.advancedwarehouseoperations.centralbroker.BatchOfTasksGenerator.createBatchOfTasksIfIttAlgorithmInstanceFound(BatchOfTasksGenerator.java:151) ~[classes/:?]
    at org.openbravo.warehouse.advancedwarehouseoperations.centralbroker.BatchOfTasksGenerator.run(BatchOfTasksGenerator.java:117) ~[classes/:?]
    at org.openbravo.warehouse.advancedwarehouseoperations.centralbroker.CentralBroker.doTheStuff(CentralBroker.java:159) ~[classes/:?]
    at org.openbravo.warehouse.advancedwarehouseoperations.centralbroker.CentralBroker.doTheStuff(CentralBroker.java:109) ~[classes/:?]
    at org.openbravo.warehouse.advancedwarehouseoperations.distributionorders.handler.GenerateReceptionListFromDeliveryNoteHandler.exec(GenerateReceptionListFromDeliveryNoteHandler.java:36) ~[classes/:?]


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker