ColdBox Forums Notification: Post to Installation on CFMX 6.1 / Suse Linux

Title: Installation on CFMX 6.1 / Suse Linux
Thread: Installation on CFMX 6.1 / Suse Linux
Forum: Need Help?
Conference: ColdBox
User: dblue I'm trying to run coldbox_2.5.2 on CFMX 6.1 / suse linux / apache 1.3.
foist of
all have to say the following configuration runs without any errors on CFMX 8
on Win XP Pro and Apache 2.2.4

my directory-structure:

[code]../www/com
../www/config
../www/handlers
../www/htdocs (webroot)
../www/includes
../www/layouts
../www/logs
../www/plugins
../www/views
../www/htdocs/index.cfm references to
#ExpandPath('../config/config.xml.cfm')#[/code]

i have set a CF-Mapping named
/cb_{project} to /webdata/{domain.ch}/vhosts/www
config.xml.cfm contains
[code]<Setting name="AppMapping" value="cb_{project}" />[/code]

Calling
http://www.{domain.ch}/index.cfm?fwreinit=1 shows the following error:
The
handlers directory: /webdata/{domain.ch}/vhosts/www/htdocs/handlers does not
exist please check your application structure or your Application Mapping.
Calling http://www.{domain.ch}/ shows:

Framework Initialization/Configuration
Exception
Error Type:
Framework.loaderService.HandlersDirectoryNotFoundException : [N/A]
Error
Messages: The handlers directory:
/webdata/{domain.ch}/vhosts/www/htdocs/handlers does not exist please check your
application structure or your Application Mapping.

Looks like if the
AppMapping is not processed.

Calling a test.cfm containing [code]<cfinclude
template="/cb_{project}/test.txt" />[/code] works fine and show that the
CF-Mapping is valid.

http://www.{domain.ch}/coldbox/system/coldbox.cfm shows
"Not Permitted."
http://www.{domain.ch}/coldbox/samples/ or
http://www.rebi-und-urbi.ch/coldbox/samples/index.cfm shows a blank page (no
error!).

Finally i tried to switch to a classic folder structure:
[code]<Setting name="AppMapping" value="" />

../www/htdocs/com
../www/htdocs/config
../www/htdocs/handlers
../www/htdocs (webroot)
../www/htdocs/includes
../www/htdocs/layouts
../www/htdocs/logs
../www/htdocs/plugins
../www/htdocs/views[/code]

In this case i received the
following error:

Oops! Exception Encountered:
Application Execution
Exception
Error Type: coldspring.beanCreationException : [N/A]
Error Messages:
Bean creation exception during init() of transfer.TransferFactory
The argument
XML passed to function validate() is not of type xml.:If the component name is
specified as a type of this argument, the reason for this error might be that a
definition file for such component cannot be found or is not accessible.

Can
anyone give me some advice about Coldbox CFMX-6.1 support?

Regards, Daniel
http://www.luismajano.com/forums/index.cfm?event=ehMessages.dspMessages&threadid=187EED49-FF65-CEF6-65C9EB52C681D918