Ticket #276 (closed defect: invalid)

Opened 19 years ago

Last modified 16 years ago

Error loading ORM when using Transfer

Reported by: tobyt Owned by: somebody
Priority: high Milestone:
Version: 2.0.304 Severity: blocker
Keywords: orm,transfer,setup,install Cc:

Description

Have uncommented the relevant chunk in /config/ColdSpring.xml to allow usage of transfer for ORM. When I load the default "Model Glue is up and running" page though it reports an error:


Not using an ORM adapter. You will not be able to do automatic database functions.

Cause: Transfer failed to load: coldspring.beanCreationException : Bean creation exception during init() of transfer.TransferFactory? : The argument XMLFILEREADER passed to function init() is not of type transfer.com.io.XMLFileReader.: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.


I am running it on a redhat linux server, using apache 2.4. As far as I can see all permissions are good - apache has write and read access to what it needs. I have the following setup:

/webroot/testMGApp = a copy of the mg application template with transfer setup /webroot/transfer = transfer 0.6.1 /webroot/modelglue = modelglue:unity release downloaded from zip on model-glue.com /webroot/coldspring - latest CVS coldspring

Everything else on the "Model-Glue is up and running" page seems fine, just that the ORM segment reports this error. Any ideas?

Change History

Changed 19 years ago by tobyt

I've sinced tried this on a separate server, windows 2000 AS. Works fine - so it must be something linux specific, or a configuration error. Will update when I find out.

Changed 19 years ago by tobyt

Ok I feel a fool now. For the sake of anyone finding a similar issue, this occurred because I had a farcry installation on the same server, with the coldfusion mapping "/farcry" pointing to "/mywebroot/"

once the mapping was removed it works fine.

Changed 19 years ago by joe.rinehart

  • status changed from new to closed
  • resolution set to invalid

Changed 16 years ago by cfgrok

  • milestone User Reported Issues (with full information) deleted

Milestone User Reported Issues (with full information) deleted

Note: See TracTickets for help on using tickets.