Lucee 6.2.1.122 Error (database)
Message Datasource [zipcodes] doesn't exist
Detail available datasource names are [ourstories,stickerbuilder,marketplace,F1]
AI (Experimental) For AI-driven exception analysis setup, see AI Setup Guide.
Datasource

zipcodes

Stacktrace The Error Occurred in
C:\inetpub\sites\MarketplaceFunctions\DisplayFunctions.cfm: line 658
656:    <cfargument name="phone" required="yes">
657:    <cfargument name="email" required="yes">
658:    <cfquery name="getJurisdiction" datasource="zipcodes">
659:    SELECT state_name from zip_codes where zip='#arguments.zip#'
660:    </cfquery>

called from C:\inetpub\sites\MarketplaceFunctions\DisplayFunctions.cfm: line 657
called from C:\inetpub\sites\altusinternet.com\index.cfm: line 26
Java Stacktrace lucee.runtime.exp.DatabaseException: Datasource [zipcodes] doesn't exist
 at lucee.runtime.exp.DatabaseException.notFoundException(DatabaseException.java:199)
 at lucee.runtime.PageContextImpl.getDataSource(PageContextImpl.java:4001)
 at lucee.runtime.tag.Query.toDatasource(Query.java:250)
 at lucee.runtime.tag.Query.setDatasource(Query.java:242)
 at displayfunctions_cfm$cf.udfCall2_000033(/mfunctions/DisplayFunctions.cfm:658)
 at displayfunctions_cfm$cf.udfCall2(/mfunctions/DisplayFunctions.cfm:657)
 at displayfunctions_cfm$cf.udfCall(/mfunctions/DisplayFunctions.cfm)
 at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
 at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
 at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224)
 at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:811)
 at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:773)
 at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2075)
 at index_cfm$cf.call(/index.cfm:26)
 at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1112)
 at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1006)
 at lucee.runtime.listener.ClassicAppListener._onRequest(ClassicAppListener.java:63)
 at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:42)
 at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2810)
 at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2797)
 at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2768)
 at lucee.runtime.engine.Request.exe(Request.java:45)
 at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1109)
 at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1066)
 at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97)
 at lucee.loader.servlet.jakarta.CFMLServlet.service(CFMLServlet.java:52)
 at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:710)
 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:130)
 at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:109)
 at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
 at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:79)
 at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483)
 at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:116)
 at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
 at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
 at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
 at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:420)
 at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
 at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903)
 at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
 at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
 at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
 at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
 at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:59)
 at java.base/java.lang.Thread.run(Unknown Source)
Timestamp 9/15/25 5:19:21 PM UTC