Thanks, it works after deleting both .class and .java files

-----Original Message-----
From: Jesse Houwing [mailto:[EMAIL PROTECTED] 
Sent: 03 March 2003 11:45
To: CF-Talk
Subject: Re: Weird Error Message


Citeren "Shahzad.Butt" <[EMAIL PROTECTED]>:

> Today, thinking of normal day I typed in my site address. Clicked on a

> link and its giving following error. Does anyone knows what this error

> is all about and how come its appearing without anything being 
> changed.
> 
> Thanks in advance
> 
> Errors reported by Java compiler: Found 1 semantic error compiling
> "C:/CFusionMX/wwwroot/WEB-INF/cfclasses/cfSelect2ecfm2055018563.java":
> 1. public final class cfSelect2ecfm2055018563 extends 
> coldfusion.runtime.CFPage{ <---------------------> *** Error: Cannot 
> write class file "cfSelect2ecfm2055018563.class" because that name 
> conflicts with the name of the class file 
> "cfselect2ecfm2055018563.class" in directory "cfclasses". This is 
> illegal because file names are case-insensitive in this system. .

It probably means that you once had a file called

cfslect2e.cfm

It was opened and compiled a while back. The compiled page was saved to
improve 
execution speed.

then you removed it and created a file called

cfSelect2e (note the case of the 's')

and when coldfusion tried to compile it it found that another file with
an 
almost identical name existed, but as the cases differ it can't (won't) 
overwrite the original file.

To sole this you need to remove the cfselect2ecfm2055018563.class file
from the 
cfroot\webroot\web-inf\cfclasses directory to sole this.

Jesse

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to