I am attempting to merge the TL portion of our pool shipments. Here is the scenario:
Order 1 goes from point A to point C with pool location at point B.
Order 2 goes from point A to point D with pool location at point B.
Orders are scheduled in different BULK PLANs and there are each orders has two shipments:
Order 1 has Shipment 1 (point A to point B) and Shipment 2 (point B to point C)
Order 2 has Shipment 3 (point A to point B) and Shipment 4 (point B to point D)
We are attempting to merge Shipment 1 and Shipment 3. When we do this, we receive the following error:
Unable to get last stop number, tShipment is null
Fix Errors
View Log
At2009-01-13 15:49:17.633Unable to get last stop number, tShipment is null at sun.reflect.GeneratedConstructorAccessor125.newIns tance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newI nstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Construc tor.java:274) at glog.util.exception.GLException.factory(GLExceptio n.java:413) at glog.util.exception.GLException.factory(GLExceptio n.java:390) at glog.business.shipmentstructure.ShipmentNode.getLa stStopNumber(ShipmentNode.java:1133) at glog.business.shipmentstructure.ShipmentNode.setLa stStopNumber(ShipmentNode.java:877) at glog.business.shipmentstructure.ShipmentGraph.setL astStopNumber(ShipmentGraph.java:2920) at glog.business.shipment.ShipmentPostProcessor.postP rocessing(ShipmentPostProcessor.java:177) at glog.business.action.ShipmentPlanningActionExecuto r.mergeOntoShipment(ShipmentPlanningActionExecutor .java:2133) at glog.business.session.ShipmentPlanningActionSessio nBean.mergeOntoShipment(ShipmentPlanningActionSess ionBean.java:1480) at glog.business.session.ShipmentPlanningActionSessio nServerSideEJBWrapper.mergeOntoShipment(ShipmentPl anningActionSessionServerSideEJBWrapper.java:126
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at com.evermind.server.ejb.interceptor.joinpoint.EJBJ oinPointImpl.invoke(EJBJoinPointImpl.java:35) at com.evermind.server.ejb.interceptor.InvocationCont extImpl.proceed(InvocationContextImpl.java:69) at com.evermind.server.ejb.interceptor.system.DMSInte rceptor.invoke(DMSInterceptor.java:52) at com.evermind.server.ejb.interceptor.InvocationCont extImpl.proceed(InvocationContextImpl.java:69) at com.evermind.server.ejb.interceptor.system.TxNotSu pportedInterceptor.invoke(TxNotSupportedIntercepto r.java:43) at com.evermind.server.ejb.interceptor.InvocationCont extImpl.proceed(InvocationContextImpl.java:69) at com.evermind.server.ejb.interceptor.system.Securit yRoleInterceptor.invoke(SecurityRoleInterceptor.ja va:4
at com.evermind.server.ejb.interceptor.InvocationCont extImpl.proceed(InvocationContextImpl.java:69) at com.evermind.server.ejb.interceptor.system.DMSInte rceptor.invoke(DMSInterceptor.java:52) at com.evermind.server.ejb.interceptor.InvocationCont extImpl.proceed(InvocationContextImpl.java:69) at com.evermind.server.ejb.StatelessSessionEJBObject. OC4J_invokeMethod(StatelessSessionEJBObject.java:8 6) at ShipmentPlanningActionSession_StatelessSessionBean Wrapper234.mergeOntoShipment(ShipmentPlanningActio nSession_StatelessSessionBeanWrapper234.java:1429) at glog.business.session.gen.ShipmentPlanningActionSe ssionSkel.mergeOntoShipment(ShipmentPlanningAction SessionSkel.java:1284) at glog.business.session.gen.ShipmentPlanningActionSe ssionSkel.exec(ShipmentPlanningActionSessionSkel.j ava:261) at glog.webserver.wrapper.SkelImpl.execDispatch(SkelI mpl.java:15) at glog.server.wrapper.WrapperSessionBean.execDispatc h(WrapperSessionBean.java:4
at glog.server.wrapper.WrapperSessionServerSideEJBWra pper.execDispatch(WrapperSessionServerSideEJBWrapp er.java:42) at sun.reflect.GeneratedMethodAccessor199.invoke(Unkn own Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at com.evermind.server.ejb.interceptor.joinpoint.EJBJ oinPointImpl.invoke(EJBJoinPointImpl.java:35) at com.evermind.server.ejb.interceptor.InvocationCont extImpl.proceed(InvocationContextImpl.java:69) at com.evermind.server.ejb.interceptor.system.DMSInte rceptor.invoke(DMSInterceptor.java:52) at com.evermind.server.ejb.interceptor.InvocationCont extImpl.proceed(InvocationContextImpl.java:69) at com.evermind.server.ejb.interceptor.system.TxNotSu pportedInterceptor.invoke(TxNotSupportedIntercepto r.java:43) at com.evermind.server.ejb.interceptor.InvocationCont extImpl.proceed(InvocationContextImpl.java:69) at com.evermind.server.ejb.interceptor.system.Securit yRoleInterceptor.invoke(SecurityRoleInterceptor.ja va:4
at com.evermind.server.ejb.interceptor.InvocationCont extImpl.proceed(InvocationContextImpl.java:69) at com.evermind.server.ejb.interceptor.system.DMSInte rceptor.invoke(DMSInterceptor.java:52) at com.evermind.server.ejb.interceptor.InvocationCont extImpl.proceed(InvocationContextImpl.java:69) at com.evermind.server.ejb.StatelessSessionEJBObject. OC4J_invokeMethod(StatelessSessionEJBObject.java:8 6) at WrapperSession_StatelessSessionBeanWrapper2570.exe cDispatch(WrapperSession_StatelessSessionBeanWrapp er2570.java:37) at sun.reflect.GeneratedMethodAccessor400.invoke(Unkn own Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at com.evermind.server.rmi.RmiMethodCall.run(RmiMetho dCall.java:53) at com.evermind.util.ReleasableResourcePooledExecutor $MyWorker.run(ReleasableResourcePooledExecutor.jav a:303) at java.lang.Thread.run(Thread.java:534)Fix Errors
View Log
Anyone have any experience with this error or this functionality?
Thanks,
Chris
Order 1 goes from point A to point C with pool location at point B.
Order 2 goes from point A to point D with pool location at point B.
Orders are scheduled in different BULK PLANs and there are each orders has two shipments:
Order 1 has Shipment 1 (point A to point B) and Shipment 2 (point B to point C)
Order 2 has Shipment 3 (point A to point B) and Shipment 4 (point B to point D)
We are attempting to merge Shipment 1 and Shipment 3. When we do this, we receive the following error:
Unable to get last stop number, tShipment is null
Fix Errors
View Log
At2009-01-13 15:49:17.633Unable to get last stop number, tShipment is null at sun.reflect.GeneratedConstructorAccessor125.newIns tance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newI nstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Construc tor.java:274) at glog.util.exception.GLException.factory(GLExceptio n.java:413) at glog.util.exception.GLException.factory(GLExceptio n.java:390) at glog.business.shipmentstructure.ShipmentNode.getLa stStopNumber(ShipmentNode.java:1133) at glog.business.shipmentstructure.ShipmentNode.setLa stStopNumber(ShipmentNode.java:877) at glog.business.shipmentstructure.ShipmentGraph.setL astStopNumber(ShipmentGraph.java:2920) at glog.business.shipment.ShipmentPostProcessor.postP rocessing(ShipmentPostProcessor.java:177) at glog.business.action.ShipmentPlanningActionExecuto r.mergeOntoShipment(ShipmentPlanningActionExecutor .java:2133) at glog.business.session.ShipmentPlanningActionSessio nBean.mergeOntoShipment(ShipmentPlanningActionSess ionBean.java:1480) at glog.business.session.ShipmentPlanningActionSessio nServerSideEJBWrapper.mergeOntoShipment(ShipmentPl anningActionSessionServerSideEJBWrapper.java:126




View Log
Anyone have any experience with this error or this functionality?
Thanks,
Chris
Comment