[jira] [Closed] (TC-114) Fail to restart Tomcat when TM start before config pulled

2017-02-14 Thread David Neuman (JIRA)

 [ 
https://issues.apache.org/jira/browse/TC-114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Neuman closed TC-114.
---
Resolution: Fixed

Merged PR #210

> Fail to restart Tomcat when TM start before config pulled
> -
>
> Key: TC-114
> URL: https://issues.apache.org/jira/browse/TC-114
> Project: Traffic Control
>  Issue Type: Bug
>  Components: Traffic Monitor
>Affects Versions: 1.7.0
>Reporter: Zhilin Huang
>Assignee: Zhilin Huang
>
> Here are the steps to reproduce it:
> 1) Clean install traffic monitor
> 2) Start tomcat and check the tomcat process ID
> 3) Add traffic monitor to traffic ops
> 4) Run traffic monitor config init perl script
> 5) Restart traffic monitor and check the tomcat process ID
> Check the process id,  you will find the traffic monitor is not restarted at 
> all. And the traffic monitor will be always in error status except kill it by 
> "kill -9".



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


[GitHub] incubator-trafficcontrol pull request #210: [TC-114] always make sure the ru...

2017-02-14 Thread asfgit
Github user asfgit closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Created] (TC-148) GET /api/deliveryservices/xmlId/:xmlId/urlkeys returns pointer to Hash

2017-02-14 Thread Jeremy Mitchell (JIRA)
Jeremy Mitchell created TC-148:
--

 Summary: GET /api/deliveryservices/xmlId/:xmlId/urlkeys returns 
pointer to Hash
 Key: TC-148
 URL: https://issues.apache.org/jira/browse/TC-148
 Project: Traffic Control
  Issue Type: Bug
  Components: Traffic Ops, Traffic Ops API
Reporter: Jeremy Mitchell
Priority: Minor


GET /api/deliveryservices/xmlId/:xmlId/urlkeys returns, for example:

{
response: "HTTP::Response=HASH(0x6f9f018)"
}

instead of the actual json hash/object.





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


[jira] [Commented] (TC-147) TO API - Creating dnssec keys when creating a delivery service results in 500

2017-02-14 Thread ASF GitHub Bot (JIRA)

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

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

GitHub user mitchell852 opened a pull request:

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

[TC-147] - $self was being used incorrectly limiting reuse of 
create_dnssec_keys() method



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

$ git pull https://github.com/mitchell852/incubator-trafficcontrol tc-147

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

https://github.com/apache/incubator-trafficcontrol/pull/284.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 #284


commit fc317e12fb961395bc3b0fafeb60aec9745fb380
Author: Jeremy Mitchell 
Date:   2017-02-14T16:39:35Z

updates version

commit 09643f5cf7398272e1eacd006b75282cbd4aefd8
Author: Jeremy Mitchell 
Date:   2017-02-14T17:11:15Z

Merge branch 'master' of github.com:apache/incubator-trafficcontrol

commit 105f26df262a9ce2a969e2ddfd59f39c0444de1f
Author: Jeremy Mitchell 
Date:   2017-02-14T18:55:56Z

no need to call $self on methods defined locally




> TO API - Creating dnssec keys when creating a delivery service results in 500
> -
>
> Key: TC-147
> URL: https://issues.apache.org/jira/browse/TC-147
> Project: Traffic Control
>  Issue Type: Bug
>  Components: Traffic Ops, Traffic Ops API
>Affects Versions: 2.0.0
>Reporter: Jeremy Mitchell
>Assignee: Jeremy Mitchell
> Fix For: 2.0.0
>
>
> If you try to create a deliveryservice that belongs to a cdn where 
> dnssec_enabled = true thru the api, you get a 500 due to misuse of the $self 
> object in the code.
> https://github.com/apache/incubator-trafficcontrol/blob/master/traffic_ops/app/lib/API/Deliveryservice.pm#L454



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


[GitHub] incubator-trafficcontrol pull request #284: [TC-147] - $self was being used ...

2017-02-14 Thread mitchell852
GitHub user mitchell852 opened a pull request:

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

[TC-147] - $self was being used incorrectly limiting reuse of 
create_dnssec_keys() method



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

$ git pull https://github.com/mitchell852/incubator-trafficcontrol tc-147

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

https://github.com/apache/incubator-trafficcontrol/pull/284.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 #284


commit fc317e12fb961395bc3b0fafeb60aec9745fb380
Author: Jeremy Mitchell 
Date:   2017-02-14T16:39:35Z

updates version

commit 09643f5cf7398272e1eacd006b75282cbd4aefd8
Author: Jeremy Mitchell 
Date:   2017-02-14T17:11:15Z

Merge branch 'master' of github.com:apache/incubator-trafficcontrol

commit 105f26df262a9ce2a969e2ddfd59f39c0444de1f
Author: Jeremy Mitchell 
Date:   2017-02-14T18:55:56Z

no need to call $self on methods defined locally




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Created] (TC-147) TO API - Creating dnssec keys when creating a delivery service results in 500

2017-02-14 Thread Jeremy Mitchell (JIRA)
Jeremy Mitchell created TC-147:
--

 Summary: TO API - Creating dnssec keys when creating a delivery 
service results in 500
 Key: TC-147
 URL: https://issues.apache.org/jira/browse/TC-147
 Project: Traffic Control
  Issue Type: Bug
  Components: Traffic Ops, Traffic Ops API
Affects Versions: 2.0.0
Reporter: Jeremy Mitchell
Assignee: Jeremy Mitchell
 Fix For: 2.0.0


If you try to create a deliveryservice that belongs to a cdn where 
dnssec_enabled = true thru the api, you get a 500 due to misuse of the $self 
object in the code.

https://github.com/apache/incubator-trafficcontrol/blob/master/traffic_ops/app/lib/API/Deliveryservice.pm#L454





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


[jira] [Commented] (TC-146) Include osversions.cfg file in traffic ops RPM post install

2017-02-14 Thread ASF GitHub Bot (JIRA)

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

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

Github user asfgit closed the pull request at:

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


> Include osversions.cfg file in traffic ops RPM post install
> ---
>
> Key: TC-146
> URL: https://issues.apache.org/jira/browse/TC-146
> Project: Traffic Control
>  Issue Type: Improvement
>  Components: Traffic Ops
>Reporter: Jeremy Mitchell
>Assignee: Jeremy Mitchell
>Priority: Minor
>
> /var/www/files/osversions.cfg is required for the /geniso route therefore it 
> should be included in the RPM



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


[GitHub] incubator-trafficcontrol pull request #280: [TC-146] - adds osversions.cfg t...

2017-02-14 Thread asfgit
Github user asfgit closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-trafficcontrol pull request #283: Fix TO client Login, add stats U...

2017-02-14 Thread rob05c
GitHub user rob05c opened a pull request:

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

Fix TO client Login, add stats UserAgent



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

$ git pull https://github.com/rob05c/incubator-trafficcontrol tm2

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

https://github.com/apache/incubator-trafficcontrol/pull/283.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 #283






---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-trafficcontrol pull request #272: Fix case where peer becomes avai...

2017-02-14 Thread asfgit
Github user asfgit closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-trafficcontrol pull request #282: updates version to 2.0.0

2017-02-14 Thread asfgit
Github user asfgit closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-trafficcontrol pull request #269: Updates to the build doc

2017-02-14 Thread asfgit
Github user asfgit closed the pull request at:

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


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---