We are receiving the following error notification:
subjectPropKey.Shipment_LP.140000234_Agent
LP.SHIPMENT_STATUS_RECEIVED_V14 Failed in DLEGG6
Informational
Agent LP.SHIPMENT_STATUS_RECEIVED_V14 Failed
java.lang.ClassCastException: glog.ejb.shipment.db.ShipmentPK
This message occurs when the following agent action is used. "(NEXT SHIPMENT FOR EQUIPMENT) COPY SHIPMENT EVENTS" This is in the SHIPMENT_STATUS_RECEIVED Agent.
The logic looks like this:
IF: $TRANSPORT_MODE =VESSEL-CO
(NEXT SHIPMENT FOR EQUIPMENT) COPY SHIPMENT EVENTS
What we are trying to accomplish is this:
When a shipment status message of RD is received for a vessel shipment, we want to copy the shipment status message to the drayage shipment that follows. Both the vessel and the dray have the same equipment.
Is there something we can do to resolve this issue or is there a better way of accomplishing what we are trying to do?
subjectPropKey.Shipment_LP.140000234_Agent
LP.SHIPMENT_STATUS_RECEIVED_V14 Failed in DLEGG6
Informational
Agent LP.SHIPMENT_STATUS_RECEIVED_V14 Failed
java.lang.ClassCastException: glog.ejb.shipment.db.ShipmentPK
This message occurs when the following agent action is used. "(NEXT SHIPMENT FOR EQUIPMENT) COPY SHIPMENT EVENTS" This is in the SHIPMENT_STATUS_RECEIVED Agent.
The logic looks like this:
IF: $TRANSPORT_MODE =VESSEL-CO
(NEXT SHIPMENT FOR EQUIPMENT) COPY SHIPMENT EVENTS
What we are trying to accomplish is this:
When a shipment status message of RD is received for a vessel shipment, we want to copy the shipment status message to the drayage shipment that follows. Both the vessel and the dray have the same equipment.
Is there something we can do to resolve this issue or is there a better way of accomplishing what we are trying to do?