I just tried a dozen or more uploads/deletes and couldn't reproduce the problem. As with any bug, it's going to be tough to fix it we can't reproduce it reliably.
Vince On Wed, Nov 25, 2009 at 1:04 PM, Aaron Lynch <[email protected]> wrote: > I deleted them using cffile. > > If you have a google account, you can go here > http://ajl-srv-003.appspot.com/ and upload/delete a few times and > hopefully get the error. As far as testable code, there isn't anything > tricky going on. just cfdirectory listing/creating and cffile > upload/deleting > > > Aaron Lynch > > www.AaronJLynch.com <http://www.aaronjlynch.com/> > www.InstantSpot.com <http://www.instantspot.com/> > > > On Wed, Nov 25, 2009 at 11:59 AM, Vince Bonfanti <[email protected]>wrote: > >> Yes, there is some caching going on within GaeVFS. How did you delete the >> files? from the GAE admin console, or by using CFFILE? Deleting from the GAE >> admin console is going to cause problems--you should always use CFFILE. If >> you're using CFFILE, can you give me a reproducible testcase? >> >> Vince >> >> On Wed, Nov 25, 2009 at 11:24 AM, Aaron Lynch <[email protected]>wrote: >> >>> I am running into some issues with cfdirectory when I have deleted files >>> from the virtual file system. Is openBD caching the directory list? Is >>> there a workaround for this? >>> >>> Error: http://imgur.com/tSPLY.jpg >>> >>> Aaron Lynch >>> >>> www.AaronJLynch.com >>> www.InstantSpot.com >>> >>> >>> On Tue, Nov 24, 2009 at 1:07 PM, Paul Kukiel <[email protected]> wrote: >>> >>>> I can't believe how easy this was to solve. Impressed. >>>> >>>> Thanks Aaron. >>>> >>>> Paul. >>>> >>>> -----Original Message----- >>>> From: Aaron Lynch [mailto:[email protected]] >>>> Sent: Tuesday, November 24, 2009 2:02 PM >>>> To: Open BlueDragon >>>> Subject: [OpenBD] Re: Open BD GAE VFS >>>> >>>> Hey Paul, here is one way of accessing your images from the VFS. >>>> >>>> >>>> http://aaronjlynch.com/blog/2009/11/24/Google-App-Engines-Virtual-File-Syste >>>> m-with-OpenBD<http://aaronjlynch.com/blog/2009/11/24/Google-App-Engines-Virtual-File-Syste%0Am-with-OpenBD> >>>> >>>> >>>> cliffs: <img src="getfile.cfm?f=myimagename.jpg"/> >>>> >>>> >>>> -Aaron >>>> www.AaronJLynch.com >>>> www.InstantSpot.com >>>> >>>> >>>> On Nov 9, 7:02 pm, "Paul Kukiel" <[email protected]> wrote: >>>> > I have OpenBD on GAE. >>>> > >>>> > I used cfhttp to get a file ( picture.png ) I then used cffile to >>>> write >>>> this >>>> > to the VFS. >>>> > >>>> > cfdirectory lists the file here: >>>> > >>>> > >>>> >>>> /base/data/home/apps/myapp/1.337642045380650872/gae:/base/data/home/apps/web >>>> > sheppaul/1.337642045380650872 >>>> > >>>> > As z.png >>>> > >>>> > How can I then reference that file so I can then use z.png as an image >>>> ie >>>> > <img src="somePath" /> >>>> > >>>> > Paul. >>>> >>>> -- >>>> Open BlueDragon Public Mailing List >>>> http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon >>>> mailing list - http://groups.google.com/group/openbd?hl=en >>>> >>>> !! save a network - please trim replies before posting !! >>>> >>>> -- >>>> Open BlueDragon Public Mailing List >>>> http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon >>>> mailing list - http://groups.google.com/group/openbd?hl=en >>>> >>>> !! save a network - please trim replies before posting !! >>>> >>> >>> -- >>> Open BlueDragon Public Mailing List >>> http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon >>> mailing list - http://groups.google.com/group/openbd?hl=en >>> >>> !! save a network - please trim replies before posting !! >>> >> >> -- >> Open BlueDragon Public Mailing List >> http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon >> mailing list - http://groups.google.com/group/openbd?hl=en >> >> !! save a network - please trim replies before posting !! >> > > -- > Open BlueDragon Public Mailing List > http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon > mailing list - http://groups.google.com/group/openbd?hl=en > > !! save a network - please trim replies before posting !! > -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon mailing list - http://groups.google.com/group/openbd?hl=en !! save a network - please trim replies before posting !!
