Hey guys.. I've been having a problem trying to get this tag to work with Host My Site. Its the CFX_CRYPTO tag that is used for encryption / decryption of strings. I've never had a problem with this tag before, and it seems that they are stumped over there, as to what the problem is. If anyone has any suggestions on what might be causing this, I'd sincererly appreciate it.

Thanks,

Jordan

Error Message
function dump ( obj ) { var out = '' ; if ( typeof obj == "object" ) { for ( key in obj ) { if ( typeof obj[key] != "function" ) out += key + ': ' + obj[key] + '
' ; } } } function cfdump_toggleRow(source) { //target is the right cell if(document.all) target = source.parentElement.cells[1]; else target = source.parentNode.lastChild ; cfdump_toggleTarget( target, cfdump_toggleSource( source ) ) ; } function cfdump_toggleXmlDoc(source) { var caption = source.innerHTML.split( ' [' ) ; // toggle source (header) if ( source.style.fontStyle == 'italic' ) { // closed -> short source.style.fontStyle = 'normal' ; source.innerHTML = caption[0] + ' [short version]' ; source.title = 'click to maximize' ; switchShortToState = 'open' ; } else if ( source.innerHTML.indexOf('[short version]') != -1 ) { // short -> full source.innerHTML = caption[0] + ' [long version]' ; source.title = 'click to collapse' ; switchLongToState = 'open' ; switchShortToState = 'closed' ; } else { // full -> closed source.style.fontStyle = 'italic' ; source.title = 'click to expand' ; source.innerHTML = caption[0] ; switchLongToState = 'closed' ; } // Toggle the target (everething below the header row). // First two rows are XMLComment and XMLRoot - they are part // of the long dump, the rest are direct children - part of the // short dump if(document.all) { var table = source.parentElement.parentElement ; for ( var i = 1; i < table.rows.length; i++ ) { target = table.rows[i] ; if ( i < 3 ) cfdump_toggleTarget( target, switchLongToState ) ; else cfdump_toggleTarget( target, switchShortToState ) ; } } else { var table = source.parentNode.parentNode ; var row = 1; for ( var i = 1; i < table.childNodes.length; i++ ) { target = table.childNodes[i] ; if( target.style ) { if ( row < 3 ) { cfdump_toggleTarget( target, switchLongToState ) ; } else { cfdump_toggleTarget( target, switchShortToState ) ; } row++; } } } } function cfdump_toggleTable(source) { var switchToState = cfdump_toggleSource( source ) ; if(document.all) { var table = source.parentElement.parentElement ; for ( var i = 1; i < table.rows.length; i++ ) { target = table.rows[i] ; cfdump_toggleTarget( target, switchToState ) ; } } else { var table = source.parentNode.parentNode ; for ( var i = 1; i < table.childNodes.length; i++ ) { target = table.childNodes[i] ; if(target.style) { cfdump_toggleTarget( target, switchToState ) ; } } } } function cfdump_toggleSource ( source ) { if ( source.style.fontStyle == 'italic' ) { source.style.fontStyle = 'normal' ; source.title = 'click to collapse' ; return 'open' ; } else { source.style.fontStyle = 'italic' ; source.title = 'click to expand' ; return 'closed' ; } } function cfdump_toggleTarget ( target, switchToState ) { if ( switchToState == 'open' ) target.style.display = '' ; else target.style.display = 'none' ; }
struct
Browser Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50215)
DateTime {ts '2005-07-31 19:48:31'}
Diagnostics null null <br>The error occurred on line 13.
GeneratedContent <!-- This page and all of its contents are property of HamiltonInkjets.com Copyright Hamiltoninkjets.com, 2002 ALL RIGHTS RESERVED --> <!-- AbleCommerce 2.61 (tm) the award winning electronic commerce software from Able Solutions. http://www.ablecommerce.com/ The flexible solution for selling on the Internet. Copyright Able Solutions Corporation, 1994 - 1998 ALL RIGHTS RESERVED This Copyright notice may not be removed or altered in any way and must be included in all works derived from AbleCommerce. --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>CFX_Crypt Example</title> </head> <body> <strong>Example:</strong><br></P>
HTTPReferer http://65.36.230.159/customtags/cfx/cfusionmx/cfx/cfx_crypto_tag/crypt.cfm
Mailto [EMAIL PROTECTED]
Message [empty string]
QueryString [empty string]
RemoteAddress 66.68.171.70
RootCause
struct
Message [empty string]
StackTrace java.lang.NoClassDefFoundError at coldfusion.tagext.CfxTag.doStartTag(CfxTag.java:108) at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1908) at cfcrypt2ecfm161676080.runPage(C:\websites\nmq4vt\customtags\cfx\CFusionMX\cfx\cfx_crypto_tag\crypt.cfm:13) 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.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.SeeFusion.doFilter(SeeFusion.java) 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)
TagContext
array
1
struct
COLUMN 0
ID CFCFX
LINE 13
RAW_TRACE at cfcrypt2ecfm161676080.runPage(C:\websites\nmq4vt\customtags\cfx\CFusionMX\cfx\cfx_crypto_tag\crypt.cfm:13)
TEMPLATE C:\websites\nmq4vt\customtags\cfx\CFusionMX\cfx\cfx_crypto_tag\crypt.cfm
TYPE CFML
Type java.lang.NoClassDefFoundError
StackTrace java.lang.NoClassDefFoundError at coldfusion.tagext.CfxTag.doStartTag(CfxTag.java:108) at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1908) at cfcrypt2ecfm161676080.runPage(C:\websites\nmq4vt\customtags\cfx\CFusionMX\cfx\cfx_crypto_tag\crypt.cfm:13) 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.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.SeeFusion.doFilter(SeeFusion.java) 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)
TagContext
array
1
struct
COLUMN 0
ID CFCFX
LINE 13
RAW_TRACE at cfcrypt2ecfm161676080.runPage(C:\websites\nmq4vt\customtags\cfx\CFusionMX\cfx\cfx_crypto_tag\crypt.cfm:13)
TEMPLATE C:\websites\nmq4vt\customtags\cfx\CFusionMX\cfx\cfx_crypto_tag\crypt.cfm
TYPE CFML
Template /customtags/cfx/cfusionmx/cfx/cfx_crypto_tag/crypt.cfm
Type coldfusion.runtime.CfErrorWrapper
 
Return to site


 

Reply via email to