Element EXCEPTION.ROOTCAUSE.MESSAGE is undefined in ARGUMENTS.
Where am I going wrong. Thanks
Bob
Element EXCEPTION.ROOTCAUSE.MESSAGE is undefined in ARGUMENTS.
The error occurred in /Applications/ColdFusion8/wwwroot/cteonestop/
Kalendar/application.cfc: line 31
29 : <cflog file="#This.Name#"
30 : type="error"
31 : text="Root Cause Message:
#Arguments.Exception.rootcause.message#">
32 :
33 :
Resources:
* Check the ColdFusion documentation to verify that you are using
the correct syntax.
* Search the Knowledge Base to find a solution to your problem.
Browser Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:
1.8.1.7) Gecko/20070914 Firefox/2.0.0.7
Remote Address 127.0.0.1
Referrer
Date/Time 16-Oct-07 04:15 PM
Stack Trace
at cfapplication2ecfc1668082524$funcONERROR.runFunction(/Applications/
ColdFusion8/wwwroot/cteonestop/Kalendar/application.cfc:31)
coldfusion.runtime.UndefinedElementException: Element
EXCEPTION.ROOTCAUSE.MESSAGE is undefined in ARGUMENTS.
at
coldfusion.runtime.DotResolver.resolveSplitNameInMap(DotResolver.java:
108)
at coldfusion.runtime.CfJspPage._resolve(CfJspPage.java:1538)
at
coldfusion.runtime.CfJspPage._resolveAndAutoscalarize(CfJspPage.java:
1717)
at
coldfusion.runtime.CfJspPage._resolveAndAutoscalarize(CfJspPage.java:
1710)
at cfapplication2ecfc1668082524$funcONERROR.runFunction(/Applications/
ColdFusion8/wwwroot/cteonestop/Kalendar/application.cfc:31)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418)
at coldfusion.runtime.UDFMethod
$ArgumentCollectionFilter.invoke(UDFMethod.java:324)
at
coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:
56)
at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:192)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:448)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:308)
at coldfusion.runtime.AppEventInvoker.invoke(AppEventInvoker.java:74)
at coldfusion.runtime.AppEventInvoker.onError(AppEventInvoker.java:
367)
at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:
315)
at
coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:
48)
at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:
40)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
at coldfusion.filter.LicenseFilter.invoke(LicenseFilter.java:27)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
at
coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:
28)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:
22)
at coldfusion.CfmServlet.service(CfmServlet.java:175)
at
coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:
89)
at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
at
coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:
42)
at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:
46)
at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
at jrun.servlet.FilterChain.service(FilterChain.java:101)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:
284)
at
jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:
543)
at jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)
at jrunx.scheduler.ThreadPool
$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
at jrunx.scheduler.ThreadPool
$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
at jrunx.scheduler.ThreadPool
$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
On Oct 16, 3:34 pm, KoldFuzun <koldfu...@gmail.com> wrote:
> Hi Bob
>
> Try uncommenting the onError methods in both application.cfc files. Then you
> will see the actual error causing your problem. Not sure why you are
> currently seeing that exception though.
>
at coldfusion.runtime.UDFMethod.invoke( UDFMethod.java:418)
at coldfusion.runtime.UDFMethod
$ArgumentCollectionFilter.invoke(UDFMethod.java:324)
at
coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:
56)
at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:192)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:448)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:308)
at coldfusion.runtime.AppEventInvoker.invoke(AppEventInvoker.java:74)
at coldfusion.runtime.AppEventInvoker.onError(AppEventInvoker.java :
367)
at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:
315)
at
coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:
48)
at coldfusion.filter.MonitoringFilter.invoke (MonitoringFilter.java:
40)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
at coldfusion.filter.LicenseFilter.invoke(LicenseFilter.java:27)
at coldfusion.filter.ExceptionFilter.invoke (ExceptionFilter.java:70)
at
coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:
28)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:
22)
at coldfusion.CfmServlet.service(CfmServlet.java:175)
at
coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:
89)
at jrun.servlet.FilterChain.doFilter(FilterChain.java :86)
at
coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:
42)
at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:
46)
at jrun.servlet.FilterChain.doFilter (FilterChain.java:94)
at jrun.servlet.FilterChain.service(FilterChain.java:101)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java :42)
at
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:
284)
at
jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:
543)
at jrun.servlet.http.WebService.invokeRunnable (WebService.java:172)
Could not find the included template /common/tags/kalendar.cfm.
Note: If you wish to use an absolute template path (for example,
template="/mypath/index.cfm") with CFMODULE, you must create a mapping
for the path using the ColdFusion Administrator. Or, you can use per-
application settings to specify mappings specific to this application
by specifying a mappings struct to THIS.mappings in Application.cfc.
Using relative paths (for example, template="index.cfm" or
template="../index.cfm") does not require the creation of any special
mappings. It is therefore recommended that you use relative paths with
CFMODULE whenever possible.
The error occurred in /Applications/ColdFusion8/wwwroot/cteonestop/
Kalendar/index.cfm: line 123
121 : <cfdefaultcase>
122 : <div style="margin-left: auto; margin-right: auto; width:
750px;">
123 : <cfmodule template="#application.kalendarURLPath#common/tags/
kalendar.cfm"
124 : view="#variables.view#"
125 : eventrecords="#variables.returnedEvents#"
Resources:
* Check the ColdFusion documentation to verify that you are using
the correct syntax.
* Search the Knowledge Base to find a solution to your problem.
Browser Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:
1.8.1.7) Gecko/20070914 Firefox/2.0.0.7
Remote Address 127.0.0.1
Referrer
Date/Time 16-Oct-07 04:33 PM
Stack Trace
at cfindex2ecfm319999440.runPage(/Applications/ColdFusion8/wwwroot/
cteonestop/Kalendar/index.cfm:123)
On Oct 16, 4:20 pm, KoldFuzun <koldfu...@gmail.com> wrote:
> Hi Bob,
>
> My mistake, I told you the wrong thing.
>
> The trick here is to completely comment them out, from the <cffunction
> name="onError"> to the </cffunction> tag.
>
> > at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418)
> > ClientScopePersistenceFilter.java:
> > 28)
> > at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
> > at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
> > at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
> > at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java
> > :
> > 22)
> > at coldfusion.CfmServlet.service(CfmServlet.java:175)
> > at
> > coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:
> > 89)
> > at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
> > at
> > coldfusion.monitor.event.MonitoringServletFilter.doFilter(
> > MonitoringServletFilter.java:
> > 42)
> > at coldfusion.bootstrap.BootstrapFilter.doFilter(
> > BootstrapFilter.java:
> > 46)
> > at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
> > $ArgumentCollectionFilter.invoke( UDFMethod.java:324)
> > at
> > coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:
> > 56)
> > at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java :277)
> > at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:192)
> > at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:448)
> > at coldfusion.runtime.TemplateProxy.invoke (TemplateProxy.java:308)
> > at coldfusion.runtime.AppEventInvoker.invoke(AppEventInvoker.java
> > :74)
> > at coldfusion.runtime.AppEventInvoker.onError(AppEventInvoker.java
> > :
> > 367)
> > at coldfusion.filter.ApplicationFilter.invoke(
> > ApplicationFilter.java:
> > 315)
> > at
> > coldfusion.filter.RequestMonitorFilter.invoke (RequestMonitorFilter.java:
> > 48)
> > at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java
> > :
> > 40)
> > at coldfusion.filter.PathFilter.invoke (PathFilter.java:86)
> > $DownstreamMetrics.invokeRunnable( ThreadPool.java:320)
> > at jrunx.scheduler.ThreadPool
> > $ThreadThrottle.invokeRunnable(ThreadPool.java:428)
> > at jrunx.scheduler.ThreadPool
> > $UpstreamMetrics.invokeRunnable( ThreadPool.java:266)
--------------------------------------------------------------------------------------------------------------------------
Could not find the included template /common/tags/kalendar.cfm.
Note: If you wish to use an absolute template path (for example,
template="/mypath/index.cfm") with CFMODULE, you must create a mapping
for the path using the ColdFusion Administrator. Or, you can use per-
application settings to specify mappings specific to this application
by specifying a mappings struct to THIS.mappings in Application.cfc.
Using relative paths (for example, template="index.cfm" or
template="../index.cfm") does not require the creation of any special
mappings. It is therefore recommended that you use relative paths with
CFMODULE whenever possible.
The error occurred in /Applications/ColdFusion8/wwwroot/cteonestop/
Kalendar/index.cfm: line 123
121 : <cfdefaultcase>
122 : <div style="margin-left: auto; margin-right: auto; width:
750px;">
123 : <cfmodule template="#application.kalendarURLPath#common/tags/
kalendar.cfm"
124 : view="#variables.view#"
125 : eventrecords="#variables.returnedEvents#"
------------------------------------------------------------------------------------
On Oct 16, 4:55 pm, KoldFuzun <koldfu...@gmail.com> wrote:
> So in application.cfc (both) make sure your
> application.kalendarURLPathvariable points to the proper path, root
> relative.
>
> So, for example, if your kalendar folders are in mysite/kalendar then your
> application.kalendarURLPath = "/mysite/kalendar".
>
> The new version to be released soon will make this configuration a lot
> easier.
>
> > FunctionAccessFilter.java:
> > > > 56)
> > > > at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java
> > :277)
> > > > at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:192)
> > > > at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java
> > :448)
> > > > at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java
> > :308)
> > > > at coldfusion.runtime.AppEventInvoker.invoke(
> > AppEventInvoker.java
> > > > :74)
> > > > at coldfusion.runtime.AppEventInvoker.onError(
> > AppEventInvoker.java
> > > > :
> > > > 367)
> > > > at coldfusion.filter.ApplicationFilter.invoke(
> > > > ApplicationFilter.java:
> > > > 315)
> > > > at
> > > > coldfusion.filter.RequestMonitorFilter.invoke(
> > RequestMonitorFilter.java:
> > > > 48)
> > > > at coldfusion.filter.MonitoringFilter.invoke(
> > MonitoringFilter.java
> > > > :
> > > > 40)
> > > > at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
> > > > $DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
> > > > at jrunx.scheduler.ThreadPool
> > > > $ThreadThrottle.invokeRunnable(ThreadPool.java:428)
> > > > at jrunx.scheduler.ThreadPool
> > > > $UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
> > > > at coldfusion.runtime.UDFMethod.invoke (UDFMethod.java:418)
> > > > at coldfusion.runtime.UDFMethod
> > > > $ArgumentCollectionFilter.invoke(UDFMethod.java:324)
> > > > at
> > > > coldfusion.filter.FunctionAccessFilter.invoke (
> > FunctionAccessFilter.java:
> > > > 56)
> > > > at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java
> > :277)
> > > > at coldfusion.runtime.UDFMethod.invoke (UDFMethod.java:192)
> > > > at coldfusion.CfmServlet.service (CfmServlet.java:175)
> > > > at
> > > > coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:
> > > > 89)
> > > > at jrun.servlet.FilterChain.doFilter (FilterChain.java:86)
> > > > at coldfusion.runtime.UDFMethod.invoke (UDFMethod.java:418)
> > > > at coldfusion.runtime.UDFMethod
> > > > $ArgumentCollectionFilter.invoke(UDFMethod.java:324)
> > > > at
> > > > coldfusion.filter.FunctionAccessFilter.invoke (
> > FunctionAccessFilter.java:
> > > > 56)
> > > > at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java
> > :277)
> > > > at coldfusion.runtime.UDFMethod.invoke (UDFMethod.java:192)
> > > > at coldfusion.CfmServlet.service (CfmServlet.java:175)
> > > > at
> > > > coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:
> > > > 89)
> > > > at jrun.servlet.FilterChain.doFilter (FilterChain.java:86)
On Oct 16, 5:25 pm, KoldFuzun <koldfu...@gmail.com> wrote:
> It's looking for the common folder in the root of your site. What is your
> current site structure ?
>
> > > > > > at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418)
> > > > > > at coldfusion.runtime.UDFMethod
> > > > > > $ArgumentCollectionFilter.invoke(UDFMethod.java:324)
> > > > > > at
> > > > > > coldfusion.filter.FunctionAccessFilter.invoke(
> > > > FunctionAccessFilter.java:
> > > > > > 56)
> > > > > > at coldfusion.runtime.UDFMethod.runFilterChain(
> > UDFMethod.java
> > > > :277)
> > > > > > at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:192)
> > > > > > at coldfusion.runtime.TemplateProxy.invoke(
> > TemplateProxy.java
> > > > :448)
> > > > > > at coldfusion.runtime.TemplateProxy.invoke(
> > TemplateProxy.java
> > BootstrapServlet.java:
> > > > > > 89)
> > > > > > at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
> ...
>
> read more »
> > > > > > at coldfusion.filter.PathFilter.invoke (PathFilter.java:86)
> > > > > > at jrun.servlet.FilterChain.service (FilterChain.java:101)
> > > > > > at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java
> > :106)
> > > > > > at jrun.servlet.JRunInvokerChain.invokeNext (
> > > > JRunInvokerChain.java
> > > > > > :42)
> > > > > > at
> > > > > > jrun.servlet.JRunRequestDispatcher.invoke(
> > JRunRequestDispatcher.java :
> > > > > > 284)
> > > > > > at
> > > > > > jrun.servlet.ServletEngineService.dispatch(
> > ServletEngineService.java:
> > > > > > 543)
> > > > > > at jrun.servlet.http.WebService.invokeRunnable(
> > WebService.java
> > > > > > :172)
> > > > > > at jrunx.scheduler.ThreadPool
> > > > > > $DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
> > > > > > at jrunx.scheduler.ThreadPool
> > > > > > $ThreadThrottle.invokeRunnable( ThreadPool.java:428)
On Oct 16, 5:32 pm, KoldFuzun <koldfu...@gmail.com> wrote:
> After changing application variables you either need to restart CF or change
> the application name. The new version also handles this more elegantly with
> a reinit method.
>
> ...
>
> read more »
On Oct 16, 5:32 pm, KoldFuzun <koldfu...@gmail.com> wrote:
> After changing application variables you either need to restart CF or change
> the application name. The new version also handles this more elegantly with
> a reinit method.
>
> ...
>
> read more »
Ensure that the name is correct and that the component or interface
exists.
The error occurred in /Applications/ColdFusion8/wwwroot/cteonestop/
Kalendar/common/tags/kalendar.cfm: line 78
Called from /Applications/ColdFusion8/wwwroot/cteonestop/Kalendar/
common/tags/kalendar.cfm: line 1
Called from /Applications/ColdFusion8/wwwroot/cteonestop/Kalendar/
index.cfm: line 152
76 :
77 : <cfscript>
78 : categoriesRS = createObject("component",
"#application.CFCPath#kalendarCategories").getMultipleRecords();
79 : </cfscript>
80 :
------------------------------------------------------------------------------------------------------------------------------------------------------------------
On Oct 16, 5:37 pm, KoldFuzun <koldfu...@gmail.com> wrote:
> just change the this.name variable value at the top of each application.cfc
>
> > > > > > > > > > coldfusion.runtime.CfJspPage._resolveAndAutoscalarize(
> > > > > > CfJspPage.java:
> > > > > > > > > > 1717)
> > > > > > > > > > at
> > > > > > > > > > coldfusion.runtime.CfJspPage._resolveAndAutoscalarize(
> ...
>
> read more »
On Oct 17, 8:59 am, KoldFuzun <koldfu...@gmail.com> wrote:
> Hi Bob, yes you do. Sorry, ive been overwhelmed the last few days and did
> not catch that. You may want to review the documentation on our Google
> group, as it goes through this step by step.
>
> http://groups.google.com/group/cfkalendar/web/installation
>
> ...
>
> read more »
404
/FCKeditor/editor/fckeditor.html
java.io.FileNotFoundException: /FCKeditor/editor/fckeditor.html
at jrun.servlet.file.FileServlet.service(FileServlet.java:349)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:
284)
at
jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:
543)
at jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)
at jrunx.scheduler.ThreadPool
$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
at jrunx.scheduler.ThreadPool
$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
at jrunx.scheduler.ThreadPool
$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
On Oct 17, 9:39 am, KoldFuzun <koldfu...@gmail.com> wrote:
> Hi Bob, pretty much all of the application variables need to be changed to
> match your installation path :D
>
> ...
>
> read more »
I am having trouble finding the application.FCKEditorRootPath
variable. I have copied the error message I get on the add event page.
Looks like it cannot find the FCKeditor. I cannot find where this
variable is in the application files. Any suggestions?
404
/FCKeditor/editor/fckeditor.html
java.io.FileNotFoundException: /FCKeditor/editor/fckeditor.html
at jrun.servlet.file.FileServlet.service(FileServlet.java:349)
at jrun.servlet.ServletInvoker.invoke (ServletInvoker.java:106)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:
284)
at
jrun.servlet.ServletEngineService.dispatch (ServletEngineService.java:
543)
at jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)
at jrunx.scheduler.ThreadPool
$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
at jrunx.scheduler.ThreadPool
$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
at jrunx.scheduler.ThreadPool
$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
at jrunx.scheduler.WorkerThread.run (WorkerThread.java:66)
/FCKeditor/editor/fckeditor.html
java.io.FileNotFoundException: /FCKeditor/editor/fckeditor.html
at jrun.servlet.file.FileServlet.service(FileServlet.java:349)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:
284)
at
jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:
543)
at jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)
at jrunx.scheduler.ThreadPool
$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
at jrunx.scheduler.ThreadPool
$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
at jrunx.scheduler.ThreadPool
$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
On Oct 17, 10:10 am, KoldFuzun <koldfu...@gmail.com> wrote:
> If I recall you said you had installed FCKEditor already, correct? Where is
> that folder located?
>
> the path should also be absolute, so /path/to/fckeditor/folder
>
> Are you getting a specific error?
>
> On 10/17/07, Bob <bobkepf...@gmail.com> wrote:
>
>
>
> > I am having trouble finding the application.FCKEditorRootPath
> > variable. I have copied the error message I get on the add event page.
> > Looks like it cannot find the FCKeditor. I cannot find where this
> > variable is in the application files. Any suggestions?
>
> > 404
>
> > /FCKeditor/editor/fckeditor.html
>
> > java.io.FileNotFoundException: /FCKeditor/editor/fckeditor.html
> > at jrun.servlet.file.FileServlet.service(FileServlet.java:349)
> > at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
> > at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java
> > :42)
> > at
> > jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:
> > 284)
> > at
> > jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:
> > 543)
> > at jrun.servlet.http.WebService.invokeRunnable(WebService.java
> > :172)
> > at jrunx.scheduler.ThreadPool
> > $DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
> > at jrunx.scheduler.ThreadPool
> > $ThreadThrottle.invokeRunnable(ThreadPool.java:428)
> > at jrunx.scheduler.ThreadPool
> > $UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
> > at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
> ...
>
> read more »
Yes i installed FCKEditor already in the root folder path is /
cteonestop/FCKEditor/. I am getting the message listed below. But I
don't know where to change the path. I am missing something.
------------------------------------------------------------------------------------------------------------------
404
/FCKeditor/editor/fckeditor.html
java.io.FileNotFoundException: /FCKeditor/editor/fckeditor.html
at jrun.servlet.file.FileServlet.service(FileServlet.java:349)
at jrun.servlet.ServletInvoker.invoke (ServletInvoker.java:106)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:
284)
at
jrun.servlet.ServletEngineService.dispatch (ServletEngineService.java:
543)
at jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)
at jrunx.scheduler.ThreadPool
$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
at jrunx.scheduler.ThreadPool
$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
at jrunx.scheduler.ThreadPool
$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
at jrunx.scheduler.WorkerThread.run (WorkerThread.java:66)
On Oct 17, 10:10 am, KoldFuzun <koldfu...@gmail.com> wrote:
> If I recall you said you had installed FCKEditor already, correct? Where is
> that folder located?
>
> the path should also be absolute, so /path/to/fckeditor/folder
>
> Are you getting a specific error?
>
> On 10/17/07, Bob < bobkepf...@gmail.com> wrote:
>
>
>
> > I am having trouble finding the application.FCKEditorRootPath
> > variable. I have copied the error message I get on the add event page.
> > Looks like it cannot find the FCKeditor. I cannot find where this
> > variable is in the application files. Any suggestions?
>
> > 404
>
> > /FCKeditor/editor/fckeditor.html
>
> > java.io.FileNotFoundException: /FCKeditor/editor/fckeditor.html
> > at jrun.servlet.file.FileServlet.service(FileServlet.java:349)
> > at jrun.servlet.ServletInvoker.invoke (ServletInvoker.java:106)
> > at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java
> > :42)
> > at
> > jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java :
> > 284)
> > at
> > jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:
> > 543)
> > at jrun.servlet.http.WebService.invokeRunnable(WebService.java
> > :172)
> > at jrunx.scheduler.ThreadPool
> > $DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
> > at jrunx.scheduler.ThreadPool
> > $ThreadThrottle.invokeRunnable( ThreadPool.java:428)
On Oct 17, 10:15 am, KoldFuzun <koldfu...@gmail.com> wrote:
> The path only exists in the admin/application.cfc. I think it's called
> application.FCKEditorPath
>
> On 10/17/07, Bob <bobkepf...@gmail.com> wrote:
>
>
>
> > Yes i installed FCKEditor already in the root folder path is /
> > cteonestop/FCKEditor/. I am getting the message listed below. But I
> > don't know where to change the path. I am missing something.
>
> > ------------------------------------------------------------------------------------------------------------------
> > 404
>
> > /FCKeditor/editor/fckeditor.html
>
> > java.io.FileNotFoundException: /FCKeditor/editor/fckeditor.html
> > at jrun.servlet.file.FileServlet.service(FileServlet.java:349)
> > at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
> > at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java
> > :42)
> > at
> > jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:
> > 284)
> > at
> > jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:
> > 543)
> > at jrun.servlet.http.WebService.invokeRunnable(WebService.java
> > :172)
> > at jrunx.scheduler.ThreadPool
> > $DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
> > at jrunx.scheduler.ThreadPool
> > $ThreadThrottle.invokeRunnable(ThreadPool.java:428)
> > at jrunx.scheduler.ThreadPool
> > $UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
> > at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
>
> > On Oct 17, 10:10 am, KoldFuzun <koldfu...@gmail.com> wrote:
> > > If I recall you said you had installed FCKEditor already, correct? Where
> > is
> > > that folder located?
>
> > > the path should also be absolute, so /path/to/fckeditor/folder
>
> > > Are you getting a specific error?
>
> > > On 10/17/07, Bob <bobkepf...@gmail.com> wrote:
>
> > > > I am having trouble finding the application.FCKEditorRootPath
> > > > variable. I have copied the error message I get on the add event page.
> > > > Looks like it cannot find the FCKeditor. I cannot find where this
> > > > variable is in the application files. Any suggestions?
>
> > > > 404
>
> > > > /FCKeditor/editor/fckeditor.html
>
> > > > java.io.FileNotFoundException: /FCKeditor/editor/fckeditor.html
> > > > at jrun.servlet.file.FileServlet.service(FileServlet.java:349)
> > > > at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
> > > > at jrun.servlet.JRunInvokerChain.invokeNext(
> > JRunInvokerChain.java
> > > > :42)
> > > > at
> > > > jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:
> > > > 284)
> > > > at
> > > > jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:
> > > > 543)
> > > > at jrun.servlet.http.WebService.invokeRunnable(WebService.java
> > > > :172)
> > > > at jrunx.scheduler.ThreadPool
> > > > $DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
> > > > at jrunx.scheduler.ThreadPool
> > > > $ThreadThrottle.invokeRunnable(ThreadPool.java:428)
> > > > at jrunx.scheduler.ThreadPool
> > > > $UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
> > > > at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
>
> > > > On Oct 17, 9:39 am, KoldFuzun <koldfu...@gmail.com> wrote:
> > > > > Hi Bob, pretty much all of the application variables need to be
> > changed
> > > > to
> > > > > match your installation path :D
>
> > > > > On 10/17/07, Bob <bobkepf...@gmail.com> wrote:
>
> > > > > > That did it. What about the javascriptPath. Does t need to be
> > changed?
> > > > > > Thanks for all your help.
>
> > > > > > On Oct 17, 8:59 am, KoldFuzun <koldfu...@gmail.com> wrote:
> > > > > > > Hi Bob, yes you do. Sorry, ive been overwhelmed the last few
> > days
> > > > and
> > > > > > did
> > > > > > > not catch that. You may want to review the documentation on our
> > > > Google
> > > > > > > group, as it goes through this step by step.
>
> > > > > > >http://groups.google.com/group/cfkalendar/web/installation
>
> > > > > > > On 10/17/07, Bob <bobkepf...@gmail.com> wrote:
>
> > > > > > > > I have changed the this.name and does not seem to be the
> > issue.
> > > > Here
> > > > > > > > is the Error I am getting. It not fingding the common.cfcfile. Do
> ...
>
> read more »
> > > > > > > > is the Error I am getting. It not fingding the common.cfcfile . Do
Kevin
On Oct 17, 1:40 pm, KoldFuzun <koldfu...@gmail.com> wrote:
> you should definitely redownload the package and verify you have all the
> files in the package
>
> On 10/17/07, Bob <bobkepf...@gmail.com> wrote:
>
>
>
> > I can't find it in the admin/application.cfc. Do I need to add it?
>
> > On Oct 17, 10:15 am, KoldFuzun <koldfu...@gmail.com> wrote:
> > > The path only exists in the admin/application.cfc. I think it's called
> > > application.FCKEditorPath
>
> > > On 10/17/07, Bob <bobkepf...@gmail.com> wrote:
>
> > > > Yes i installed FCKEditor already in the root folder path is /
> > > > cteonestop/FCKEditor/. I am getting the message listed below. But I
> > > > don't know where to change the path. I am missing something.
>
> > ------------------------------------------------------------------------------------------------------------------
> > > > 404
>
> > > > /FCKeditor/editor/fckeditor.html
>
> > > > java.io.FileNotFoundException: /FCKeditor/editor/fckeditor.html
> > > > at jrun.servlet.file.FileServlet.service(FileServlet.java:349)
> > > > at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
> > common.cfcfile. Do
> ...
>
> read more »
> > > > > > $UpstreamMetrics.invokeRunnable( ThreadPool.java:266)
<cffunction name="onApplicationStart">
<cfsilent>
<cfscript>
//the path to the kalendar application, from the root of the site
application.kalendarURLPath = "/cteonestop/Kalendar/";
//the path to the kalendar cfcs, from the root using . notation
application.CFCPath = "cteonestop.Kalendar.common.cfc.";
//the path to all javascripts
application.javascriptPath = "/cteonestop/Kalendar/common/
scripts/";
//accepted types: MSSQL, MySQL
application.dbType = "MySQL";
//defines if category colors are enabled
application.categoryColors = true;
</cfscript>
</cfsilent>
</cffunction>
On Oct 17, 10:40 am, KoldFuzun <koldfu...@gmail.com> wrote:
> you should definitely redownload the package and verify you have all the
> files in the package
>
> On 10/17/07, Bob <bobkepf...@gmail.com> wrote:
>
>
>
> > I can't find it in the admin/application.cfc. Do I need to add it?
>
> > On Oct 17, 10:15 am, KoldFuzun <koldfu...@gmail.com> wrote:
> > > The path only exists in the admin/application.cfc. I think it's called
> > > application.FCKEditorPath
>
> > > On 10/17/07, Bob <bobkepf...@gmail.com> wrote:
>
> > > > Yes i installed FCKEditor already in the root folder path is /
> > > > cteonestop/FCKEditor/. I am getting the message listed below. But I
> > > > don't know where to change the path. I am missing something.
>
> > ------------------------------------------------------------------------------------------------------------------
> > > > 404
>
> > > > /FCKeditor/editor/fckeditor.html
>
> > > > java.io.FileNotFoundException: /FCKeditor/editor/fckeditor.html
> > > > at jrun.servlet.file.FileServlet.service(FileServlet.java:349)
> > > > at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
> > common.cfcfile. Do
> ...
>
> read more »
> > > > > > $UpstreamMetrics.invokeRunnable( ThreadPool.java:266)
On Oct 17, 11:21 am, KoldFuzun <koldfu...@gmail.com> wrote:
> Bob,
>
> You are absolutely correct. I just viewed the source and somehow this was
> reverted to an older version?
>
> In any case, its a fairly simple fix. Open admin/kalendar/display_form.cfm
>
> on line 112 change
>
> fckEditor.basePath = "/FCKeditor/";
>
> to
>
> fckEditor.basePath = application.FCKEditorPath;
>
> then in the admin/application.cfc add the following to the onAplicationStart
> method
>
> application.FCKeditorPath = "path/to/FCKEditor/";
>
> Sorry for the confusion.
>
> > > > > > at jrun.servlet.JRunInvokerChain.invokeNext(
> > > > JRunInvokerChain.java
> > > > > > :42)
> > > > > > at
> > > > > > jrun.servlet.JRunRequestDispatcher.invoke(
> > JRunRequestDispatcher.java:
> > > > > > 284)
> > > > > > at
> > > > > > jrun.servlet.ServletEngineService.dispatch(
> > ServletEngineService.java:
> > > > > > 543)
> > > > > > at jrun.servlet.http.WebService.invokeRunnable(
> > WebService.java
> > > > > > :172)
> > > > > > at jrunx.scheduler.ThreadPool
> > > > > > $DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
> > > > > > at jrunx.scheduler.ThreadPool
> > > > > > $ThreadThrottle.invokeRunnable(ThreadPool.java:428)
> > > > > > at jrunx.scheduler.ThreadPool
> > > > > > > > at jrun.servlet.ServletInvoker.invoke(
> > ServletInvoker.java
> > > > :106)
> > > > > > > > at jrun.servlet.JRunInvokerChain.invokeNext(
> > > > > > JRunInvokerChain.java
> > > > > > > > :42)
> > > > > > > > at
> > > > > > > > jrun.servlet.JRunRequestDispatcher.invoke(
> > > > JRunRequestDispatcher.java:
> > > > > > > > 284)
> > > > > > > > at
> > > > > > > > jrun.servlet.ServletEngineService.dispatch(
> > > > ServletEngineService.java:
> > > > > > > > 543)
> > > > > > > > at jrun.servlet.http.WebService.invokeRunnable(
> > > > WebService.java
> > > > > > > > :172)
> > > > > > > > at jrunx.scheduler.ThreadPool
> > > > > > > > $DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
> > > > > > > > at jrunx.scheduler.ThreadPool
> > > > > > > > $ThreadThrottle.invokeRunnable(ThreadPool.java:428)
> > > > > > > > at jrunx.scheduler.ThreadPool
> > > > > > > > $UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
> > > > > > > > at jrunx.scheduler.WorkerThread.run(WorkerThread.java
> > :66)
>
> ...
>
> read more »