Re: Strange error with cffeed

2009-03-06 Thread James Holmes
We just found yet another thing that can break with this patch. CFCHART rendered charts with the text WebCharts3D Invalid license until we added wc50.jar to the sandbox. The CFFEED tag requires rome-cf.jar and CFPDF requires cf-acrobat.jar. The bug relates to reading license or config files form

Re: Strange error with cffeed

2009-01-21 Thread Jochem van Dieten
On Tue, Jan 20, 2009 at 8:00 AM, James Holmes wrote: We have sandboxing turned on; while just about everything works as you would expect without it, it appears that for some functionality (including cffeed) the path to [coldfusion instance]/WEB-INF/cfusion/lib needs to be added to the sandbox.

Re: Strange error with cffeed

2009-01-21 Thread James Holmes
I've given read and execute - I haven't tried with execute only but I will and I'll report the results. While it's quite possible to escalate privilege as you say, it's also possible we'd catch people doing this with our regular automated server checks - and I can find out where they live :-)

Re: Strange error with cffeed

2009-01-20 Thread Matthew Williams
Wow.. that's obscure. I need to bookmark this as we're moving to sandboxing in the future. Are you planning on reporting this to Adobe as a bug? Matthew Williams Geodesic GraFX ~| Adobe® ColdFusion® 8 software 8 is the most

Re: Strange error with cffeed

2009-01-20 Thread Raymond Camden
Big +1 here. Please log a bug for this (www.adobe.com/go/wish). CFFEED is a nasty beast that has had many bugs over the past. On Tue, Jan 20, 2009 at 6:50 AM, Matthew Williams mai...@geodesicgrafx.com wrote: Wow.. that's obscure. I need to bookmark this as we're moving to sandboxing in the

Re: Strange error with cffeed

2009-01-20 Thread James Holmes
Yes, I think that qualifies as a bug and I'll report it. If I were also theoretically on a beta for CF9 I'd be hypothetically testing it there too and reporting it if it still happens. Perhaps people who are in that beta can check. Jochem lists other tags that need special sandboxing - this is

Re: Strange error with cffeed

2009-01-19 Thread James Holmes
We're facing a rebuild of every CF8 server in our fleet here - if anyone has any ideas, please, please chime in. So far I've built a new cf8.01 server with the same patches, the same FusionReactor, the same JVM and the same settings on the same OS and I can't duplicate the problem, yet every

Re: Strange error with cffeed

2009-01-19 Thread James Holmes
If it helps anyone, I think I've found the class that's failing: cfset myFeedTag = createobject(java,coldfusion.syndication.FeedDateParser).getInstance() This works on the Windows box and on the new SLES box; it fails on our main boxes with java.lang.NoClassDefFoundError at

Re: Strange error with cffeed

2009-01-19 Thread Wil Genovese
James, Why are you using the 1.5 series of the JVM? Since the reinstall works, try installing the new 1.6.0_11 JVM and see if that fixes the issue? If for some reason you absolutely can not use the 1.6 version then install a second copy of the JVM you have and switch to that one. To me it

Re: Strange error with cffeed

2009-01-19 Thread James Holmes
The 1.6 JVM breaks the SSL for the internal JRun Webserver, which we use for administration. As an aside, if anyone can tell us how to make JWS with SSL work with Java 6 we'd be very happy. Regardless, I actually did try going back to the default CF8.01 JVM with the same results. For

Re: Strange error with cffeed

2009-01-19 Thread Matthew Williams
You know, you might want to try copying the tools.jar file from the {currentjre}/lib folder to the /cfusion/lib folder. Until I did this, my webservice calls were all shot to hell. This may only be a problem for those that install in multiserver mode though. Maybe standalone copies the

Re: Strange error with cffeed

2009-01-19 Thread James Holmes
Yeah, we do that as part of every standard install when we change the JVM - it's a good tip for anyone reading though. mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ 2009/1/20 Matthew Williams mai...@geodesicgrafx.com: You know, you might want to try copying the

Re: Strange error with cffeed

2009-01-19 Thread James Holmes
Right, I have the solution. We have sandboxing turned on; while just about everything works as you would expect without it, it appears that for some functionality (including cffeed) the path to [coldfusion instance]/WEB-INF/cfusion/lib needs to be added to the sandbox. After adding the

Re: Strange error with cffeed

2009-01-14 Thread James Holmes
Adrian Lynch cont...@adrianlynch.co.uk: Can you post your code? Adrian -Original Message- From: Meghna Chopra Sent: 19 November 2008 09:59 To: cf-talk Subject: Strange error with cffeed I am trying to use cffeed tag and it is giving following errors. Do you have any ideas, would

Strange error with cffeed

2008-11-19 Thread Meghna Chopra
I am trying to use cffeed tag and it is giving following errors. Do you have any ideas, would be wrong? 500 ROOT CAUSE: java.lang.NoClassDefFoundError: Could not initialize class coldfusion.syndication.FeedDateParser at coldfusion.tagext.io.FeedTag.init(FeedTag.java:64) at

RE: Strange error with cffeed

2008-11-19 Thread Adrian Lynch
Can you post your code? Adrian -Original Message- From: Meghna Chopra Sent: 19 November 2008 09:59 To: cf-talk Subject: Strange error with cffeed I am trying to use cffeed tag and it is giving following errors. Do you have any ideas, would be wrong? 500 ROOT CAUSE