Question
How do I fix a "Bean creation exception" error?
I inherited a new website project and I'm trying to set up a development version of the current system on a Windows box...I've had numerous mapping errors and just when I think I'm out of the woods, I get this error:
Bean creation exception during init() of components.factories.securityFactory | |||||||||
| The parameter POCSERVICE to function init is required but was not passed in.: | |||||||||
| The error occurred in C:\tecnet\Html\AIR40Pv2\production\mappings\coldspring\beans\DefaultXmlBeanFactory.cfc: line 893 Called from C:\tecnet\Html\AIR40Pv2\production\mappings\coldspring\beans\DefaultXmlBeanFactory.cfc: line 637 Called from C:\tecnet\Html\AIR40Pv2\production\wwwroot\fusebox.init.cfm: line 36 Called from C:\tecnet\Html\AIR40Pv2\production\mappings\fusebox5\fusebox5.cfm: line 126 Called from C:\tecnet\Html\AIR40Pv2\production\wwwroot\index.cfm: line 21 | |||||||||
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> | |||||||||
Resources:
| |||||||||
| |||||||||
| Stack Trace (click to expand) |
at cfDefaultXmlBeanFactory2ecfc1637825273$funcCONSTRUCTBEAN.runFunction(C:\tecnet\Html\AIR40Pv2\production\mappings\coldspring\beans\DefaultXmlBeanFactory.cfc:893) at cfDefaultXmlBeanFactory2ecfc1637825273$funcGETBEAN.runFunction(C:\tecnet\Html\AIR40Pv2\production\mappings\coldspring\beans\DefaultXmlBeanFactory.cfc:637) at cffusebox2einit2ecfm2127148459.runPage(C:\tecnet\Html\AIR40Pv2\production\wwwroot\fusebox.init.cfm:36) at cffusebox52ecfm1072147970.runPage(C:\tecnet\Html\AIR40Pv2\production\mappings\fusebox5\fusebox5.cfm:126) at cfindex2ecfm1383736776.runPage(C:\tecnet\Html\AIR40Pv2\production\wwwroot\index.cfm:21) coldfusion.runtime.CustomException: Bean creation exception during init() of components.factories.securityFactory at coldfusion.tagext.lang.ThrowTag.doStartTag(ThrowTag.java:124) at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1915) at cfDefaultXmlBeanFactory2ecfc1637825273$funcCONSTRUCTBEAN.runFunction(C:\tecnet\Html\AIR40Pv2\production\mappings\coldspring\beans\DefaultXmlBeanFactory.cfc:893) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:344) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:290) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:254) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:56) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:207) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:169) at coldfusion.runtime.CfJspPage._invokeUDF(CfJspPage.java:1807) at cfDefaultXmlBeanFactory2ecfc1637825273$funcGETBEAN.runFunction(C:\tecnet\Html\AIR40Pv2\production\mappings\coldspring\beans\DefaultXmlBeanFactory.cfc:637) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:344) at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:290) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:254) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:56) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:207) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:169) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:194) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:146) at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:1634) at cffusebox2einit2ecfm2127148459.runPage(C:\tecnet\Html\AIR40Pv2\production\wwwroot\fusebox.init.cfm:36) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:349) at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1915) at cffusebox52ecfm1072147970.runPage(C:\tecnet\Html\AIR40Pv2\production\mappings\fusebox5\fusebox5.cfm:126) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:349) at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1915) at cfindex2ecfm1383736776.runPage(C:\tecnet\Html\AIR40Pv2\production\wwwroot\index.cfm:21) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:349) at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65) at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:225) at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:51) at coldfusion.filter.PathFilter.invoke(PathFilter.java:86) at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:69) at coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:52) at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28) at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38) at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38) at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22) at coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:115) at coldfusion.CfmServlet.service(CfmServlet.java:107) at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78) at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91) at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257) at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:541) at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204) at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:318) at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:426) at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:264) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66) |
