Installation trouble

22 views
Skip to first unread message

bob

unread,
Oct 16, 2007, 6:30:54 PM10/16/07
to Kalendar
I am attempting to install Kalendar on my local machine. OSX MySQL 5.
I have installed FCKeditor and tested the installation. No problems
there. When I try to view the index.cfm file at the root of the
Kanedar folder. Both the Kalendar and FCKeditor folders are at the
root of my test sever which is the coldfusion built in server. Here is
the error message I get.

Element EXCEPTION.ROOTCAUSE.MESSAGE is undefined in ARGUMENTS.

Where am I going wrong. Thanks
Bob

KoldFuzun

unread,
Oct 16, 2007, 6:34:27 PM10/16/07
to cfkal...@googlegroups.com
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.

Bob

unread,
Oct 16, 2007, 7:17:15 PM10/16/07
to Kalendar
I have uncommented the onError Methods here is the complete error
message.

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.
>

KoldFuzun

unread,
Oct 16, 2007, 7:20:26 PM10/16/07
to cfkal...@googlegroups.com
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)

        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)

Bob

unread,
Oct 16, 2007, 7:36:05 PM10/16/07
to Kalendar
Ok, Commented out the code out of both files and it looks like the
application.cfc is the problem here is the error message.

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)

KoldFuzun

unread,
Oct 16, 2007, 7:55:53 PM10/16/07
to cfkal...@googlegroups.com
So in application.cfc (both) make sure your application.kalendarURLPath variable 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.



On 10/16/07, Bob < bobke...@gmail.com> wrote:
> > $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)

Bob

unread,
Oct 16, 2007, 8:24:34 PM10/16/07
to Kalendar
I think you are on the right track but I made that path abosolute and
here is the error message I am getting.

--------------------------------------------------------------------------------------------------------------------------


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)

KoldFuzun

unread,
Oct 16, 2007, 8:25:46 PM10/16/07
to cfkal...@googlegroups.com
It's looking for the common folder in the root of your site. What is your current site structure ?



On 10/16/07, Bob < bobke...@gmail.com> wrote:
> > > >         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)

KoldFuzun

unread,
Oct 16, 2007, 8:27:33 PM10/16/07
to cfkal...@googlegroups.com
Oh I see now.

in both application files set
application.kalendarURLPath = "/cteonestop/Kalendar/"







On 10/16/07, Bob <bobke...@gmail.com> wrote:
> > > >         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)

Bob

unread,
Oct 16, 2007, 8:31:13 PM10/16/07
to Kalendar
That is exactly what I have in both app.cfc's. No good

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 »

KoldFuzun

unread,
Oct 16, 2007, 8:32:51 PM10/16/07
to cfkal...@googlegroups.com
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.





On 10/16/07, Bob <bobke...@gmail.com> wrote:
> > > > > >         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)

Bob

unread,
Oct 16, 2007, 8:33:55 PM10/16/07
to Kalendar
I have restarted CF each time I could try changing the name of the app

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 »

Bob

unread,
Oct 16, 2007, 8:35:26 PM10/16/07
to Kalendar
What is the target date for the new version. I am creating a new site
that will go live next month.


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 »

KoldFuzun

unread,
Oct 16, 2007, 8:37:32 PM10/16/07
to cfkal...@googlegroups.com
just change the this.name variable value at the top of each application.cfc




On 10/16/07, Bob < bobke...@gmail.com> wrote:

Bob

unread,
Oct 17, 2007, 11:56:43 AM10/17/07
to Kalendar
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.cfc file. Do I
need to change the CFCPath in the application.cfc files?
------------------------------------------------------------------------------------------------------------------------------------------------
Error Occurred While Processing Request
Could not find the ColdFusion Component or Interface
common.cfc.kalendarCategories.

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 »

KoldFuzun

unread,
Oct 17, 2007, 11:59:16 AM10/17/07
to cfkal...@googlegroups.com
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

Bob

unread,
Oct 17, 2007, 12:38:29 PM10/17/07
to Kalendar
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
>

> ...
>
> read more »

KoldFuzun

unread,
Oct 17, 2007, 12:39:13 PM10/17/07
to cfkal...@googlegroups.com
Hi Bob, pretty much all of the application variables need to be changed to match your installation path :D



On 10/17/07, Bob < bobke...@gmail.com> wrote:

Bob

unread,
Oct 17, 2007, 1:07:44 PM10/17/07
to Kalendar
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
>

> ...
>
> read more »

KoldFuzun

unread,
Oct 17, 2007, 1:10:21 PM10/17/07
to cfkal...@googlegroups.com
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 <bobke...@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)

Bob

unread,
Oct 17, 2007, 1:14:23 PM10/17/07
to Kalendar
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)

> ...
>
> read more »

KoldFuzun

unread,
Oct 17, 2007, 1:15:56 PM10/17/07
to cfkal...@googlegroups.com
The path only exists in the admin/application.cfc. I think it's called application.FCKEditorPath




On 10/17/07, Bob < bobke...@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)

Bob

unread,
Oct 17, 2007, 1:29:24 PM10/17/07
to Kalendar
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)


> > 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 »

KoldFuzun

unread,
Oct 17, 2007, 1:40:02 PM10/17/07
to cfkal...@googlegroups.com
you should definitely redownload the package and verify you have all the files in the package

On 10/17/07, Bob < bobke...@gmail.com> wrote:
> > > > > > > > is the Error I am getting. It not fingding the common.cfcfile . Do

e10...@gmail.com

unread,
Oct 17, 2007, 2:00:00 PM10/17/07
to Kalendar
I have the same issue using the coldfusion built in server on a
macbook. I replicated the same errors listed in this post. I gave up
and have not installed one of the coolest CF calendars I have seen.

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 »

KoldFuzun

unread,
Oct 17, 2007, 2:03:47 PM10/17/07
to cfkal...@googlegroups.com
Hi Kevin

The problems you are experiencing will be resolved in the next release with one single configuration method. The main tricks are:

1. Making sure all the application variables in both application.cfc files (/kalendar/application.cfc and /kalendar/admin/application.cfc) match your hosting environment using absolute paths and for the application.cfcPath using a dot notation)
2. Once you have changed the application variables restart the CF engine or rename the application by changing the value of the this.name variable at the topof each application.cfc


If you get these settings right it will work. We are also available to answer questions about your installation.




> > > > > > $UpstreamMetrics.invokeRunnable( ThreadPool.java:266)

Bob

unread,
Oct 17, 2007, 2:15:34 PM10/17/07
to Kalendar
I have reloaded the package. I am still getting a 404 on the add event
page. I cannot find the FCKEditorPath in any of the files in the
Kalender folder. I have copied the cffunctions from the Admin
application.cfc file. Does it havae another name? Is it in another
file? Is the problem with FCKEditor? Everything else seems to be
working perfectly.

<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 »

KoldFuzun

unread,
Oct 17, 2007, 2:21:35 PM10/17/07
to cfkal...@googlegroups.com
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.

On 10/17/07, Bob <bobke...@gmail.com > wrote:
> > > > > > $UpstreamMetrics.invokeRunnable( ThreadPool.java:266)

Bob

unread,
Oct 17, 2007, 2:55:07 PM10/17/07
to Kalendar
Success!!! Thanks. I will be anticipating the new version.
Bob

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 »

Reply all
Reply to author
Forward
0 new messages