Has anyone ever gone to a cf site and seen No Such Binding? It does not
happen server wide but it seems to happen to many sites at once randomly. In
my application I am loading configuration from a database. To correct the
problem I simply go into my admin and verify all connections under
datasources and that seems to fix the problem. I really don't think this is
a coding issue but I can't seem to figure out how to fix it or at least how
to notify us so that our customers are not down.Below is the stack trace
from exception log.

"Error","jrpp-200","10/24/07","11:47:21","ApplicationName","No such binding:
ApplicationName The specific sequence of files included or processed is:
E:\www\appname\index.cfm "
coldfusion.server.ServiceRuntimeException: No such binding: ApplicationName
    at coldfusion.server.jrun4.SqlExecutive.getDataSource(SqlExecutive.java
:149)
    at coldfusion.sql.Executive.getDatasource(Executive.java:464)
    at coldfusion.sql.DataSrcImpl.validate(DataSrcImpl.java:64)
    at coldfusion.sql.SqlImpl.validate(SqlImpl.java:200)
    at coldfusion.tagext.sql.QueryTag.doStartTag(QueryTag.java:397)
    at cfApplication2ecfm272758846.runPage
(E:\www\appname\Application.cfm:19)
    at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:147)
    at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:357)
    at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:62)
    at coldfusion.filter.CfincludeFilter.include(CfincludeFilter.java:30)
    at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:93)
    at coldfusion.filter.PathFilter.invoke(PathFilter.java:80)
    at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:47)
    at coldfusion.filter.ClientScopePersistenceFilter.invoke(
ClientScopePersistenceFilter.java:28)
    at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:35)
    at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:43)
    at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
    at coldfusion.CfmServlet.service(CfmServlet.java:105)
    at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
    at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
    at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java
:249)
    at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java
:527)
    at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(
JRunProxyService.java:192)
    at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(
ThreadPool.java:348)
    at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(
ThreadPool.java:451)
    at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(
ThreadPool.java:294)
    at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:291976
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to