{5} Assigned, Active Tickets by Owner (Full Description) (13 matches)
List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.
dsandler
| Ticket | Summary | Component | Milestone | Type | Severity | Created | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #43 | Unexpected exception while finding bootstrap | ftproxy | 0.8 | defect | major | 03/01/06 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
mark@core1:~/feedtree$ java -jar ftproxy.jar --verbose-max --pastry-debug 01-Mar-2006 19:11:04 net.feedtree.proxyapp.WebProxyClient? main INFO: Version: 0.7.0 01-Mar-2006 19:11:04 net.feedtree.proxyapp.WebProxyClient? main FINER: Running on Linux (i386) 2.6.12-9-386 01-Mar-2006 19:11:04 net.feedtree.proxyapp.WebProxyClient? main FINER: Enabling Pastry debug messages. 01-Mar-2006 19:11:04 net.feedtree.core.client.Client start_node FINE: [Creating new node on core1.collective-b.dyndns.org/192.168.0.11 port 29690] 01-Mar-2006 19:11:04 net.feedtree.util.NAT findNatAddress INFO: Finding public address for IP: 192.168.0.11 01-Mar-2006 19:11:04 net.feedtree.util.NAT findNatAddress FINER: Verifying connection; localSocket=core1.collective-b.dyndns.org/192.168.0.11:29690; hosts=[Ljava.net.InetSocketAddress?;@32fb4f :rice.pastry.socket@:1141236664915:Verifying connection of local node core1.collective-b.dyndns.org/192.168.0.11:29690 using 5 hosts: bootstrap.feedtree.net/128.42.129.11:29690, bootstrap.feedtree.net/128.42.6.48:29690, bootstrap.feedtree.net/128.42.129.11:29690, bootstrap.feedtree.net/128.42.6.48:29690, bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket@:1141236664988:Sending IP address request packet to bootstrap.feedtree.net/128.42.129.11:29690 length=468 01-Mar-2006 19:11:04 net.feedtree.core.client.Client start_node SEVERE: Unexpected exception while finding bootstrap: java.io.IOException: Operation not permitted java.io.IOException: Operation not permitted
01-Mar-2006 19:11:04 net.feedtree.core.client.Client start_node SEVERE: Exiting. error: problem starting node (run with --max-verbose for more information) I have tried a :- ping bootstrap.feedtree.net PING bootstrap.feedtree.net (128.42.129.11) 56(84) bytes of data. 64 bytes from sys02.cs.rice.edu (128.42.129.11): icmp_seq=1 ttl=48 time=701 ms 64 bytes from sys02.cs.rice.edu (128.42.129.11): icmp_seq=2 ttl=48 time=237 ms --- bootstrap.feedtree.net ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1455ms rtt min/avg/max/mdev = 237.928/469.824/701.721/231.897 ms and that works OK sorry back to you thought you might find this useful :- mark@core1:~/feedtree$ java -version java version "1.5.0_06" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05) Java HotSpot?(TM) Client VM (build 1.5.0_06-b05, mixed mode, sharing) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #45 | FTProxy failing to join network | ftproxy | 0.5 | defect | major | 03/03/06 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
I'm attempting to set up a new installation on my linux box (RedHat? 9, running under Xen if that makes a difference). I've tried running the proxy about a dozen times, but only had one successful start. The machine has two public IPs (64.142.109.137 and 64.142.109.138) as well as a block of private IPs that I use for VPN access. Both public IPs show the same behavior. Sometimes I get a timeout connecting to the network, other times I get a "Stream corruption" error. Here is a log of a sample failed run Command: java -jar ftproxy.jar --serve-feeds-only --feed-format atom_1.0 --local-ip 64.142.109.138 --verbose-max --public Output: Mar 3, 2006 9:14:28 AM net.feedtree.proxyapp.WebProxyClient main INFO: Version: 0.7.1 Mar 3, 2006 9:14:28 AM net.feedtree.proxyapp.WebProxyClient main FINER: Running on Linux (i386) 2.6.11-xenU Mar 3, 2006 9:14:28 AM net.feedtree.core.client.Client start_node FINE: [Creating new node on /64.142.109.138 port 29690] Mar 3, 2006 9:14:28 AM net.feedtree.util.NAT findNatAddress INFO: Finding public address for IP: 64.142.109.138 Mar 3, 2006 9:14:29 AM net.feedtree.util.NAT findNatAddress FINER: Verifying connection; localSocket=/64.142.109.138:29690; hosts=[Ljava.net.InetSocketAddress;@11121f6 Mar 3, 2006 9:14:29 AM net.feedtree.util.NAT findNatAddress INFO: NAT external address (forwarding port 29690) detected: 64.142.109.138 Mar 3, 2006 9:14:29 AM net.feedtree.core.client.Client start_node FINE: [Contacting bootstrap host bootstrap.feedtree.net:29690] Mar 3, 2006 9:14:45 AM net.feedtree.core.client.Client start_node FINE: [Created node: SocketNodeHandle (<0x306222..>//64.142.109.138:29690 [-6194984111268675983])] Mar 3, 2006 9:14:45 AM net.feedtree.core.client.Client start_node FINE: [waiting for node to join network] Mar 3, 2006 9:14:50 AM net.feedtree.core.client.Client start_node FINE: [waiting for node to join network] Mar 3, 2006 9:14:55 AM net.feedtree.core.client.Client start_node FINE: [waiting for node to join network] Mar 3, 2006 9:15:00 AM net.feedtree.core.client.Client start_node FINE: [waiting for node to join network] Mar 3, 2006 9:15:05 AM net.feedtree.core.client.Client start_node FINE: [waiting for node to join network] Mar 3, 2006 9:15:10 AM net.feedtree.core.client.Client start_node FINE: [waiting for node to join network] Mar 3, 2006 9:15:15 AM net.feedtree.core.client.Client start_node FINE: [waiting for node to join network] Mar 3, 2006 9:15:20 AM net.feedtree.core.client.Client start_node FINE: [waiting for node to join network] Mar 3, 2006 9:15:25 AM net.feedtree.core.client.Client start_node FINE: [waiting for node to join network] Mar 3, 2006 9:15:30 AM net.feedtree.core.client.Client start_node FINE: [waiting for node to join network] Mar 3, 2006 9:15:35 AM net.feedtree.core.client.Client start_node FINE: [waiting for node to join network] Mar 3, 2006 9:15:40 AM net.feedtree.core.client.Client start_node FINE: [waiting for node to join network] Mar 3, 2006 9:15:45 AM net.feedtree.core.client.Client start_node INFO: [Failed to bootstrap node into network after 60 sec. Scrapping node and re-starting in 5-15 sec.] Mar 3, 2006 9:15:57 AM net.feedtree.core.client.Client start_node FINE: [Creating new node on /64.142.109.138 port 29690] Mar 3, 2006 9:15:57 AM net.feedtree.util.NAT findNatAddress INFO: Finding public address for IP: 64.142.109.138 Mar 3, 2006 9:15:57 AM net.feedtree.util.NAT findNatAddress FINER: Verifying connection; localSocket=/64.142.109.138:29690; hosts=[Ljava.net.InetSocketAddress;@16d3536 Mar 3, 2006 9:15:57 AM net.feedtree.core.client.Client start_node SEVERE: Stream corruption error while finding bootstrap. Sleeping and trying again. Mar 3, 2006 9:15:57 AM net.feedtree.core.client.Client start_node FINE: [Creating new node on /64.142.109.138 port 29690] Mar 3, 2006 9:15:57 AM net.feedtree.util.NAT findNatAddress INFO: Finding public address for IP: 64.142.109.138 Mar 3, 2006 9:15:57 AM net.feedtree.util.NAT findNatAddress FINER: Verifying connection; localSocket=/64.142.109.138:29690; hosts=[Ljava.net.InetSocketAddress;@b8176d Mar 3, 2006 9:15:57 AM net.feedtree.core.client.Client start_node SEVERE: Stream corruption error while finding bootstrap. Sleeping and trying again. Mar 3, 2006 9:15:57 AM net.feedtree.core.client.Client start_node FINE: [Creating new node on /64.142.109.138 port 29690] Mar 3, 2006 9:15:57 AM net.feedtree.util.NAT findNatAddress INFO: Finding public address for IP: 64.142.109.138 Mar 3, 2006 9:15:57 AM net.feedtree.util.NAT findNatAddress FINER: Verifying connection; localSocket=/64.142.109.138:29690; hosts=[Ljava.net.InetSocketAddress;@18f9b75 Mar 3, 2006 9:15:57 AM net.feedtree.core.client.Client start_node SEVERE: Stream corruption error while finding bootstrap. Sleeping and trying again. Mar 3, 2006 9:15:57 AM net.feedtree.core.client.Client start_node FINE: [Creating new node on /64.142.109.138 port 29690] Mar 3, 2006 9:15:57 AM net.feedtree.util.NAT findNatAddress INFO: Finding public address for IP: 64.142.109.138 Mar 3, 2006 9:15:57 AM net.feedtree.util.NAT findNatAddress FINER: Verifying connection; localSocket=/64.142.109.138:29690; hosts=[Ljava.net.InetSocketAddress;@4ca6b6 Mar 3, 2006 9:15:57 AM net.feedtree.core.client.Client start_node SEVERE: Stream corruption error while finding bootstrap. Sleeping and trying again. Mar 3, 2006 9:15:57 AM net.feedtree.core.client.Client start_node WARNING: [Failed to bootstrap node 5 times. Exiting.] error: problem starting node (run with --max-verbose for more information) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #16 | <link rel="via"> and rel="related" are stripped from Atom feeds | ftproxy | 0.5 | defect | minor | 10/12/05 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
In my links section of my feed at http://groovymother.com/index.atom I have three kinds of <link> fields in each item. When I fetch the feed via ftproxy, <link rel="alternate"> (which links back to my site) is included, but rel="via" and rel="related" are missing. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #31 | Little graph things don't appear when the RSS URL includes querystrings | ftproxy | 0.5 | defect | minor | 11/27/05 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
If you're subscribed to a feed whose URL includes query strings -- for example, http://www.flickr.com/services/feeds/photos_public.gne?tags=basset&format=atom_03 -- the little event graph thing doesn't show up on the proxy status screen. I'll attach a screenshot. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #1 | Podcasts don't work through ftproxy | ftproxy | 0.5 | defect | normal | 08/17/05 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Symptom: iTunes (and other podcast receivers) are unable to read any audio files from podcasts. Cause: The SyndEntry API in the Rome toolkit has no understanding of RSS or Atom enclosures, so when a feed with enclosures (such as a podcast) is consumed by ftproxy, the enclosures are stripped out. Solution: Fix Rome. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #10 | feedtree modifies feed items | defect | normal | 10/05/05 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
When feedtree downloads feed items, it add something like this to the entry: <div style="background-color: #eee; padding: 6px; margin-top: 12px; color: #666; font-size: small; font-family: sans-serif; clear: both;"><table border=0 cellpadding=0 cellspacing=6 style="width: 100%;"><tr><td valign=middle width=24><img src="http://localproxy.feedtree.net/:internal:/icons/download-24.png"></td><td valign=middle align=left>This entry was retrieved directly from the feed via HTTP. It is assumed to be authentic.</td><td valign=middle align=right><a href="http://localproxy/help/download.html">Help</a></td></tr></table></div> I need to see what else it does, but whatever it is, it broke my aggregator. Now I see raw source instead of pretty rendered HTML. I'm using a modified version of rss2email (http://www.ixid.net/rss2maildir). If at all possible, I'd prefer feedtree to pass along the feed without modification. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #25 | FeedTreeProxy GUI should tell you immediately if firewall/NAT settings are wrong | ftproxy-graphical-ui | 0.7 | defect | normal | 11/04/05 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Just now, if you start ftproxy on a PC which doesn't have incoming 26960 enabled in the firewall, it spins for five minutes then dies. This is going to be a massive impediment to both users getting started with FeedTree, and to feedreader authors, who won't be willing to incorporate FeedTree if it's going to increase their support costs. (This is probably a bug for the Pastry project, but it's gonna be a big thorn in your side too) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #30 | Allow selective pass-through of certain URLs/hosts/etc | ftproxy-web-ui | 0.5 | enhancement | normal | 11/18/05 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Sometimes things don't work correctly with feedtree (podcasts) it would be nice if there was some way using the UI that allowed the passing through of http requests. Right now I have to go into system preferences and do it, not a big deal but mildly annoying. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #35 | Minimise to tray | ftproxy-graphical-ui | 0.7 | enhancement | normal | 02/20/06 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
I would really like the option to have the FeedTree Proxy Status Minimise to the system tray in Windows. Many thanks. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #36 | embedded authenticity icons use wrong address. | ftproxy | 0.8 | enhancement | normal | 02/20/06 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
The icon that says whether or not the item is authentic uses the wrong address. For example: http://localproxy.feedtree.net/:internal:/icons/download-24.png should be something like: http://localhost:8500/:internal:/icons/download-24.png |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #40 | problems joining the network ("Could not dispatch message ...") | ftproxy | 0.8 | defect | normal | 02/23/06 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
"0xAFA335:rice.pastry.messaging:1140755711762:Could not dispatch message rice.pastry.join.InitiateJoin?@6782a9 because the pastry node is not yet ready.Message is going to be dropped on the floor." proxy does not work either. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #41 | "Verbose logging" option | ftproxy-graphical-ui | 0.8 | enhancement | normal | 02/24/06 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
The GUI proxy should have an option for verbose logging. Additionally (perhaps combined with the preceding, for simplicity) there should be an option to save all logs to a file for later debugging. (The Log window has a pretty small buffer.) |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| #19 | Hack Trac to suppress emails on tickets, timeline, etc. | website | 0.5 | defect | normal | 10/14/05 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
The email addresses should still be shown to logged-in users, perhaps. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
