On Sat, Feb 20, 2010 at 3:06 AM, Leon Miller-Out wrote:
> To our great dismay, it appears that our ColdFusion 7 servers can't serve the 
> new API reliably. It works for about a day or so after restarting, then the 
> clients start getting errors like:
>
> Error: coldfusion.xml.rpc.CFCInvocationException
> [java.lang.ClassNotFoundException : 
> tafkan.remote_api.pfapi.v.trunk.rsp_pf_survey_status_array]

The interesting part is that this occurs after some time instead of
immediately. I have not experienced your issue before, bt that
particular behaviour leads me in the following directions:

1. Disable the JIT compiler. This compiler recompiles the Java
bytecode into native code after it has been executed a number of
times, so that is obviously something that would happen after a while.
The downside is that your code will not speed up after X executions.
The way to disable the JIT compiler is to add -Xint to your Java
parameters in jvm.config. See

2. Is anything expiring in your application after a while? Application
variables, framwork reinit or something?

Jochem


-- 
Jochem van Dieten
http://jochem.vandieten.net/

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330985
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to