You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/02/24 22:00:46 UTC

[jira] [Commented] (TC-164) Creating a delivery service results in dbix error

    [ https://issues.apache.org/jira/browse/TC-164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15883598#comment-15883598 ] 

ASF GitHub Bot commented on TC-164:
-----------------------------------

GitHub user mitchell852 opened a pull request:

    https://github.com/apache/incubator-trafficcontrol/pull/309

    [TC-164-Backport] - $self needs to be passed to these methods for dbix

    (cherry picked from commit f1a912f1ae4296eabf8b966fb852b2f76f91979e)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mitchell852/incubator-trafficcontrol 2.0.x

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-trafficcontrol/pull/309.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #309
    
----
commit c120b80f84c269da70c723544d427a6038660399
Author: Jeremy Mitchell <mi...@gmail.com>
Date:   2017-02-24T18:24:27Z

    $self needs to be passed to these methods for dbix
    
    (cherry picked from commit f1a912f1ae4296eabf8b966fb852b2f76f91979e)

----


> Creating a delivery service results in dbix error
> -------------------------------------------------
>
>                 Key: TC-164
>                 URL: https://issues.apache.org/jira/browse/TC-164
>             Project: Traffic Control
>          Issue Type: Bug
>          Components: Traffic Ops
>    Affects Versions: 2.0.0, 2.1.0
>            Reporter: Derek Gelinas
>            Assignee: Jeremy Mitchell
>            Priority: Critical
>              Labels: regresion
>             Fix For: 2.0.0, 2.1.0
>
>
> Creating a delivery service (in this case of type Steering) causes the following error when saving.  The delivery service is created, but when edited, there is no CDN listed.
> [2017-02-24 12:02:18,611] [ERROR] Can't call method "db" without a package or object reference at /home/dgelin200/incubator-trafficcontrol/traffic_ops/app/lib/UI/DeliveryService.pm line 74.
> [2017-02-24 12:02:18,612] [DEBUG] Template "exception.development.html.ep" not found.
> Warning: Log message argument #1 undefined at /home/dgelin200/incubator-trafficcontrol/traffic_ops/app/local/lib/perl5/Mojolicious.pm line 199.
> Use of uninitialized value in join or string at /home/dgelin200/incubator-trafficcontrol/traffic_ops/app/local/lib/perl5/Log/Log4perl/Appender.pm line 177.
> Warning: Log message argument #1 undefined at /home/dgelin200/incubator-trafficcontrol/traffic_ops/app/local/lib/perl5/Mojolicious.pm line 199.
> Use of uninitialized value in join or string at /home/dgelin200/incubator-trafficcontrol/traffic_ops/app/local/lib/perl5/Log/Log4perl/Appender.pm line 177.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)