I have fixed the problem, and I feel embarrassed for not catching this
at first... case sensitivity

Coldfusion itself in case-insensitive, until you are on a Unix system
and MachII is parsing/creating objects and listeners based on
directory structure.

Roulette, for example, did not work "out of the box" because :
1) Unzipping creates a folder "/roulette"
2) Application.cfc refers to <cfapplication name="Roulette" ...
3) mach-ii.xml has the application root as "/Roulette

This gets fixed by renaming the folder to upper case "Roulette"

Skeleton was my fault for naming application root "/Skeleton"

Thanks for all your help, but now i need to take a big stick to my
coders for not paying too close attention to case...  :)


On Jan 31, 7:49 pm, "Peter J. Farrell" <pe...@mach-ii.com> wrote:
> Soc said the following on 01/31/2011 07:02 PM:>> This is probably because 
> Roulette is not in the web root as all the
> >> sample applications were designed to be dropped in the web root directly
> >> (not in a subdirectory off the webroot).
> > skeleton was placed directly in the webroot, our webroot (for
> > development): /home/webdoc/
> > (i appologize, typed the path wrong in the post, webroot is not /home/
> > dev/webdoc/)
> > This also contains the neccesary Coldfusion files/directories (i.e.
> > CFIDE)
>
> > skeleton is in: /home/webdoc/skeleton/
> > when i goto it, the address is:https://address/skeleton/
>
> If you're accessing the site this way, then the application is being
> hosted as in sub-directory.
>
> > I removed the mapping to skeleton to be safe (since it is in the
> > webroot and should not require it). I can still get to the path, but
> > get the same error:
>
> Are you sure you have all the Mach-II files there especially
> /MachII/util/Queue.cfc?  This error is referencing that the Queue.cfc
> can't be found which is strange because it's in all of the core zips for
> the last 7 years.  Maybe FTP or other transport you use to transfer
> files missed a file.
>
> * I'd just junk /MachII folder and re-upload again.  Be sure to clear
> your template cache in the CFIDE administrator -- sometimes stuff gets
> stuck in there.
>
> .pjf

-- 
Come see Team Mach-II at OpenCFSummit - Feb 21-23, Dallas, TX - 
http://www.opencfsummit.org/

To post to this group, send email to mach-ii-for-coldfusion@googlegroups.com
For more options and to subscribe, visit this group at 
http://groups.google.com/group/mach-ii-for-coldfusion?hl=en

SVN: http://svn.mach-ii.com/machii/
Wiki / Documentation / Tickets: http://trac.mach-ii.com/machii/

Reply via email to