PGWelch / com.opendoorlogistics

http://www.opendoorlogistics.com
GNU Lesser General Public License v3.0
80 stars 45 forks source link

Long distance routes, error with empty "end-time" field #40

Closed sysmaker closed 7 years ago

sysmaker commented 7 years ago

Hi everyone!

Please help me to solve this issue: when I work with many days duration routes, I don't set "end-time" (or "start-time") in VehicleTypes and get error message (for example):

"Invalid time window record in table VehicleTypes on row 3, either start time or end time is empty but not both. Component com.opendoorlogistics.components.jsprit threw an exception. Could not complete operation "myexample.odlx". Execution of the operation failed."

But when I clear "end-time" and "start-time", the system works and outputs results on the assumption of "start-time" is 0:00.

Previously thanks for explanation, how use ODL Studio for long distance routes (more then one day).

Regards, Alex.

PGWelch commented 7 years ago

Can you post some example rows from your VehicleTypes table?

sysmaker commented 7 years ago

Thank you for reply!

The initial problem is at the first screenshot.

p1

But I've found solution for my task (it's at second screenshot).

p2