FWIW, I did have the bootstrapper error when I didn't have MG in the webroot. (It was originally in Subdirectory1.) Saw those tickets, grabbed the latest, but since it wasn't in the webroot... still had the error. It cleared up when I moved it (and CS and Reactor) to the webroot. Then I came across error at hand...
Bean creation exception during init() of reactor.config.config access denied (java.io.FilePermission \config\Reactor.xml read): The error occurred in C:\Websites\158513gy8\ColdSpring\beans \DefaultXmlBeanFactory.cfc: line 893 Called from C:\Websites\149513gy8\ColdSpring\beans \DefaultXmlBeanFactory.cfc: line 632 Called from C:\Websites\149513gy8\ModelGlue\gesture\externaladapters \ioc\ColdSpringAdapter.cfc: line 22 Called from C:\Websites\149513gy8\ModelGlue\gesture\ModelGlue.cfc: line 195 Called from C:\Websites\149513gy8\ModelGlue\gesture\modules\orm \controller\GenericORMController.cfc: line 27 Called from C:\Websites\149513gy8\ModelGlue\gesture\eventrequest \EventContext.cfc: line 298 Called from C:\Websites\149513gy8\ModelGlue\gesture\eventrequest \EventContext.cfc: line 225 Called from C:\Websites\149513gy8\ModelGlue\gesture\eventrequest\phase \Population.cfc: line 23 Called from C:\Websites\149513gy8\ModelGlue\gesture\eventrequest \EventContext.cfc: line 155 Called from C:\Websites\149513gy8\ModelGlue\gesture\ModelGlue.cfc: line 215 Called from C:\Websites\149513gy8\ModelGlue\gesture\ModelGlue.cfm: line 58 Called from C:\Websites\149513gy8\subdirectory1\index.cfm: line 50 891 : <cfthrow type="coldspring.beanCreationException" 892 : message="Bean creation exception during init() of #beanDef.getBeanClass()#" 893 : detail="#cfcatch.message#:#cfcatch.detail#"> 894 : </cfcatch> 895 : </cftry> On Sep 19, 2009, at 5:37 PM, Chris Blackwell wrote: > Hi Victoria, > > This seems to be a similar, if not same issue, discussed in the last > few posts of this thread. Pretty sure we squashed this bug in MG, > maybe a similar issue exists in Reactor. > > I've just got back from the pub so i'm not going to attempt to fix > this right now, but hopefully i'll remember to to it in the > morning. If you can post the full error detail it'll help jog my > memory. > > nn. > > 2009/9/19 Victoria Ryder <[email protected]> > > My current error is: > > Bean creation exception during init() of reactor.config.config > access denied (java.io.FilePermission \config\Reactor.xml read) > > I believe I have incorrect ColdSpring configs, but I can't seem to > figure out what the correct ones would be. > My situation is thus: > > www/ModelGlue > www/ColdSpring > www/Reactor > www/subdirectory1 > www/subdirectory1/config > www/subdirectory2 > www/subdirectory2/config > > I'm on a shared host with no ability to create virtual hosts, but I > want more than one application up there. > I don't want to create CF mappings (and shouldn't need to?) > I've tried the ColdSpring configs I think should work and umpteen > other things. > > Thanks. > > > > > > --~--~---------~--~----~------------~-------~--~----~ Model-Glue Sites: Home Page: http://www.model-glue.com Documentation: http://docs.model-glue.com Bug Tracker: http://bugs.model-glue.com Blog: http://www.model-glue.com/blog You received this message because you are subscribed to the Google Groups "model-glue" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/model-glue?hl=en -~----------~----~----~----~------~----~------~--~---
