Thanks Mark! Sounds like a good idea to me.
Unfortunately, it happened while I was giving an impromptu "checkout how great CF is" lecture to two PHP dudes here. We were comparing notes - gez the PHPers have to do a lot of unnecessary work just to read of URL and POST variables! Cheers David -----Original Message----- From: Mark M [mailto:[EMAIL PROTECTED] Sent: Thursday, February 19, 2004 4:49 PM To: CFAussie Mailing List Subject: [cfaussie] Re: Weird CFMX 6.0 error David - Yup, this happens in CFMX 6.0 occasionally. Just drive into the C:\CFusionMX\wwwroot\web-inf\cfclasses\ and delete the offending .class file. (I've always liked: del *application*) Restart the cf server, and it should all be good again. Mark ------------------------------------------------------------------ [EMAIL PROTECTED] ICQ: 3094740 Safe From Bees [ www.safefrombees.com ] Quoting "Whiterod, David (PLNSA)" <[EMAIL PROTECTED]>: > Hi, > > I am experiencing a weird error with CF Pro (V6,0,0,58500; on Win2000 > Server). > > The CF templates run fine but when I add an application.cfm (in the same > directory) I get the following error: > > Errors reported by Java compiler: Found 1 semantic error compiling > "C:/CFusionMX/wwwroot/WEB-INF/cfclasses/cfApplication2ecfm803861552.java": > 1. public final class cfApplication2ecfm803861552 extends > coldfusion.runtime.CFPage{ <-------------------------> *** Error: Cannot > write class file "cfApplication2ecfm803861552.class" because that name > conflicts with the name of the class file > "cfapplication2ecfm803861552.class" in directory "cfclasses". This is > illegal because file names are case-insensitive in this system. . > > I have bounced the CF services with no change. > > Got any ideas? > > cheers > > David > > ======================== > | ) \ ^ / > > David Whiterod > Senior GIS Analyst > Spatial Planning Analysis and Research Branch > Planning SA > > [p] +61 8 8303 0689 > [f] +61 8 8303 0716 > [m] +61 (0)413 844 411 > [e] [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > > [w] www.planning.sa.gov.au <http://www.planning.sa.gov.au> > > The information contained in this e-mail message may be confidential and may > also be the subject of privileged or public interest immunity. If you are > not the intended recipient, any use, disclosure or reproduction of this > document is unauthorised. If you have received this e-mail in error, please > contact me. > > --- > You are currently subscribed to cfaussie as: [EMAIL PROTECTED] > To unsubscribe send a blank email to [EMAIL PROTECTED] > > MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia > http://www.mxdu.com/ + 24-25 February, 2004 > > > --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004 --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
