Re: [cfaussie] Re: XML Parser and xml parsing problems in Coldfusion

2010-08-17 Thread Barry Chesterman
The file or files are relatively small (about 15 lines worth mostly, and not very long lines at that), it isn't reproducible and yes it does happen randomly. There isn't any memory issue, the scope when the file is read is local only to the particular request (I'm pretty sure - I'll check), It

Re: [cfaussie] Re: XML Parser and xml parsing problems in Coldfusion

2010-08-17 Thread Mark Mandel
I wonder if there are any threading issues in the xml parser. Try locking down the reading of the xml file, and see if that resolves the issue. It may be that people don't tend to see this issue because it's a common practice to read the xml file that never change once, and then just cache it in

Re: [cfaussie] Re: XML Parser and xml parsing problems in Coldfusion

2010-08-17 Thread Barry Chesterman
I wonder that too. When you say lock it down, do you mean put an lock around the file read using the cflock? I can give that a go and see if the issue still occurs as that is something relatively easy to test. And yes you would expect to cache static XML files (at least) to save having to read

Re: [cfaussie] Re: XML Parser and xml parsing problems in Coldfusion

2010-08-17 Thread Mark Mandel
Yup, exactly what I mean :) On Tue, Aug 17, 2010 at 5:37 PM, Barry Chesterman barrychester...@gmail.com wrote: When you say lock it down, do you mean put an lock around the file read using the cflock? -- E: mark.man...@gmail.com T: http://www.twitter.com/neurotic W:

Re: [cfaussie] Re: XML Parser and xml parsing problems in Coldfusion

2010-08-17 Thread Mark Mandel
Actually, to be clear, around the XMLParse more than the file read. Mark On Tue, Aug 17, 2010 at 5:47 PM, Mark Mandel mark.man...@gmail.com wrote: Yup, exactly what I mean :) On Tue, Aug 17, 2010 at 5:37 PM, Barry Chesterman barrychester...@gmail.com wrote: When you say lock it down, do

Re: [cfaussie] CFUG Melbourne August 2010: New features in Adobe ColdFusion Server 9 by Steve Onnis

2010-08-17 Thread MrBuzzy
I'll be there and thanks for doing your thang! Sent from my iPhone On 17/08/2010, at 12:21 PM, Peter Robertson pe...@p-robertson.com wrote: This presentation will cover some of the new functionality introduced in the new version of the Adobe ColdFusion Server 9 - ColdFusion 9 Goodies

Re: [cfaussie] CFUG Melbourne August 2010: New features in Adobe ColdFusion Server 9 by Steve Onnis

2010-08-17 Thread Peter Robertson
Will be good to see you. Cheers Peter On 17 August 2010 21:43, MrBuzzy mrbu...@gmail.com wrote: I'll be there and thanks for doing your thang! Sent from my iPhone On 17/08/2010, at 12:21 PM, Peter Robertson pe...@p-robertson.com wrote: This presentation will cover some of the new

Re: [cfaussie] CFUG Melbourne August 2010: New features in Adobe ColdFusion Server 9 by Steve Onnis

2010-08-17 Thread Gavin Beau Baumanis
Hi Peter / Steve, I'll be there and most likely will have our intern with me again. As always, please contact me if I can be of any futher assistance. Gavin Beau Baumanis Senior Application Developer PalCare Pty. Ltd. P: +61 -3 9380 3513 M: +61 -438 545 586 E: b...@palcare.com.au W:

[cfaussie] Re: Security update: Hotfix available for ColdFusion

2010-08-17 Thread Stephen M
On Aug 12, 8:39 am, Kai Koenig k...@koeni.de wrote: Sorry for the crosspost to the NZ and AU lists, but you might want to install this one rather sooner than later: http://www.adobe.com/support/security/bulletins/apsb10-18.html Cheers Kai is this a problem for CF 6.1 ? hackmycf says it

Re: [cfaussie] Re: Security update: Hotfix available for ColdFusion

2010-08-17 Thread Mark Mandel
6.1 isn't supported by Adobe anymore, and hasn't for a while. http://kb2.adobe.com/cps/402/kb402091.html You can resolve this issue by restricting access to the cfadmin as described previously in this thread. Mark On Wed, Aug 18, 2010 at 12:30 PM, Stephen M sgmul...@gmail.com wrote: On Aug

[cfaussie] Re: XML Parser and xml parsing problems in Coldfusion

2010-08-17 Thread BarryC
I have worked out what the issue is (YAY), It appears that it is a case of un-vared variables, the variable that the parsed XML is being read into is not scoped in a cfc function, causing any reads for from that variable to fail if another process is writing to it - seeings it becomes a global

[cfaussie] Re: CFUG Melbourne August 2010: New features in Adobe ColdFusion Server 9 by Steve Onnis

2010-08-17 Thread Matthew
Only in Australia would stubby holders be offered as a draw card :) I'd love to come but my 3 month old has decided to start teething so won't oblige me a night off. Let us know if it's recorded or there are any slides? Cheers Matthew On Aug 17, 12:21 pm, Peter Robertson pe...@p-robertson.com

Re: [cfaussie] Re: CFUG Melbourne August 2010: New features in Adobe ColdFusion Server 9 by Steve Onnis

2010-08-17 Thread Mark Mandel
I won't be able to make it this week. Don't miss me too much ;) Mark On Wed, Aug 18, 2010 at 1:35 PM, Matthew matthewbchamb...@gmail.com wrote: Only in Australia would stubby holders be offered as a draw card :) I'd love to come but my 3 month old has decided to start teething so won't

Re: [cfaussie] Re: Security update: Hotfix available for ColdFusion

2010-08-17 Thread Kai Koenig
Everything up to and including CF 7 is out of support (so and so many years after release), therefore no hotfixes etc anymore. Kai On 18/08/2010, at 4:20 PM, Andrew Scott wrote: Adobe don't support CF6.0 anymore, and I think CF7.0 is the same as well. Adam might pipe in here, but I