We apologize, but an error has occured.

You can notify us of this error by sending the following email.
Click here to send email.
Error
Scope Arguments
Exception1
Catch
additional
Struct (ordered)
pattern
stringdeserializejson(JSONVar:string, [strictMapping:boolean]):any
Detail
stringMust be the valid JSON string
ErrNumber
number0
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringInvalid call of the function [DeserializeJSON], first Argument [JSONVar] is invalid, input value cannot be empty string.
StackTrace
stringlucee.runtime.exp.FunctionException: Invalid call of the function [DeserializeJSON], first Argument [JSONVar] is invalid, input value cannot be empty string. at lucee.runtime.functions.conversion.DeserializeJSON.call(DeserializeJSON.java:54) at lucee.runtime.functions.conversion.DeserializeJSON.call(DeserializeJSON.java:49) at custom._2406.include_directorydetail_cfm$cf.call(/custom/2406/include_directoryDetail.cfm:30) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1060) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:952) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:933) at templates.basetemplate.directorydetail_cfm$cf.call(/templates/BaseTemplate/directoryDetail.cfm:23) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1060) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:952) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:933) at index_cfm$cf.call(/index.cfm:95) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1060) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:952) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:220) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2716) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2702) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2673) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1259) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1205) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:102) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51) at javax.servlet.http.HttpServlet.service(HttpServlet.java:742) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at com.seefusion.Filter.doFilter(Filter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:493) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87) at com.seefusion.SeeFusionValve.invoke(SeeFusionValve.java:52) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:800) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:806) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1498) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748)
TagContext
Array
1
Struct
codePrintHTML
string28: &nbsp;&nbsp;SELECT&nbsp;json&nbsp;FROM&nbsp;custom_form_submissions&nbsp;WHERE&nbsp;formid&nbsp;=&nbsp;749&nbsp;AND&nbsp;mailid&nbsp;=&nbsp;#val(getRecord.mailid)#<br> 29: &lt;/cfquery&gt;<br> <b>30: &lt;cfset&nbsp;j&nbsp;=&nbsp;DeserializeJSON(getProfileSubmission.json)/&gt;</b><br> 31: &lt;cfif&nbsp;StructKeyExists(j,&nbsp;'OPTIONAL3')&gt;<br> 32: &lt;cfset&nbsp;publicWallet&nbsp;=&nbsp;j['OPTIONAL3']/&gt;<br>
codePrintPlain
string28: SELECT json FROM custom_form_submissions WHERE formid = 749 AND mailid = #val(getRecord.mailid)# 29: </cfquery> 30: <cfset j = DeserializeJSON(getProfileSubmission.json)/> 31: <cfif StructKeyExists(j, 'OPTIONAL3')> 32: <cfset publicWallet = j['OPTIONAL3']/>
column
number0
id
string??
line
number30
Raw_Trace
stringcustom._2406.include_directorydetail_cfm$cf.call(/custom/2406/include_directoryDetail.cfm:30)
template
string/var/efs/www/omnia/custom/2406/include_directoryDetail.cfm
type
stringcfml
2
Struct
codePrintHTML
string21: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;filePath&nbsp;=&nbsp;&quot;#fullPath#/#val(request.siteid)#/include_directoryDetail.cfm&quot;/&gt;<br> 22: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;fileExists(filePath)&gt;<br> <b>23: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfinclude&nbsp;template=&quot;../../custom/#request.siteid#/include_directoryDetail.cfm&quot;&gt;</b><br> 24: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfelse&gt;<br> 25: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfinclude&nbsp;template=&quot;../../global_templates/include_directoryDetail.cfm&quot;&gt;<br>
codePrintPlain
string21: <cfset filePath = "#fullPath#/#val(request.siteid)#/include_directoryDetail.cfm"/> 22: <cfif fileExists(filePath)> 23: <cfinclude template="../../custom/#request.siteid#/include_directoryDetail.cfm"> 24: <cfelse> 25: <cfinclude template="../../global_templates/include_directoryDetail.cfm">
column
number0
id
string??
line
number23
Raw_Trace
stringtemplates.basetemplate.directorydetail_cfm$cf.call(/templates/BaseTemplate/directoryDetail.cfm:23)
template
string/var/efs/www/omnia/templates/BaseTemplate/directoryDetail.cfm
type
stringcfml
3
Struct
codePrintHTML
string93: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfinclude&nbsp;template=&quot;templates/#request.getPage.themeName#/generic_propertyDetails.cfm&quot;&gt;<br> 94: &nbsp;&nbsp;&lt;cfelseif&nbsp;isDefined(&quot;url.directory&quot;)&gt;<br> <b>95: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfinclude&nbsp;template=&quot;templates/#request.getPage.themeName#/directoryDetail.cfm&quot;&gt;</b><br> 96: &nbsp;&nbsp;&nbsp;&lt;cfelse&gt;<br> 97: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfinclude&nbsp;template=&quot;templates/#request.getPage.themeName#/#request.getPage.templateFile#&quot;&gt;<br>
codePrintPlain
string93: <cfinclude template="templates/#request.getPage.themeName#/generic_propertyDetails.cfm"> 94: <cfelseif isDefined("url.directory")> 95: <cfinclude template="templates/#request.getPage.themeName#/directoryDetail.cfm"> 96: <cfelse> 97: <cfinclude template="templates/#request.getPage.themeName#/#request.getPage.templateFile#">
column
number0
id
string??
line
number95
Raw_Trace
stringindex_cfm$cf.call(/index.cfm:95)
template
string/var/efs/www/omnia/index.cfm
type
stringcfml
type
stringexpression
eventname2
string