Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Error in url parameter

New Here ,
Jun 04, 2008 Jun 04, 2008
I am getting following error in my applicationElement FORM_ID is undefined in URL.
G:\ITO_Services_Webs\iForms\sessionMgmt.cfm: line 103
101 : <cfquery name="Get_Form" datasource="#iForms_DSN#">
102 : EXEC SP_Get_Form 1
103 : @FORM_ID = #URL.FORM_ID#,
104 : @Key_Type = '#URL.Key_Type#',
105 : @Key_ID = #URL.Key_ID#
Form id is always there in url when one try to access the site. Link is http://iforms.sbc.com/iforms_loader.cfm?Form_id=67&Key_Type=VPMO_ID&Key_ID=71241&SBCUID=dw4694&IO_Mo...

Here is the stack trace:
"Error","jrpp-722","06/04/08","10:12:47","iForms","Element FORM_ID is undefined in URL. The specific sequence of files included or processed is: G:\ITO_Services_Webs\iForms\parser.cfm " coldfusion.runtime.UndefinedElementException: Element FORM_ID is undefined in URL. at coldfusion.runtime.CfJspPage.resolveCanonicalName(CfJspPage.java:1054) at coldfusion.runtime.CfJspPage._resolve(CfJspPage.java:1031) at coldfusion.runtime.CfJspPage._resolveAndAutoscalarize(CfJspPage.java:1130) at cfsessionMgmt2ecfm41580940.runPage(G:\ITO_Services_Webs\iForms\sessionMgmt.cfm:103) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152) at coldfusion.filter.CFVariablesScopeFilter.invoke(CFVariablesScopeFilter.java:63) at coldfusion.tagext.lang.ModuleTag.doStartTag(ModuleTag.java:255) at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:1918) at cfparser2ecfm1959136383.runPage(G:\ITO_Services_Webs\iForms\parser.cfm:25) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343) at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65) at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:210) at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:51) at coldfusion.filter.PathFilter.invoke(PathFilter.java:86) at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:50) 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.CfmServlet.service(CfmServlet.java:105) at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78) at jrun.servlet.FilterChain.doFilter(FilterChain.java:86) at com.seefusion.Filter.doFilter(Filter.java:49) at com.seefusion.SeeFusion.doFilter(SeeFusion.java:1500) at jrun.servlet.FilterChain.doFilter(FilterChain.java:94) at jrun.servlet.FilterChain.service(FilterChain.java:101) 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:527) at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204) at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:349) at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:457) at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:295) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

I am new to cold fusion and would appreciate any help you can provide.
TOPICS
Getting started
280
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Mentor ,
Jun 04, 2008 Jun 04, 2008
LATEST
I'm not getting any error when accessing your site on the link that you provided. (And yes, I am behind the firewall)

Phil
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources