Ticket #10 (closed enhancement: fixed)

Opened 20 years ago

Last modified 16 years ago

ReactorAdapter init() throws error

Reported by: anonymous Owned by: joe.rinehart
Priority: highest Milestone: 2.0 Beta 1
Version: 2.0.304 Severity: normal
Keywords: Cc:

Description

There's a problem in the ReactorAdapter? preventing the ReactorFactory? from running its init() method:

Bean creation exception during init() of ModelGlue?.unity.eventhandler.EventHandlerFactory?

Bean creation exception during init() of ModelGlue?.unity.orm.ReactorAdapter? The error occurred in C:\Inetpub\wwwroot\coldspring\beans\DefaultXmlBeanFactory?.cfc: line 539 Called from C:\Inetpub\wwwroot\coldspring\beans\DefaultXmlBeanFactory?.cfc: line 332 Called from C:\Inetpub\wwwroot\modelglue2\ModelGlue?\unity\loader\XmlConfigurationLoader?.cfc: line 16 Called from C:\Inetpub\wwwroot\modelglue2\ModelGlue?\unity\loader\XmlConfigurationLoader?.cfc: line 312 Called from C:\Inetpub\wwwroot\modelglue2\ModelGlue?\unity\loader\XmlConfigurationLoader?.cfc: line 47 Called from C:\Inetpub\wwwroot\modelglue2\ModelGlue?\unity\loader\FrameworkLoader?.cfc: line 60 Called from C:\Inetpub\wwwroot\modelglue2\ModelGlue?\unity\ModelGlue?.cfm: line 36 Called from C:\Inetpub\wwwroot\modelglue2\ModelGlue?\ModelGlue?.cfm: line 1 Called from C:\Inetpub\wwwroot\foo\Source\Client\index.cfm: line 27

537 : <cfthrow type="coldspring.beanCreationException" 538 : message="Bean creation exception during init() of #beanDef.getBeanClass()#" 539 : detail="#cfcatch.message#"> 540 : </cfcatch> 541 : </cftry>

Change History

Changed 20 years ago by joe.rinehart

  • owner changed from somebody to joe.rinehart
  • status changed from new to assigned

Changed 20 years ago by joe.rinehart

  • status changed from assigned to closed
  • resolution set to fixed

Fixed by [115]

Note: See TracTickets for help on using tickets.