so I’m new to AnyLogic and I want to ask why I keep getting this error even if I set the Transport Fleet to navigate using Free Space. I apologize if its an easy answer, but if you have any comments on the rest of the way I’ve used anylogic please feel free to correct me. Thank you
Here is my existing setup. The rightmost node is where the Home Location of the TranpsporterFleet. The fleet is supposed to pick up the boxes that arrive on the right most station, but once the transporter arrives at the station it throws the following error:
enter image description here
enter image description here
Exception during discrete event execution:
`root.store.moveToBayT.freeSpaceSendTo:
Path not found! {agent=2, source={level=level, pos=(653.1204550294087, 343.0818932164947, 0.0)}, target={level=level, pos=(595.0, 535.0, 0.0)}}
java.lang.RuntimeException: root.store.moveToBayT.freeSpaceSendTo:
Path not found! {agent=2, source={level=level, pos=(653.1204550294087, 343.0818932164947, 0.0)}, target={level=level, pos=(595.0, 535.0, 0.0)}}
at com.anylogic.engine.Engine.error(Unknown Source)
at com.anylogic.engine.Agent.error(Unknown Source)
at com.anylogic.engine.Utilities.error(Unknown Source)
at com.anylogic.libraries.material_handling.MHLBlock_xjal.error(Unknown Source)
at com.anylogic.engine.Utilities.error(Unknown Source)
at com.anylogic.libraries.material_handling.MHLBlock_xjal.error(Unknown Source)
at com.anylogic.libraries.material_handling.FreeSpaceSendTo_xjal.b(Unknown Source)
at com.anylogic.libraries.material_handling.FreeSpaceSendTo_xjal$b.a(Unknown Source)
at com.anylogic.libraries.material_handling.FreeSpaceSendTo_xjal.b(Unknown Source)
at com.anylogic.libraries.material_handling.FreeSpaceSendTo_xjal$1.onExit(Unknown Source)
at com.anylogic.libraries.processmodeling.Delay.b(Unknown Source)
at com.anylogic.libraries.processmodeling.Delay$8.onExit(Unknown Source)
at com.anylogic.libraries.processmodeling.OutputBuffer.c(Unknown Source)
at com.anylogic.libraries.processmodeling.OutputBuffer$1.onExit(Unknown Source)
at com.anylogic.libraries.processmodeling.OutputBlock.c(Unknown Source)
at com.anylogic.libraries.processmodeling.OutputBlock$1.b(Unknown Source)
at com.anylogic.libraries.processmodeling.OutPort.a(Unknown Source)
at com.anylogic.libraries.processmodeling.InPort.receiveImmediately(Unknown Source)
at com.anylogic.libraries.processmodeling.InputBlock$1.a(Unknown Source)
at com.anylogic.libraries.processmodeling.OutPort.a(Unknown Source)
at com.anylogic.libraries.processmodeling.OutPort.b(Unknown Source)
at com.anylogic.libraries.processmodeling.OutPort.a(Unknown Source)
at com.anylogic.libraries.processmodeling.OutputBlock.a(Unknown Source)
at com.anylogic.libraries.processmodeling.OutputBlock$2.a(Unknown Source)
at com.anylogic.libraries.processmodeling.OutputBlock$2.action(Unknown Source)
at com.anylogic.libraries.processmodeling.AsynchronousExecutor_xjal$a.execute(Unknown Source)
at com.anylogic.engine.LibraryEventHandler$m.execute(Unknown Source)
at com.anylogic.engine.Engine.a(Unknown Source)
at com.anylogic.engine.Engine.ln(Unknown Source)
at com.anylogic.engine.Engine$m.run(Unknown Source)
`
I was learning from youtube videos and they seem to have virtually the same setup, but theirs work perfectly.
GreggB is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.