Comcast / traffic_control

Traffic Control CDN
https://trafficcontrol.apache.org
92 stars 81 forks source link

Traffic Ops 1.1.5 - Can't update Delivery Services #530

Closed smalenfant closed 9 years ago

smalenfant commented 9 years ago

Trying to update Origin Base URL, the following occurs in 1.1.5.

Traffic Ops fatal error occurred while processing your request. 

Error at line 695 ( $update->update( \%hash );) 

DBIx::Class::Row::get_column(): No such column '' on Schema::Result::Deliveryservice at /opt/traffic_ops/app/lib/UI/DeliveryService.pm line 695
smalenfant commented 9 years ago

Actually, any updates will fail.

dneuman64 commented 9 years ago

I just tried to update a deliveryservice Origin Base URL in our environment and did not get an error. Did all of the migrations run when you updated to 1.1.5? If you do a select * from goose_db_version; the latest version should be 20150825175644

dneuman64 commented 9 years ago

Couldn't reproduce in our environment.

smalenfant commented 9 years ago

Had modified app/templates/delivery_service/_form.html.ep from 1.1.3 to add DSCP value. I'll need a new patch against 1.1.5.