Have an Ordinary Day...
KomputerMan ~|:-)
I was wondering what considerations to take when deploying a ColdFusion 8 project as an EAR/WAR file. Is it possible to create the file on one computer (eg: development) and run it on another (eg: server)?
Hi,
I'm having problems setting up coldfusion 9, and I've narrowed it down to the web server configuration tool.
First, the server is running a brand new install of Windows 2008 R2 64bit. It's running IIS 7.5, and I've enabled ISAPI filters+extension, and IIS6 metabase compatibility.
The server is one of 1&1's new cloud offerings. I don't think this should be the problem, unless it's a way they've configured it.
I've already successfully installed CF9 on the same OS on a dedicated server with a different host.
Anyway, running the CF9 64 bit installer seems to work ok, but it doesn't configure up IIS. I've tried installing/uninstalling/re-imaging the server several times with no success.
To confirm my suspicions that CF was installing ok, I tried it using the built in web-server on port 8500, and that works fine.
I've tried running the web server configuration gui tool, but I get the following message:
Could not connect to any JRun/ColdFusion servers on host localhost.
Possible causes:
o Server not running
-Start Macromedia JRun4 or ColdFusion MX server
o Server running
-JNDI listen port in jndi.properties blocked by TCP/IP filtering or firewall on server
-host restriction in security.properties blocking communication with server
Googling this found several blog posts for earlier version of CF. Most suggest running the 'netstat -an' command, which gives:
Active Connections
Proto Local Address Foreign Address State
TCP 0.0.0.0:80 0.0.0.0:0 LISTENING
TCP 0.0.0.0:135 0.0.0.0:0 LISTENING
TCP 0.0.0.0:445 0.0.0.0:0 LISTENING
TCP 0.0.0.0:1688 0.0.0.0:0 LISTENING
TCP 0.0.0.0:2522 0.0.0.0:0 LISTENING
TCP 0.0.0.0:2932 0.0.0.0:0 LISTENING
TCP 0.0.0.0:3389 0.0.0.0:0 LISTENING
TCP 0.0.0.0:6085 0.0.0.0:0 LISTENING
TCP 0.0.0.0:6086 0.0.0.0:0 LISTENING
TCP 0.0.0.0:7997 0.0.0.0:0 LISTENING
TCP 0.0.0.0:8500 0.0.0.0:0 LISTENING
TCP 0.0.0.0:8983 0.0.0.0:0 LISTENING
TCP 0.0.0.0:9923 0.0.0.0:0 LISTENING
TCP 0.0.0.0:9953 0.0.0.0:0 LISTENING
TCP 0.0.0.0:9963 0.0.0.0:0 LISTENING
TCP 0.0.0.0:19999 0.0.0.0:0 LISTENING
TCP 0.0.0.0:20000 0.0.0.0:0 LISTENING
TCP 0.0.0.0:47001 0.0.0.0:0 LISTENING
TCP 0.0.0.0:49152 0.0.0.0:0 LISTENING
TCP 0.0.0.0:49153 0.0.0.0:0 LISTENING
TCP 0.0.0.0:49154 0.0.0.0:0 LISTENING
TCP 0.0.0.0:49155 0.0.0.0:0 LISTENING
TCP 0.0.0.0:49156 0.0.0.0:0 LISTENING
TCP 0.0.0.0:49201 0.0.0.0:0 LISTENING
TCP 127.0.0.1:8079 0.0.0.0:0 LISTENING
TCP 127.0.0.1:9953 127.0.0.1:49186 ESTABLISHED
TCP 127.0.0.1:49186 127.0.0.1:9953 ESTABLISHED
TCP 127.0.0.1:49538 127.0.0.1:9923 TIME_WAIT
TCP 127.0.0.1:49539 127.0.0.1:9963 TIME_WAIT
TCP 127.0.0.1:49540 127.0.0.1:9923 TIME_WAIT
TCP 127.0.0.1:49541 127.0.0.1:9963 TIME_WAIT
TCP 127.0.0.1:49542 127.0.0.1:9923 TIME_WAIT
TCP 127.0.0.1:49543 127.0.0.1:9963 TIME_WAIT
TCP 127.0.0.1:49544 127.0.0.1:9923 TIME_WAIT
TCP 127.0.0.1:49545 127.0.0.1:9963 TIME_WAIT
TCP [::]:80 [::]:0 LISTENING
TCP [::]:135 [::]:0 LISTENING
TCP [::]:445 [::]:0 LISTENING
TCP [::]:1688 [::]:0 LISTENING
TCP [::]:2522 [::]:0 LISTENING
TCP [::]:2932 [::]:0 LISTENING
TCP [::]:3389 [::]:0 LISTENING
TCP [::]:6085 [::]:0 LISTENING
TCP [::]:7997 [::]:0 LISTENING
TCP [::]:8500 [::]:0 LISTENING
TCP [::]:8983 [::]:0 LISTENING
TCP [::]:47001 [::]:0 LISTENING
TCP [::]:49152 [::]:0 LISTENING
TCP [::]:49153 [::]:0 LISTENING
TCP [::]:49154 [::]:0 LISTENING
TCP [::]:49155 [::]:0 LISTENING
TCP [::]:49156 [::]:0 LISTENING
TCP [::]:49201 [::]:0 LISTENING
UDP 0.0.0.0:500 *:*
UDP 0.0.0.0:4500 *:*
UDP 0.0.0.0:5355 *:*
UDP 0.0.0.0:62255 *:*
UDP 0.0.0.0:62257 *:*
UDP 0.0.0.0:62259 *:*
UDP 0.0.0.0:62261 *:*
UDP 127.0.0.1:62253 *:*
UDP 127.0.0.1:62254 *:*
UDP 127.0.0.1:62256 *:*
UDP 127.0.0.1:62258 *:*
UDP 127.0.0.1:62260 *:*
UDP 127.0.0.1:62262 *:*
UDP [::]:500 *:*
UDP [::]:4500 *:*
UDP [::]:5355 *:*
I've removed a few lines that mentioned the external IP of the server, but I don't think they're important.
The main thing, is that it seems to be listening on port 2932 which is configured in jndi.properties
At this point I'm stuck.
I did find some blog posts that suggested adding some arguments to narrow the ports scanned when you run the configuration tool. I tried them without success - as they were quite old, is it possible they have changed with the latest config tool?
The other thing I've contemplated is connecting IIS manually. However, I can't find any instructions for doing this with CF9.
Does anyone have any suggestions?
Thanks in advance,
Gareth
I am having difficulty sending email on a new install of CF 9 on MS 2003 server. the error I get is
coldfusion.tagext.net.MailTag$KeyStoreNotFoundException: Keystore file '' does not exist..
I am trying to send the email from a local email server using code that works fine on CF 8
I have already run the keystore code to load the cert in CF9.
I'm not sure but i think this may be tied to an error I am getting trying to run Scheduled tasks.
They run if manually run the task from the Scheduled task page, but the scheduled task never even seems to try to run.
I tried saving the output filefor the sched task. It only ran once at 12:01 when I have it scheduled for every 5 minutes.
Thanks
Vince
So I've been dealing with this for years now, since version 8 and now with version 9 of
Coldfusion. I can't ever get my multi-server monitor to monitor more than the local server from which I run the multiserfver monit
or. I've edited the multiservermonitor-access-policy.xml to use the following line:
<allow-access-from domain="*" />
However, that doesn't work even after restarting Coldfusion.
Does anyone have this working? I think I'm about to buy fusion-reactor so I can actually monitor my servers but it's always frustrating when something that should be pretty simple just doesn't work right. Thanks in advance for any input.
...Brad
We are building a new CF9 server. We installed the developer version and things appeared to work OK. When we set our single-server license (single server, not Enterprise) we get this message when trying some of our queries against a SQL Server database (did not try against Oracle, we only use SQL Server for this application).
Error Executing Database Query. | |
Use of Macromedia JDBC Drivers is restricted. Drivers can only be used with Macromedia server products. Please check that your license supports the requested driver. |
One of the other threads here indicates that JDBC drivers are only enabled for the Enterprise version. Another thread however seems to indicate that we would need to reinstall and make sure that the correct drivers were selected during the install process. This part *did* work during the developer period (which I believe enables all Enterprise features).
Can standard version support JDBC? If not, can we use something else than JDBC? We don't want Enterprise.
Hello,
We are having an issue with CPU loading on our server. It has to do with Client Storage Purge. I see where this issue has been around for a while but could not find a solid solution. Our sever is running Windows Server 2003 Standard and ColdFusion 8. There is only one ecommerence website utilizing CF and the database is MSSQL.
The server average CPU usage is between 5% and 10%. Then this appears in the log; 03/30 05:56:34 Information [scheduler-3] - Run Client Storage Purge. The CPU usage jumps to 50% to 80% for about 4 to 5 hours. Then after it settles back down, with in the next few hours it starts over again.
Settings,
ColdFusion Administrator > Server Settings > Client Variables
Select Default Storage Mechanism for Client Sessions is set to Registry
Purge Interval is set to 1 hour and 7 minutes.
Now, my working knowledge of ColdFusion is not at an expert level. I really do not know what Client Storage Purge is doing, what client variables are being stored and why.
I hope I have included enough information to start the 21 question routine. Any help with this issue would be appreciated.
Regards,
David
Hi,
I have the following:
Windows 2008 R2 sp1 64bit
IIS 7.5
ColdFusion 9 64bit, upgraded to 9.0.1 64bit
After installing ColdFusion 9, and upgrading to 9.0.1, I get IIS 500 errors for any file .cfm, .txt, etc. IIS was working prior to the CF install.
Based on research, I've confirmed:
CGI, ISAPI Extensions, ISAPI filters, IIS 6 Managment Compatiblity all installed
If IIS/pplicaiton pool: Enable 32-bit applicaitons = True - Then I get IIS error 500 19 5 31 with a .cfm file, error 500 0 193 593 .txt or 500 0 193 15 .jpg.
If IIS/Applicaiton pool: Enable 32-bit applications = False - Then I get IIS error 500 0 1001 93 and an system log event 'A process serving application 'DefaultAppPool' terminated unexpecedly. Event ID 5009, source - WAS.
I'd think enable 32-bit applicaitons should be false, since I'm using 64bit CF. Why does the AppPool crash then?
Any ideas?
Hello,
Last week we began seeing some timeout errors, but today there have been much more of them and I’m not sure how to proceed in troubleshooting.
We have 2 load balanced app servers:
Windows Server 2008 R2 (virtualized)
ColdFusion 8, Enterprise
And a database server:
Windows Server 2008 R2
SQL 2012
The error in “coldfusion-out.log” is:
A non-SQL error occurred while requesting a connection from <DSN>.
Timed out trying to establish connection
This only happens on one of the web servers, but it happens more frequently when the app servers is under a heavier load. Most of the day it works fine, but 4 or 5 times throughout the day we will have 1 – 15 requests timeout in a row(always varies), and then things will be fine again w/out restarting or doing anything.
The database server is much more powerful than the app server, and I don't believe the issue involves long running queries or the DB server being under heavy load.
I’m a DBA who is temporarily handling System Admin responsibilities, and I’m not sure how to further trouble shoot this. I just started some pings going from the app server to the database using IP and the listeners name. How else can I prepare for the next time it happens. What other logs should I be looking at to gain some insight? Are there PerfMon counters I could use to help troubleshoot?
Thanks for your help!
We're running ColdFusion 10 Update 2. It was running on Java 1.6 and we'd like to upgrade to 1.7. The server is Windows 2003 32-bit.
I installed the Java 1.7 JRE and pointed the JVM path to the default folder in the CF Admin, but the services would not restart. Editing the jvm.config to point back to the original folder location (x:\coldfusion10\jre) enabled me to restart the service. So, I re-installed the JRE to x:\coldfusion10\jre2 and pointed the JVM path there, but had the same issue.
I did some reading and saw some posts that stated that the full JDK is needed and not just the JRE, so I installed that to the same path. Same result.
Any thoughts on what I can do next?
Are there any issues / has ColdFusion 10 been tested with the latest Windows Server 2012 R2 version?
Thanks, Henry
This is happening in 2 identical environments:
Brand new machine, fresh copy of CF10 Standard x64 on Windows Server 2k8 R2. CF is patched through update 11. CF always fails to start after a reboot. I go into manually start the service and it takes 3-4 tries (and 10-15 minutes) to get it going. This is usually the case if I ever try to restart the service manually (without reboot), although occasionally it starts back up with no problem.
If I try to start the service from the command line, it hangs at "INFO: starting servlet engine: Apache Tomcat/7.0.23" for about 8-10 minutes before finally continuing on and starting up. This jibes with the service problems as the Windows service probably gets tired of waiting on the servlet engine and gives up.
Any idea as to what could be causing the delay?
I followed the lock down guide for Coldfusion 11 and everything works as expected except for downloading and installing hotfix button under updates in the coldfusion 11 administration page.
I noticed on Page 17 of the lockdown guide that following the guide may break the hotfixes. But i can't find what the solution to the problem.
I contacted Adobe support and didn't get very far. They told me to look at page 17 as it explains it there.. Well.. no... no it doesnt.
This wouldn't be an issue if you could manually download the hotfixes directly from adobe but you can't or i can't find a page that provides the download links. I can see all the release notes for hotfixes.
Adobe support sent me a link to download the latest update 3 hotfix.. (http://download.adobe.com/pub/adobe/coldfusion/cf11/hotfix_003.jar) but the file location doesn't exist.
Any thoughts / help would be greatly appreciated as i want to move this server into production in the near future.
Other info:
Coldfusion 11 update 2 running (adobe had to provide direct links to download the first 2 updates.)
Server 2012 Std
iis 7.5
Lockdown guide followed and applied.
Service Unavailable error DAILY
What causes this error?
I have done the actions in the adobe blog - no difference
Jakarta/ISAPI/isapi_redirector/1.2.32 ()
Jakarta/ISAPI/isapi_redirector/1.2.39 ()
Jakarta/ISAPI/isapi_redirector/1.2.40 ()
its getting worse.
When is Adobe going to fix this?
I'm currently in the progress of moving from a CF9 server to a CF11 server, but have run into a huge performance difference between the two, when sending e-mails.
Our application generates approximately 40,000 e-mails nightly, and spools the messages to disk, for delivery to out mail server.
On the CF9 server, it will spool approximately 20,000 messages in an hour to our mail server, but on the CF11 server, the best I can get
is approximately 800 messages an hour. Are they any hidden parameters that I can configure to increase the speed of sending mail on
CF11?
Thanks,
Evan
The process w3wp.exe serving the application pool for our website terminates unexpectedly. Due to which, the website responds with HTTP Error 503 - Service unavailable.
Manually restarting the application pool for the website brings the site back up.
We have discovered no pattern in the crashes, it appears at this time to be random/intermittent.
We have pulled the debug files / info for the most recent crash...
It looks to be pointing to ColdFusion.
SWOC.exe (Which I think is an ODBC component?)
Faulting application name: swsoc.exe, version: 6.0.0.14327, time stamp: 0x555bfaa0
Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000
Exception code: 0xc0000005
Fault offset: 0x00000000
Faulting process id: 0x5d8
Faulting application start time: 0x01d14aba4c4c0eda
Faulting application path: C:\ColdFusion10\cfusion\db\slserver54\bin\swsoc.exe
Faulting module path: unknown
Report Id: 9421075f-b6ad-11e5-9309-005056802b2e
SWAGENT.exe (DataDirect SequeLink Agent or swAgent Module)
Faulting application name: swagent.exe, version: 6.0.0.25513, time stamp: 0x555bfa4a
Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000
Exception code: 0xc0000005
Fault offset: 0x00000000
Faulting process id: 0x598
Faulting application start time: 0x01d14aba4c25f8d6
System Info:
Windows 2008 Server R2 SP1
IIS v6.1 (Build 7601: SP1)
ColdFusion 10 Update 18
Could anyone be of assistance? Thank you!
Hi
I'm working with a ColdFusion Server MX Version 7.0.2.x.
On the old server we have an import-job which imports a txt file into the Oracle table. For this we use the cfhttp function which works well on the old server.
Now we have installed the same application on a new, identical CF server. On the new server we have the problem that we get this error-message for the same import-job:
The column name "" is invalid.
Column names must be valid variable names. They must start with a letter and can only include letters, numbers, and underscores.
This is the cfhttp tag that we are using:
<cfhttp method="get" url="#StartURL#COKEHDML_it_dash.txt" name="Milestone" delimiter=";" charset="windows-1252"></cfhttp>
A sample of the imported text file is attached.
Extrakt_Dttm;PSP_2;Netzplannummer;Vorgangsnummer;Mlst_No;Beschreibung;Verwd;Term iniert;Fixtermin;Isttermin;Eckstart_X1;Fixstart_X1
2009-09-08 19:43:43;X-000071-2;X000071-2N;C001;000000028371;Meldungsbereinigung abgeschlossen;;30.06.2002;30.06.2002;;30.06.2002;30.06.2002
2009-09-08 19:43:43;X-000071-2;X000071-2N;C001;000000028372;Realisierung abgeschlossen;;31.12.2002;;;06.03.2003;
2009-09-08 19:43:43;X-000071-2;X000071-2N;C001;000000028373;Bereitstellung GIKUS-Zentralen;;31.10.2002;31.10.2002;;31.10.2002;31.10.2002
2009-09-08 19:43:43;X-000071-2;X000071-2N;C001;000000028374;Logenoptimierung abgeschlossen;;30.09.2002;30.09.2002;;30.09.2002;30.09.2002
2009-09-08 19:43:43;X-000071-2;X000071-2N;C001;000000028375;Organisationsspezifikation erstellt;;30.09.2002;30.09.2002;;30.09.2002;30.09.2002
2009-09-08 19:43:43;X-000071-2;X000071-2N;D001;000000028376;Einführung abgeschlossen;;31.12.2002;;;06.03.2003;
2009-09-08 19:43:43;X-000535-4;X000535-4N;C001;000000079457;Production Sign Off;A020;31.12.2009;31.12.2009;;31.12.2009;31.12.2009
What is the problem, and can it be fixed with settings on the application server?
Thanks for the help!
René
Installed CF10 on a Windows 2012 server. Used the builtin web server. after install, the admin page fails to laod, and I see the following in the coldfusion-error log:
May 12, 2013 3:28:09 PM org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\\ColdFusion10\\cfusion\lib;C:\\ColdFusion10\\cfusion\jintegra\bin;C:\\ColdFusion10\\cf usion\jintegra\bin\international;C:\\ColdFusion10\\cfusion\lib\oosdk\classes\win
May 12, 2013 3:28:10 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-8500"]
May 12, 2013 3:28:10 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["ajp-bio-8012"]
May 12, 2013 3:28:10 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
May 12, 2013 3:28:10 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.23
May 12, 2013 3:28:13 PM org.apache.catalina.core.ApplicationContext log
INFO: ColdFusionStartUpServlet: ColdFusion: Starting application services
May 12, 2013 3:28:13 PM org.apache.catalina.core.ApplicationContext log
INFO: ColdFusionStartUpServlet: ColdFusion: VM version = 23.7-b01
May 12, 2013 3:28:18 PM org.apache.catalina.core.ApplicationContext log
INFO: CFMxmlServlet: Macromedia Flex Build: 87315.134646
May 12, 2013 3:28:27 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-bio-8500"]
May 12, 2013 3:28:27 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-bio-8012"]
May 12, 2013 3:28:27 PM com.adobe.coldfusion.launcher.Launcher run
INFO: Server startup in 18772 ms
Exception thrown by error-handling template:
coldfusion.server.ServiceFactory$ServiceNotAvailableException: The Security service is not available.
at coldfusion.server.ServiceFactory.getSecurityService(ServiceFactory.java:43)
at coldfusion.runtime.TemplateClassLoader$TemplateCache$1.fetch(TemplateClassLoader.java:456 )
at coldfusion.util.LruCache.get(LruCache.java:180)
at coldfusion.runtime.TemplateClassLoader$TemplateCache.fetchSerial(TemplateClassLoader.java :362)
at coldfusion.util.AbstractCache.fetch(AbstractCache.java:58)
at coldfusion.util.SoftCache.get_statsOff(SoftCache.java:133)
at coldfusion.util.SoftCache.get(SoftCache.java:81)
at coldfusion.runtime.TemplateClassLoader.findClass(TemplateClassLoader.java:609)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:101)
at coldfusion.filter.LicenseFilter.invoke(LicenseFilter.java:30)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:94)
at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)
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.filter.CachingFilter.invoke(CachingFilter.java:62)
at coldfusion.CfmServlet.service(CfmServlet.java:204)
at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:305)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42 )
at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:243)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at coldfusion.filter.ClickjackingProtectionFilter.doFilter(ClickjackingProtectionFilter.java :75)
at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:243)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:224)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:169)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:928)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:414)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:987 )
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.jav a:539)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:298)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:722)
May 12, 2013 3:28:44 PM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet [CfmServlet] in context with path [/] threw exception [ROOT CAUSE:
coldfusion.server.ServiceFactory$ServiceNotAvailableException: The Security service is not available.
at coldfusion.server.ServiceFactory.getSecurityService(ServiceFactory.java:43)
at coldfusion.runtime.TemplateClassLoader$TemplateCache$1.fetch(TemplateClassLoader.java:456 )
at coldfusion.util.LruCache.get(LruCache.java:180)
at coldfusion.runtime.TemplateClassLoader$TemplateCache.fetchSerial(TemplateClassLoader.java :362)
at coldfusion.util.AbstractCache.fetch(AbstractCache.java:58)
at coldfusion.util.SoftCache.get_statsOff(SoftCache.java:133)
at coldfusion.util.SoftCache.get(SoftCache.java:81)
at coldfusion.runtime.TemplateClassLoader.findClass(TemplateClassLoader.java:609)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:101)
at coldfusion.filter.LicenseFilter.invoke(LicenseFilter.java:30)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:94)
at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)
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.filter.CachingFilter.invoke(CachingFilter.java:62)
at coldfusion.CfmServlet.service(CfmServlet.java:204)
at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:305)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42 )
at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:243)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at coldfusion.filter.ClickjackingProtectionFilter.doFilter(ClickjackingProtectionFilter.java :75)
at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:243)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:224)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:169)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:928)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:414)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:987 )
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.jav a:539)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:298)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:722)
] with root cause
javax.servlet.ServletException: ROOT CAUSE:
coldfusion.server.ServiceFactory$ServiceNotAvailableException: The Security service is not available.
at coldfusion.server.ServiceFactory.getSecurityService(ServiceFactory.java:43)
at coldfusion.runtime.TemplateClassLoader$TemplateCache$1.fetch(TemplateClassLoader.java:456 )
at coldfusion.util.LruCache.get(LruCache.java:180)
at coldfusion.runtime.TemplateClassLoader$TemplateCache.fetchSerial(TemplateClassLoader.java :362)
at coldfusion.util.AbstractCache.fetch(AbstractCache.java:58)
at coldfusion.util.SoftCache.get_statsOff(SoftCache.java:133)
at coldfusion.util.SoftCache.get(SoftCache.java:81)
at coldfusion.runtime.TemplateClassLoader.findClass(TemplateClassLoader.java:609)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:101)
at coldfusion.filter.LicenseFilter.invoke(LicenseFilter.java:30)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:94)
at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)
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.filter.CachingFilter.invoke(CachingFilter.java:62)
at coldfusion.CfmServlet.service(CfmServlet.java:204)
at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:305)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42 )
at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:243)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at coldfusion.filter.ClickjackingProtectionFilter.doFilter(ClickjackingProtectionFilter.java :75)
at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:243)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:224)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:169)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:928)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:414)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:987 )
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.jav a:539)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:298)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:722)
at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:70 )
at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:243)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at coldfusion.filter.ClickjackingProtectionFilter.doFilter(ClickjackingProtectionFilter.java :75)
at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:243)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:224)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:169)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:928)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:414)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:987 )
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.jav a:539)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:298)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:722)
and the follogwing in the colfusion-out log:
05/12 15:28:13 INFO License Service: Flex 1.5 CF Edition enabled
05/12 15:28:13 INFO Starting Flex 1.5 CF Edition
May 12, 2013 15:28:13 PM Information [pool-2-thread-1] - C:\ColdFusion10\cfusion\logs\server.log initialized
May 12, 2013 15:28:13 PM Information [pool-2-thread-1] - Starting logging...
May 12, 2013 15:28:13 PM Information [pool-2-thread-1] - Starting license...
May 12, 2013 15:28:15 PM Information [pool-2-thread-1] - Invalid ColdFusion 10 license.
May 12, 2013 15:28:15 PM Information [pool-2-thread-1] - Invalid ColdFusion 10 license.
May 12, 2013 15:28:15 PM Information [pool-2-thread-1] - Invalid ColdFusion 10 license.
May 12, 2013 15:28:15 PM Information [pool-2-thread-1] - Developer Edition enabled
May 12, 2013 15:28:15 PM Information [pool-2-thread-1] - Starting crypto...
May 12, 2013 15:28:15 PM Information [pool-2-thread-1] - Installed JSafe JCE provider: Version 6.0 Crypto-J 6.0, EMC Corporation. JsafeJCE Security Provider (implements RSA, DSA, ECDSA, Diffie-Hellman, ECDH, AES, DES, Triple DES, DESX, RC2, RC4, RC5, PBE, MD2, MD5, RIPEMD160, SHA1, SHA224, SHA256, SHA384, SHA512, HMAC-MD5, HMAC-RIPEMD160, HMAC-SHA1, HMAC-SHA224, HMAC-SHA256, HMAC-SHA384, HMAC-SHA512, FIPS186PRNG, ECDRBG, HMACDRBG, SHA1PRNG, MD5PRNG; RFC 3394, RFC 5649 AES Key Wrap; X.509 CertificateFactory; PKCS12, PKCS15 KeyStore; X.509V1, PKIX, PKIX-SuiteB, PKIX-SuiteBTLS CertPathValidators; X.509V1, PKIX, PKIX-SuiteB, PKIX-SuiteBTLS CertPathBuilders; LDAP, Collection CertStores)
May 12, 2013 15:28:15 PM Information [pool-2-thread-1] - Starting security...
May 12, 2013 15:28:15 PM Error [pool-2-thread-1] - Unable to initialise Security service: java.lang.NullPointerException
May 12, 2013 15:28:15 PM [] -
May 12, 2013 15:28:15 PM Information [pool-2-thread-1] - Starting scheduler...
May 12, 2013 15:28:15 PM Information [pool-2-thread-1] - Starting WatchService...
May 12, 2013 15:28:15 PM Error [pool-2-thread-1] - Unable to initialise WatchService service: coldfusion.server.ServiceFactory$ServiceNotAvailableException: The Security service is not available.
May 12, 2013 15:28:15 PM Information [pool-2-thread-1] - Starting debugging...
May 12, 2013 15:28:15 PM Information [pool-2-thread-1] - Starting sql...
May 12, 2013 15:28:15 PM Information [pool-2-thread-1] - Starting mail...
May 12, 2013 15:28:15 PM Information [pool-2-thread-1] - Starting runtime...
May 12, 2013 15:28:16 PM Information [pool-2-thread-1] - CORBA Configuration not enabled
May 12, 2013 15:28:16 PM Information [pool-2-thread-1] - Starting cron...
May 12, 2013 15:28:16 PM Information [pool-2-thread-1] - Starting registry...
May 12, 2013 15:28:16 PM Information [pool-2-thread-1] - Starting client...
May 12, 2013 15:28:16 PM Information [pool-2-thread-1] - Starting xmlrpc...
May 12, 2013 15:28:17 PM Information [pool-2-thread-1] - Starting jaxrs...
May 12, 2013 15:28:17 PM Information [pool-2-thread-1] - Starting graphing...
May 12, 2013 15:28:17 PM Information [pool-2-thread-1] - Starting solr...
May 12, 2013 15:28:17 PM Information [pool-2-thread-1] - Starting archive...
May 12, 2013 15:28:17 PM Information [pool-2-thread-1] - Starting document...
May 12, 2013 15:28:17 PM Information [pool-2-thread-1] - Starting eventgateway...
May 12, 2013 15:28:17 PM Information [pool-2-thread-1] - C:\ColdFusion10\cfusion\logs\eventgateway.log initialized
May 12, 2013 15:28:17 PM Information [pool-2-thread-1] - Event Gateway Disabled.
May 12, 2013 15:28:17 PM Information [pool-2-thread-1] - Starting FlexAssembler...
May 12, 2013 15:28:17 PM Information [pool-2-thread-1] - Starting .NET...
May 12, 2013 15:28:17 PM Information [pool-2-thread-1] - Starting Monitoring...
May 12, 2013 15:28:17 PM Information [pool-2-thread-1] - Starting WebSocket...
May 12, 2013 15:28:18 PM Information [pool-2-thread-1] - WebSocket server listens on port: 8575
May 12, 2013 15:28:18 PM Information [pool-2-thread-1] - ColdFusion started
May 12, 2013 15:28:18 PM Information [pool-2-thread-1] - ColdFusion: application services are now available
05/12 15:28:18 INFO Macromedia Flex Build: 87315.134646
May 12, 2013 15:28:44 PM Information [catalina-exec-2] - C:\ColdFusion10\cfusion\logs\application.log initialized
May 12, 2013 15:28:44 PM Error [catalina-exec-2] - The Security service is not available.This exception is usually caused by service startup failure. Check your server configuration. The specific sequence of files included or processed is: C:\ColdFusion10\cfusion\wwwroot\CFIDE\administrator\index.cfm''
May 12, 2013 15:28:44 PM Error [catalina-exec-2] - Exception thrown by error-handling template:
May 12, 2013 15:28:44 PM Error [catalina-exec-2] - The Security service is not available.This exception is usually caused by service startup failure. Check your server configuration. The specific sequence of files included or processed is: C:\ColdFusion10\cfusion\wwwroot\WEB-INF\exception\coldfusion\runtime\ApplicationException .cfm''
May 12, 2013 15:29:51 PM Error [catalina-exec-1] - The Security service is not available.This exception is usually caused by service startup failure. Check your server configuration. The specific sequence of files included or processed is: C:\ColdFusion10\cfusion\wwwroot\CFIDE\Application.cfm''
May 12, 2013 15:29:51 PM Error [catalina-exec-1] - Exception thrown by error-handling template:
May 12, 2013 15:29:51 PM Error [catalina-exec-1] - The Security service is not available.This exception is usually caused by service startup failure. Check your server configuration. The specific sequence of files included or processed is: C:\ColdFusion10\cfusion\wwwroot\WEB-INF\exception\coldfusion\runtime\ApplicationException .cfm''
May 12, 2013 15:30:01 PM Error [catalina-exec-4] - The Security service is not available.This exception is usually caused by service startup failure. Check your server configuration. The specific sequence of files included or processed is: C:\ColdFusion10\cfusion\wwwroot\CFIDE\administrator\index.cfm''
May 12, 2013 15:30:01 PM Error [catalina-exec-4] - Exception thrown by error-handling template:
May 12, 2013 15:30:01 PM Error [catalina-exec-4] - The Security service is not available.This exception is usually caused by service startup failure. Check your server configuration. The specific sequence of files included or processed is: C:\ColdFusion10\cfusion\wwwroot\WEB-INF\exception\coldfusion\runtime\ApplicationException .cfm''
May 12, 2013 15:30:26 PM Error [catalina-exec-3] - The Security service is not available.This exception is usually caused by service startup failure. Check your server configuration. The specific sequence of files included or processed is: C:\ColdFusion10\cfusion\wwwroot\CFIDE\adminapi\administrator.cfc''
May 12, 2013 15:30:26 PM Error [catalina-exec-3] - Exception thrown by error-handling template:
May 12, 2013 15:30:26 PM Error [catalina-exec-3] - The Security service is not available.This exception is usually caused by service startup failure. Check your server configuration. The specific sequence of files included or processed is: C:\ColdFusion10\cfusion\wwwroot\WEB-INF\exception\coldfusion\runtime\ApplicationException .cfm''
May 12, 2013 15:30:31 PM Error [catalina-exec-1] - The Security service is not available.This exception is usually caused by service startup failure. Check your server configuration. The specific sequence of files included or processed is: C:\ColdFusion10\cfusion\wwwroot\CFIDE\administrator\index.cfm''
May 12, 2013 15:30:31 PM Error [catalina-exec-1] - Exception thrown by error-handling template:
May 12, 2013 15:30:31 PM Error [catalina-exec-1] - The Security service is not available.This exception is usually caused by service startup failure. Check your server configuration. The specific sequence of files included or processed is: C:\ColdFusion10\cfusion\wwwroot\WEB-INF\exception\coldfusion\runtime\ApplicationException .cfm''
Any suggestions on what to look at???
Thanks!!
Hi,
We found that CF 10 stopped sending emails and on website, we received error:
An exception occurred when setting up mail server parameters. This exception was caused by: coldfusion.mail.MailSpooler$SpoolLockTimeoutException: A timeout occurred while waiting for the lock on the mail spool directory.
We are not sure what caused this problem, but after restarting the CF service everytime, this problem resolves. And this is happening frequently and no way to trace it immediately.Is there any way to trace that CF is not sending email or any updated to fix this problem?
Thanks in advance
Mamun
Using the easysoft JDBC-ODBC bridge to connect to an Access DB. Has been working great since CF6. Currently no issues on CF9(solaris). We're working to upgrade our servers to CF10 on Redhat and have everything working except when we attemtp to verify our data sources that use this driver we get the following error:
In the CF administrator: Connection verification failed for data source: csd_training_index
java.lang.AbstractMethodError: null
The root cause was that: java.lang.AbstractMethodError
"Error","ajp-bio-8012-exec-1","04/08/14","16:50:43",,""
in the server.log file
Note: EasySoft says "There is nothing in that stack trace to indicate CF is even connecting with Easysoft."
Stack trace:
"Error","ajp-bio-8012-exec-1","03/17/14","11:35:11",,""
java.lang.AbstractMethodError
at coldfusion.server.j2ee.sql.JRunConnection.<init>(JRunConnection.java:133)
at coldfusion.server.j2ee.sql.pool.JDBCPool.create(JDBCPool.java:555)
at coldfusion.server.j2ee.sql.pool.JDBCPool._checkOut(JDBCPool.java:472)
at coldfusion.server.j2ee.sql.pool.JDBCPool.checkOut(JDBCPool.java:378)
at coldfusion.server.j2ee.sql.pool.JDBCPool.requestConnection(JDBCPool.java:785)
at coldfusion.server.j2ee.sql.pool.JDBCManager.requestConnection(JDBCManager.java:123)
at coldfusion.server.j2ee.sql.JRunDataSource.getConnection(JRunDataSource.java:135)
at coldfusion.server.j2ee.sql.JRunDataSource.getConnection(JRunDataSource.java:122)
at coldfusion.sql.CFDataSource.getConnection(CFDataSource.java:45)
at coldfusion.sql.Executive.verifyDatasource(Executive.java:492)
at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethod)
at sun.reflect.NativeMethodAccessorImpl.invoke(UnknownSource)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(UnknownSource)
at java.lang.reflect.Method.invoke(UnknownSource)
at coldfusion.runtime.StructBean.invoke(StructBean.java:508)
at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2465)
at cfudflibrary2ecfm1867463752$funcVERIFYDSN.runFunction(E:\cf10_final\cfusion\wwwroot\CFIDE\administrator\datasources\udflibrary.cfm:14)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472)
at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:368)
at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55)
at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:518)
at coldfusion.runtime.CfJspPage._invokeUDF(CfJspPage.java:2624)
at cfindex2ecfm782328217._factor12(E:\cf10_final\cfusion\wwwroot\CFIDE\administrator\datasources\index.cfm:450)
at cfindex2ecfm782328217._factor17(E:\cf10_final\cfusion\wwwroot\CFIDE\administrator\datasources\index.cfm:396)
at cfindex2ecfm782328217._factor18(E:\cf10_final\cfusion\wwwroot\CFIDE\administrator\datasources\index.cfm:168)
at cfindex2ecfm782328217.runPage(E:\cf10_final\cfusion\wwwroot\CFIDE\administrator\datasources\index.cfm:1)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:244)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:444)
at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
at coldfusion.filter.IpFilter.invoke(IpFilter.java:64)
at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:449)
at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48)
at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:112)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:94)
at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:58)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:62)
at coldfusion.CfmServlet.service(CfmServlet.java:219)
at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42)
at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at coldfusion.filter.ClickjackingProtectionFilter.doFilter(ClickjackingProtectionFilter.java:75)
at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:224)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:169)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:928)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:414)
at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:204)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:539)
at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:298)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(UnknownSource)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(UnknownSource)
at java.lang.Thread.run(UnknownSource)