>Errors reported by Java compiler: Found 1 semantic error compiling
>"C:/CFusionMX/wwwroot/WEB-INF/cfclasses/cfPut_Owner2ecfm954140912.java": 1.
>public final class cfPut_Owner2ecfm954140912 extends
>coldfusion.runtime.CFPage{ <-----------------------> *** Error: Cannot 
>write
>class file "cfPut_Owner2ecfm954140912.class" because that name conflicts
>with the name of the class file "cfput_owner2ecfm954140912.class" in
>directory "cfclasses". This is illegal because file names are
>case-insensitive in this system. .
>
>
>This first happened when I tried to deploy from homesite and got "access
>denied" message.  So I moved the file manually.. and all of a sudden this
>error popped up.
>
>Any ideas?
>

Try deleting the generated class file from the WEB-INF/cfclasses directory, 
as it sounds like there's a permissions issue there. It looks like you're on 
a *nix system, so you could simply cd into the cfclasses directory and do:

rm cfPut_Owner2ecfm954140912.class

and then re-load the page.

Regards,
Dave.

_________________________________________________________________
The new MSN 8: advanced junk mail protection and 2 months FREE*  
http://join.msn.com/?page=features/junkmail

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

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

Reply via email to