Quantcast
Channel: Adobe Community : Popular Discussions - ColdFusion Server Administration
Viewing all 78799 articles
Browse latest View live

Request count drops to nothing

$
0
0

I've been having this problem recently with our server and I've never seen anything like it before.  I'm hoping someone in the community might be able to give me some guidance...

 

We run a ColdFusion 10 Standard server (recently patched with update 12), which handles about 30 requests per second on average.

 

Lately, we've been experiencing some very odd performance issues, so I've been leaving FusionReactor open on my screen pretty much all day long.  And what I've noticed is really bizarre.

 

Periodically, the metrics graphs will show a drop-off in requests from the usual 20-40 to 0.  This last for about 5 seconds, and when the requests come back, they shoot right up to the max (our server set its max at 100).  It's almost as if something is blocking the requests from getting through for those few seconds, and then we get flooded all at once.  Either that, or FusionReactor isn't properly recording the traffic.  At one point this morning this was happening every minute or so, such that our server was just choking on the requests and we were forced to just reboot the whole machine.

 

Has anyone experienced this before?  Or might be able to point me in a good direction?


Coldfusion 10 Enterprise, IIS 8.5 503 errors

$
0
0

We are upgrading certain applications in our environment to Coldfusion 10 and Server 2012 R2.

 

Everything in the QUA environment worked great, no issues.  However, when I put the new servers in production, I started seeing random 503 issues from the servers. (the application pools were stopped) - Restarting the application pool revived the site without a need to restart coldfusion.  In the interim of finding a fix, I had a powershell script checking the status of my app pool hourly and if it is down, I have it restart it and email me.

 

When I started looking into this, I did some tuning of my IIS connectors based on this article: Tuning ColdFusion 10 IIS Connector configuration — Adobe ColdFusion Blog - These particular servers are configured with one instance of coldfusion but separate connectors for each of the sites. Since implementing those changes last week, the 503 errors have only occurred one other time over the past weekend. Looking in the isapi_redirect.log file, I see this error that corresponds to each time the application pools crashed:

 

[error] init_jk::jk_isapi_plugin.c (2795): Initializing shm:(null) errno=-1. Load balancing workers will not function properly.

 

Just wondering what the above is actually referencing and if my issue is truly related to load?

CF11 - ColdFusion Collection Error after entering my license key

$
0
0

So I tested my server before I implemented live and everything worked just fine. So after I entered the license key all my “ColdFusion Collections” were gone and my search pages are throwing a 500 error.

 

This is what I get inside CF11

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

The Solr indexing engines allows you to easily develop search capabilities for your ColdFusion applications. A Solr collection is a group of information that can be indexed and searched as a set. Use this form to create and manage your Solr collections.

 

Unable to retrieve collections from the Search Services.

Ensure that you have installed ColdFusion Search Service and it is running.

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

 

Running on:

CF11

IIS 8.1

MS 2012 R2

 

Thank you!

Running CFEXECUTE to run C:D process - getting possible permssions error in C:D side

$
0
0

I'm executing a CFEXECUTE statement in a CFScheduler job that is supposed to C:D a file from one Windows Server to another Windows server.

I've built the C:D batch job correctly and can run it successfully from the CMD prompt (by double clicking on the .bat file name).

Here is my statement:

<cfexecute name="C:\Windows\system32\cmd.exe" arguments="/c E:\inetpub\WWWROOT\Tips\ScheduledJobs\tips_to_tws.bat"

 

The job ends without any errors, but I get a C:D error - LAPP010I - Submit file open failure. CCODE=8 FDBK=0

So my thought process is this:  when I go and execute the C:D command by double clicking on it alone - it is taking my id/password as the submitter.  This is evident by looking at the C:D logs.

And when I execute the CFScheduler job, that runs the CFEXECUTE command, it uses XXXXXX id to run the C:D command.  So my question is - what is the XXXXXX id?  I don't have ColdCusion running on a special service account, so I'm not familar with what id it would be associated with.  So any help would be appreicated.

Issue with Java 7.51 update for Licensed CF 10 applications

$
0
0

We have Licensed ColdFusion 10 Enterprise applications on our server .When Java client is upgraded to Java 7.51, we are getting following error while working with our functionality.

"missing required permissions manifest attribute in main jar"

 

This problem is occurring when we use cftree. we try to find solutions for this but didnt got any break through. When checked on Java site we see that this error occurs if the applets are not signed or self signed.

CFDEBUG not working on CF8 Server

$
0
0
My company is currently running CF8 Standard Edition, version 8,0,0,176276 on Windows 2003. I am currently working on building an editable CFGRID data grid. I was unable to get the data grid to ever return data, so I put some sample code available on Ben Forta's blog on the system to test. Likewise, the CFGRID never returned any data, and acts like it's infinitely waiting for data from the CFC it's bound to. Copying the exact same files to a dev server (same version of CF8, also running on Windows 2003), the CFGRID works great. I tried to pull up the AJAX debugging window on my production server by adding ?CFDEBUG=true to the end of the url for the CFM file, but no AJAX debug div/window every pops up. Meanwhile, the exact same thing does pop up the AJAX debug window on the dev server. I've tripled checked and the Enable AJAX Debug Log Window option is enabled on both the production and dev server.

At this point, I'm having to assume something is wrong with the installation on our production server. Unfortunately, I have absolutely no idea what could be the issue. Any help would be appreciated.

Some other little tidbits I'd like to add that may or may not have anything to do with this problem:

(1) Creating a simple HTML CFGRID where selectmode is not equal to "edit" does work, as far as returning data, but the CFDEBUG URL option still does nothing.

(2) Enabling debugging for my IP address in the CF Admin control panel has no positive effect, unless I set the debugging output format to "classic" instead of "dockable". If I run with "dockable", the application (not the AJAX) debug window is corrupted and has the following in the top part of the window:
quote:

'); } } function writeCloseBody() { if( debugMode ) { document.write(''); } } //============================== TREE STATE ============================== function setCookie( targetName, value ) { var cookieValue = targetName + "=" + escape(value); var exp = new Date(); var nowPlus30Days = exp.getTime() + (30 * 24 * 60 * 60 * 1000); exp.setTime( nowPlus30Days ); document.cookie = cookieValue + "; expires=" + exp.toGMTString() + ";"; } function getCookieValue( name ) { var thisCookie = document.cookie.split("; ") for( i=0; i
then it goes into the usual " ColdFusion MX Debugging" stuff, but none of the options are clickable. Is this normal?

(3) Just found this one out: if I set the debugging output format to classic, the cfdebug does work. but no errors show in the cfdebug ajax window.

Any ideas? Any help would greatly be appreciated.

Server Error - Macromedia application server(s) are unreachable

$
0
0
For my test environment, I've got a ColdFusion 8 instance running on Windows 2003 Server. Everything was fine until I rebooted the server. Then I started getting an error message:

quote:

Either the Macromedia application server(s) are unreachable or none of them has a mapping to process this request.


My first thought was an application mapping error or something happened to the .cfm mappings. Everything checked out fine though. So I looked in the wsconfig log files and saw this.

quote:

2008-06-04 16:54:58 jrISAPI[ 760:1048] could not initialize proxy for 127.0.0.1:51800
2008-06-04 16:54:58 jrISAPI[ 760:1048] Couldn't initialize from remote server, JRun server(s) probably down.


Something was definitely running on port 51800 though since I could telnet to it. No clue why it couldn't initialize. Any ideas?

Thanks.

Steve

Cron service not available error

$
0
0
A production issue appeared today at one of our customer sites.... and I am unable to login to CFadmin. I stop and restart the services, but still the same issue appears. See below.

Anyone have any thoughts? Ideas? Has anyone ever seen this before??

Error Occurred While Processing Request
The Cron service is not available.
This exception is usually caused by service startup failure. Please check your server configuration.

The error occurred in Application.cfm: line 78

-1 : Unable to display error's location in a CFML template.



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

Please try the following:
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/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322)
Remote Address 127.0.0.1
Referrer
Date/Time 25-Apr-06 12:57 PM

Stack Trace (click to expand)
at cfApplication2ecfm105811000.runPage(C:\blackstone_final\cfusion\wwwroot\CFIDE\administrat or\Application.cfm:78)


coldfusion.server.ServiceFactory$ServiceNotAvailableException: The Cron service is not available.
at coldfusion.server.ServiceFactory.getCronService(ServiceFactory.java:118)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at coldfusion.runtime.java.JavaProxy.invoke(JavaProxy.java:74)
at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:1627)
at cfApplication2ecfm105811000.runPage(C:\blackstone_final\cfusion\wwwroot\CFIDE\administrat or\Application.cfm:78)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:343)
at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
at coldfusion.filter.CfincludeFilter.include(CfincludeFilter.java:33)
at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:157)
at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:51)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:50)
at coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:52)
at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
at coldfusion.CfmServlet.service(CfmServlet.java:105)
at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257)
at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:349)
at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:457)
at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:295)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)




Help! Unable to create new native thread

$
0
0

Ok I see this problem all over the web but most of the posts are many years old and still leave me a little confused.  Often at random times on the same tags like CFLDAP I get the error "Unable to create new native thread".  Then a few minutes later the same tag on the same page works just fine.

 

I have 4GB of memory in this box with 1400 MB set as the maximum Java heap size by the way.

 

Here are my arguments from the jvm.config file.

 

# Arguments to VM

java.args=-server  -Xmx1400m -Dsun.io.useCanonCaches=false -XX:MaxPermSize=192m -XX:+UseParallelGC -Dcoldfusion.rootDir={application.home}/../ -Dcoldfusion.libPath={application.home}/../lib -Dcoldfusion.classPath={application.home}/../lib/updates,{application.home}/../lib,{appli cation.home}/../gateway/lib/,{application.home}/../wwwroot/WEB-INF/flex/jars,{application. home}/../wwwroot/WEB-INF/cfform/jars,"C:\\Program Files\\Apache Software Foundation\\Apache2.2\\htdocs\\InterWeb-Prod\\includes\\classes"

 

#

 

 

Here is a typical error that comes through.

 

 

struct     

Browser     Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.70 Safari/533.4    

DateTime    {ts '2010-06-23 10:07:44'}  

Diagnostics unable to create new native thread null <br>The error occurred on line 122.

GeneratedContent      

HTTPRefererhttp://--------------------/index.cfm?FuseAction=HR.main   

Mailto      interweb@--------------------- 

Message     unable to create new native thread      

QueryString fuseaction=ManagedLists.MailSubscriptions     

RemoteAddress     192.168.250.124

RootCause   struct    

Message     unable to create new native thread      

StackTrace          java.lang.OutOfMemoryError: unable to create new native thread at java.lang.Thread.start0(Native Method) at java.lang.Thread.start(Thread.java:597) at com.sun.jndi.ldap.Connection.<init>(Connection.java:208) at com.sun.jndi.ldap.LdapClient.<init>(LdapClient.java:112) at com.sun.jndi.ldap.LdapCtx.connect(LdapCtx.java:2504) at com.sun.jndi.ldap.LdapCtx.<init>(LdapCtx.java:263) at com.sun.jndi.ldap.LdapCtxFactory.getInitialContext(LdapCtxFactory.java:76) at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667) at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288) at javax.naming.InitialContext.init(InitialContext.java:223) at javax.naming.InitialContext.<init>(InitialContext.java:197) at javax.naming.directory.InitialDirContext.<init>(InitialDirContext.java:82) at coldfusion.tagext.net.LdapTag.do_ActionQuery(LdapTag.java:839) at coldfusion.tagext.net.LdapTag.doStartTag(LdapTag.java:616) at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2661) at cfadfunctions2ecfm1473603830$funcADLOOKUPUSERNAME.runFunction(C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\InterWeb-Prod\includes\adfunctions.cfm:122) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:324) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:59) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:192) at coldfusion.runtime.CfJspPage._invokeUDF(CfJspPage.java:2471) at cfadfunctions2ecfm1473603830$funcADLOOKUPMULTIPLEUSERNAMES.runFunction(C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\InterWeb-Prod\includes\adfunctions.cfm:54) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:324) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:59) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:192) at coldfusion.runtime.CfJspPage._invokeUDF(CfJspPage.java:2471) at cfdsp_managedlists2ecfm55598920.runPage(C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\InterWeb-Prod\hr\managedlists\dsp_managedlists.cfm:232) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:370) at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2661) at cffbx_switch2ecfm2121232114.runPage(C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\InterWeb-Prod\hr\managedlists\fbx_switch.cfm:23) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:370) at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2661) at cffbx_fusebox30_cf502ecfm1180471387._factor4(C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\InterWeb-Prod\fbx_fusebox30_cf50.cfm:241) at cffbx_fusebox30_cf502ecfm1180471387._factor5(C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\InterWeb-Prod\fbx_fusebox30_cf50.cfm:1) at cffbx_fusebox30_cf502ecfm1180471387.runPage(C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\InterWeb-Prod\fbx_fusebox30_cf50.cfm:1) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:370) at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2661) at cfindex2ecfm749274359.runPage(C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\InterWeb-Prod\index.cfm:23) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:370) at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65) at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:273) 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.ExceptionFilter.invoke(ExceptionFilter.java:70) 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.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:286) at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543) at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203) 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)

 

 

I could really use some help figuring this out.  We are getting random errors a few times a day and usually in places where we are using CFLDAP.

 

Thanks,

 

David

XML-RPC Service is not available

$
0
0

I'm experiencing a problem where CF 8.01 will not start. the log shows the message "The XML-RPC service is not available. This exception is usually caused by service startup failure. Check your server configuration."

 

I traced this to a corrupted /lib/neo-xmlrpc.xml file; the structures being generated when I consume a local web service are malformed. If I reinitialize this file to its form as created when CF is installed, CF will start.

 

Below is an example of the corrupted structure:

<wddxPacket version='1.0'><header/><data><array length='3'><struct type='coldfusion.server.ConfigMap'><var name='http:// 123.123.123.2<char code='0d'/><char code='0d'/><char code='0a'/>        /common/verifyUser.cfc?wsdl'><string>http:// 123.123.123.2<char code='0d'/><char code='0d'/><char code='0a'/>        /common/verifyUser.cfc?wsdl</string></var></struct><struct type='coldfusion.server.ConfigMap'><var name='http:// 123.123.123.2<char code='0d'/><char code='0d'/><char code='0a'/>        /common/verifyUser.cfc?wsdl'><string></string></var></struct><struct type='coldfusion.server.ConfigMap'><var name='http:// 123.123.123.2<char code='0d'/><char code='0d'/><char code='0a'/>        /common/verifyUser.cfc?wsdl'><string></string></var></struct></array></data></wddxPacket>

The corruption is occurring on my developer installation on a windows xp machine. If I execute the same code on my standard server edition running on Windows Server, the structure for the same verifyUser web service looks like this:

<var name='http://123.123.123.1/common/verifyUser.cfc?wsdl'><string></string></var>

 

On both machines I'm running CF version 8,0,1,195765 with updates chf8010003.jar and hf801-1875.jar.

 

Has anyone else seen this or have any ideas on how to correct?

CF 9/IIS 7.5 - Windows folder security not used when viewing CF-files?

$
0
0

Hi all!

 

We have a really strange problem on our newly installed W2K8 servers with CF9. A short overview of the set up:

Server: W2K8 64-bit, IIS 7.5
CF-server: CF 9,0,1,274733 Standard Edition

The problem is that while htm-files is secured by folder security, cfm-files in the same folder are accessible for all users. We've disabled "Anonymous Access" and enabled "Windows Authentication" (with NTLM as first enabled provider) in IIS.

When monitoring the http-requests made for both the htm- and cfm-files we can see that both files behave the same in the two first steps of NTLM Authentication (as described here) but when the htm-file responds with a login prompt in step three (if you're not authorized), the cfm-file responds with a 200 response and the security rules of the folder/file doesn't seem to matter at all.

We've searched around the net and can't really find anything like our problem. Does anyone have a clue about what's going on here? Please let me know if you need more information.

Thanks in advance!

Regards,
Johan

I think I've got a memory leak and could use some advice

$
0
0

We've got ourselves a sick server/application and I'd like to gather a little community advice if I may. I believe the evidence supports a memory leak in my application somewhere and would love to hear a second opinion and/or suggestions.

 

The issue has been that used memory (as seen by FusionReactor) will climb up to about 90%+ and then the service will start to queue requests and eventually stop processing them all together. A service restart will bring everything back up again and it could run for 2 days or 2 hours before the issue repeats itself. Due to the inconsistant up time, I can't be sure that it's not some trouble bit of code that runs only occasionally or if it's something that's a core part of the application. My current plan is to review the heap graph on the "sick" server and look for sudden jumps in memory usage then review the IIS logs for requests at those times to try and establish a pattern. If anyone has some better suggestions though, I'm all ears! The following are some facts about this situation that may be usefull.

 

The "sick" server:

- CF 9.0.1.274733 Standard

- FusionReactor 4.0.9

- Win2k8 Web R2 (IIS7.5)

- Dual Xeon 2.8GHz CPUs

- 4GB RAM

 

JVM Config (same on "sick" and "good" servers):

- Initial and Max heap: 1536

-server -Xss10m -Dsun.io.useCanonCaches=false -XX:PermSize=192m  -XX:MaxPermSize=256m -XX:+UseParNewGC -Xincgc -Xbatch -Dcoldfusion.rootDir={application.home}/../ -Dcoldfusion.libPath={application.home}/../lib -Dcoldfusion.dotnet.disableautoconversion=true

 

 

 

What I believe a "healthy" server graph should look like (from "good" server):

Heap-Good.jpg

 

And the "sick" server graph looks like this:

Heap-Bad.jpg

503 errors after ~3 months w/ CF10

$
0
0

Server is not responding about every other day now. The service states that it's running. Restarting fixes it temporarily.

 

My first thought was that this was a client variables issue, since the 90 day purge causes people a lot of problems. But I've confirmed that the codebase doesn't reference "clientmanagement". I moved client variable storage to a database anyway (nothing is getting populated there), and turned global updates off. It still hangs after doing this.

 

There's not much in the logs (there are no hs*.log files, and no exceptions in the regular CF logs), and so far Fusion Reactor has not pointed to any smoking guns. About the only thing I can find is in the isapi_redirect.log file (ColdFusion10/config/wsconfig/1/):

 

[Wed Jul 23 18:44:05.215 2014] [13144:10964] [info] ajp_process_callback::jk_ajp_common.c (2066): current reuse count is 118 of max reuse connection 250 and total endpoint count 500

[Wed Jul 23 18:44:05.217 2014] [13144:6856] [info] ajp_process_callback::jk_ajp_common.c (2066): current reuse count is 119 of max reuse connection 250 and total endpoint count 500

[Wed Jul 23 19:48:52.294 2014] [13144:6344] [info] jk_open_socket::jk_connect.c (626): connect to 127.0.0.1:8012 failed (errno=61)

[Wed Jul 23 19:48:52.295 2014] [13144:6344] [info] ajp_connect_to_endpoint::jk_ajp_common.c (1047): Failed opening socket to (127.0.0.1:8012) (errno=61)

[Wed Jul 23 19:48:52.299 2014] [13144:6344] [error] ajp_send_request::jk_ajp_common.c (1669): (cfusion) connecting to backend failed. Tomcat is probably not started or is listening on the wrong port (errno=61)

[Wed Jul 23 19:48:52.301 2014] [13144:6344] [info] ajp_service::jk_ajp_common.c (2692): (cfusion) sending request to tomcat failed (recoverable), because of error during request sending (attempt=1)

[Wed Jul 23 19:48:53.402 2014] [13144:6344] [info] jk_open_socket::jk_connect.c (626): connect to 127.0.0.1:8012 failed (errno=61)

[Wed Jul 23 19:48:53.406 2014] [13144:6344] [info] ajp_connect_to_endpoint::jk_ajp_common.c (1047): Failed opening socket to (127.0.0.1:8012) (errno=61)

 

This leads me to believe the problem may be either with the IIS Connector, or with Tomcat itself, but I'm not sure where to go from here, if that's the case. We ran all the CF10 updates through update 12, and didn't initially redo the IIS Connector through wsconfig.exe, and restart IIS, but did about a month or so ago.

 

We also adjusted the JVM settings a bit:

-XX:MaxPermSize=192m --> 256m


and set the min and max JVM heap size to 2048 (from 1024). We have 6GB of RAM on the dedicated server.


Here's the JVM memory usage from the hour of the crash (green dots at the bottom indicate the server restart)

Capture.PNG

 

The ramp up without any garbage collection is the same thing we saw the last time the server crashed as well. I have the Fusion Analytics logs from the latest crash, if anybody would like to see a specific chart.

 

Any suggestions would be greatly appreciated. Thanks.

CF11 IIS JSON POST request hangs indefinitely but cfml runs

$
0
0

Issue Description

 

Simply put when we make a request to any .cfm page with content-type of application/json and json in the request body the cfml will run (tested with cflog) but the browser/testing tool will indefinitely hang. If you leave the request body empty though the request will work normally.

 

Setup

 

Windows Server 2008R2 - IIS 7.5

Coldfusion 11 (still no patches!)

Postman/Fiddler for testing

 

Debugging

 

So I know that the request makes it to coldfusion by using cflog.

 

I then put the isapi_redirect connector into debug mode to see if anything useful appeared in the logs (will add below) and when the request gets through to coldfusion it looks like the html for the page is returned, but for some reason it looks like its looking up the index.cfm and index.html (which is odd) and there is also a difference the the last few lines of the two requests - i dont really know enough at this level to make heads or tails of it.

 

On the IIS side of things if you look at the worker processes for the connection pool all POST application/json requests are just queued up and for ever getting longer - which cant be good. Also in the windows event viewer under WAS there are some errors about 'pools exceeding time limits' with codes 5013 and 5138 which seem a bit generic and may just be IIS finally deciding that said requests now need to be killed.

 

We have replicated the issue on three clones of the same install and two other separate installs, tried updating the connector to 1.2.4 and had a go at the BonCode connector on riaforge to no joy.

 

ISAPI_Redirect connector log

<!--- BAD REQUEST BELOW --->

 

[Wed Sep 10 15:22:32.545 2014] [2912:1016] [debug] handle_notify_event::jk_isapi_plugin.c (2184): Filter started

[Wed Sep 10 15:22:32.545 2014] [2912:1016] [debug] map_uri_to_worker_ext::jk_uri_worker_map.c (1131): Attempting to map URI '/10.10.10.37/index.cfm' from 30 maps

[Wed Sep 10 15:22:32.545 2014] [2912:1016] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/flashservices/gateway/*=cfusion' source 'uriworkermap'

[Wed Sep 10 15:22:32.561 2014] [2912:1016] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/cfform-internal/*=cfusion' source 'uriworkermap'

[Wed Sep 10 15:22:32.561 2014] [2912:1016] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/cffileservlet/*=cfusion' source 'uriworkermap'

[Wed Sep 10 15:22:32.561 2014] [2912:1016] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/cfformgateway/*=cfusion' source 'uriworkermap'

[Wed Sep 10 15:22:32.561 2014] [2912:1016] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/CFFileServlet/*=cfusion' source 'uriworkermap'

[Wed Sep 10 15:22:32.561 2014] [2912:1016] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/flex-internal/*=cfusion' source 'uriworkermap'

[Wed Sep 10 15:22:32.561 2014] [2912:1016] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/CFFormGateway/*=cfusion' source 'uriworkermap'

[Wed Sep 10 15:22:32.561 2014] [2912:1016] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/flex2gateway/*=cfusion' source 'uriworkermap'

[Wed Sep 10 15:22:32.561 2014] [2912:1016] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.cfml/*=cfusion' source 'uriworkermap'

[Wed Sep 10 15:22:32.561 2014] [2912:1016] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.cfc/*=cfusion' source 'uriworkermap'

[Wed Sep 10 15:22:32.561 2014] [2912:1016] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.cfm/*=cfusion' source 'uriworkermap'

[Wed Sep 10 15:22:32.577 2014] [2912:1016] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/rest/*=cfusion' source 'uriworkermap'

[Wed Sep 10 15:22:32.577 2014] [2912:1016] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/flex2gateway=cfusion' source 'uriworkermap'

[Wed Sep 10 15:22:32.577 2014] [2912:1016] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.hbmxml=cfusion' source 'uriworkermap'

[Wed Sep 10 15:22:32.577 2014] [2912:1016] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.cfswf=cfusion' source 'uriworkermap'

[Wed Sep 10 15:22:32.577 2014] [2912:1016] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.mxml=cfusion' source 'uriworkermap'

[Wed Sep 10 15:22:32.577 2014] [2912:1016] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.CFML=cfusion' source 'uriworkermap'

[Wed Sep 10 15:22:32.577 2014] [2912:1016] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.Cfml=cfusion' source 'uriworkermap'

[Wed Sep 10 15:22:32.577 2014] [2912:1016] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.cfml=cfusion' source 'uriworkermap'

[Wed Sep 10 15:22:32.577 2014] [2912:1016] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.CFC=cfusion' source 'uriworkermap'

[Wed Sep 10 15:22:32.577 2014] [2912:1016] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.swc=cfusion' source 'uriworkermap'

[Wed Sep 10 15:22:32.577 2014] [2912:1016] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.CFM=cfusion' source 'uriworkermap'

[Wed Sep 10 15:22:32.577 2014] [2912:1016] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.cfc=cfusion' source 'uriworkermap'

[Wed Sep 10 15:22:32.577 2014] [2912:1016] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.Cfm=cfusion' source 'uriworkermap'

[Wed Sep 10 15:22:32.577 2014] [2912:1016] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.cfr=cfusion' source 'uriworkermap'

[Wed Sep 10 15:22:32.592 2014] [2912:1016] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.Cfc=cfusion' source 'uriworkermap'

[Wed Sep 10 15:22:32.592 2014] [2912:1016] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.sws=cfusion' source 'uriworkermap'

[Wed Sep 10 15:22:32.592 2014] [2912:1016] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.jsp=cfusion' source 'uriworkermap'

[Wed Sep 10 15:22:32.592 2014] [2912:1016] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.cfm=cfusion' source 'uriworkermap'

[Wed Sep 10 15:22:32.592 2014] [2912:1016] [debug] find_match::jk_uri_worker_map.c (958): Found a wildchar match '/*.cfm=cfusion'

[Wed Sep 10 15:22:32.592 2014] [2912:1016] [debug] handle_notify_event::jk_isapi_plugin.c (2266): check if [/index.cfm] points to the web-inf directory

[Wed Sep 10 15:22:32.592 2014] [2912:1016] [debug] handle_notify_event::jk_isapi_plugin.c (2283): [/index.cfm] is a servlet url - should redirect to cfusion

[Wed Sep 10 15:22:32.592 2014] [2912:1016] [debug] handle_notify_event::jk_isapi_plugin.c (2321): fowarding escaped URI [/index.cfm]

[Wed Sep 10 15:22:32.592 2014] [2912:1016] [debug] handle_notify_event::jk_isapi_plugin.c (2394): forwarding to : /jakarta/isapi_redirect.dll

[Wed Sep 10 15:22:32.592 2014] [2912:1016] [debug] handle_notify_event::jk_isapi_plugin.c (2396): forward URI   : TOMCATURI000000006A6B0000:/index.cfm

[Wed Sep 10 15:22:32.592 2014] [2912:1016] [debug] handle_notify_event::jk_isapi_plugin.c (2399): forward query : TOMCATQUERY000000006A6B0000:screwyRequest

[Wed Sep 10 15:22:32.592 2014] [2912:1016] [debug] handle_notify_event::jk_isapi_plugin.c (2401): forward worker: TOMCATWORKER000000006A6B0000:cfusion

[Wed Sep 10 15:22:32.592 2014] [2912:1016] [debug] handle_notify_event::jk_isapi_plugin.c (2403): worker index  : TOMCATWORKERIDX000000006A6B0000:28

[Wed Sep 10 15:22:32.639 2014] [2912:1016] [debug] wc_maintain::jk_worker.c (338): Maintaining worker cfusion

[Wed Sep 10 15:22:32.639 2014] [2912:1016] [debug] init_ws_service::jk_isapi_plugin.c (3516): Reading extension header HTTP_TOMCATWORKER000000006A6B0000: cfusion

[Wed Sep 10 15:22:32.655 2014] [2912:1016] [debug] init_ws_service::jk_isapi_plugin.c (3517): Reading extension header HTTP_TOMCATWORKERIDX000000006A6B0000: 28

[Wed Sep 10 15:22:32.655 2014] [2912:1016] [debug] init_ws_service::jk_isapi_plugin.c (3518): Reading extension header HTTP_TOMCATURI000000006A6B0000: /index.cfm

[Wed Sep 10 15:22:32.655 2014] [2912:1016] [debug] init_ws_service::jk_isapi_plugin.c (3519): Reading extension header HTTP_TOMCATQUERY000000006A6B0000: screwyRequest

[Wed Sep 10 15:22:32.655 2014] [2912:1016] [debug] init_ws_service::jk_isapi_plugin.c (3702): Applying service extensions

[Wed Sep 10 15:22:32.655 2014] [2912:1016] [debug] init_ws_service::jk_isapi_plugin.c (3944): Forwarding request header Cache-Control : no-cache

[Wed Sep 10 15:22:32.655 2014] [2912:1016] [debug] init_ws_service::jk_isapi_plugin.c (3944): Forwarding request header Connection : keep-alive

[Wed Sep 10 15:22:32.655 2014] [2912:1016] [debug] init_ws_service::jk_isapi_plugin.c (3944): Forwarding request header Content-Length : 129

[Wed Sep 10 15:22:32.655 2014] [2912:1016] [debug] init_ws_service::jk_isapi_plugin.c (3944): Forwarding request header Content-Type : application/json

[Wed Sep 10 15:22:32.655 2014] [2912:1016] [debug] init_ws_service::jk_isapi_plugin.c (3944): Forwarding request header Accept : */*

[Wed Sep 10 15:22:32.655 2014] [2912:1016] [debug] init_ws_service::jk_isapi_plugin.c (3944): Forwarding request header Accept-Encoding : gzip,deflate

[Wed Sep 10 15:22:32.655 2014] [2912:1016] [debug] init_ws_service::jk_isapi_plugin.c (3944): Forwarding request header Accept-Language : en-GB,en-US;q=0.8,en;q=0.6

[Wed Sep 10 15:22:32.655 2014] [2912:1016] [debug] init_ws_service::jk_isapi_plugin.c (3944): Forwarding request header Cookie : JSESSIONID=F723FD3DEB37888D2015BE10B01868C7.cfusion

[Wed Sep 10 15:22:32.655 2014] [2912:1016] [debug] init_ws_service::jk_isapi_plugin.c (3944): Forwarding request header Host : 10.10.10.37

[Wed Sep 10 15:22:32.670 2014] [2912:1016] [debug] init_ws_service::jk_isapi_plugin.c (3944): Forwarding request header User-Agent : Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.103 Safari/537.36

[Wed Sep 10 15:22:32.670 2014] [2912:1016] [debug] init_ws_service::jk_isapi_plugin.c (3944): Forwarding request header Origin : chrome-extension://fdmmgilgnpjigdojojpjoooidkmcomcm

[Wed Sep 10 15:22:32.670 2014] [2912:1016] [debug] init_ws_service::jk_isapi_plugin.c (3944): Forwarding request header DNT : 1

[Wed Sep 10 15:22:32.670 2014] [2912:1016] [debug] init_ws_service::jk_isapi_plugin.c (3973): Service protocol=HTTP/1.1 method=POST host=10.10.10.11 addr=10.10.10.11 name=10.10.10.37 port=80 auth= user= uri=/index.cfm

[Wed Sep 10 15:22:32.670 2014] [2912:1016] [debug] init_ws_service::jk_isapi_plugin.c (3985): Service request headers=12 attributes=0 chunked=no content-length=129 available=129

[Wed Sep 10 15:22:32.670 2014] [2912:1016] [debug] wc_get_worker_for_name::jk_worker.c (115): found a worker cfusion

[Wed Sep 10 15:22:32.670 2014] [2912:1016] [debug] HttpExtensionProc::jk_isapi_plugin.c (2582): got a worker for name cfusion

[Wed Sep 10 15:22:32.670 2014] [2912:1016] [debug] ajp_get_endpoint::jk_ajp_common.c (3287): acquired connection pool slot=2 after 0 retries

[Wed Sep 10 15:22:32.670 2014] [2912:1016] [debug] ajp_marshal_into_msgb::jk_ajp_common.c (668): ajp marshaling done

[Wed Sep 10 15:22:32.670 2014] [2912:1016] [debug] ajp_service::jk_ajp_common.c (2569): processing cfusion with 2 retries

[Wed Sep 10 15:22:32.670 2014] [2912:1016] [debug] ajp_send_request::jk_ajp_common.c (1673): (cfusion) all endpoints are disconnected.

[Wed Sep 10 15:22:32.670 2014] [2912:1016] [debug] jk_open_socket::jk_connect.c (485): socket TCP_NODELAY set to On

[Wed Sep 10 15:22:32.670 2014] [2912:1016] [debug] jk_open_socket::jk_connect.c (609): trying to connect socket 748 to 127.0.0.1:8014

[Wed Sep 10 15:22:32.686 2014] [2912:1016] [debug] jk_open_socket::jk_connect.c (635): socket 748 [127.0.0.1:49430 -> 127.0.0.1:8014] connected

[Wed Sep 10 15:22:32.686 2014] [2912:1016] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): sending to ajp13 pos=4 len=619 max=65536

[Wed Sep 10 15:22:32.686 2014] [2912:1016] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0000    12 34 02 67 02 04 00 08 48 54 54 50 2F 31 2E 31  - .4.g....HTTP/1.1

[Wed Sep 10 15:22:32.686 2014] [2912:1016] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0010    00 00 0A 2F 69 6E 64 65 78 2E 63 66 6D 00 00 0B  - .../index.cfm...

[Wed Sep 10 15:22:32.686 2014] [2912:1016] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0020    31 30 2E 31 30 2E 31 30 2E 31 31 00 00 0B 31 30  - 10.10.10.11...10

[Wed Sep 10 15:22:32.686 2014] [2912:1016] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0030    2E 31 30 2E 31 30 2E 31 31 00 00 0B 31 30 2E 31  - .10.10.11...10.1

[Wed Sep 10 15:22:32.686 2014] [2912:1016] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0040    30 2E 31 30 2E 33 37 00 00 50 00 00 0C 00 0D 43  - 0.10.37..P.....C

[Wed Sep 10 15:22:32.686 2014] [2912:1016] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0050    61 63 68 65 2D 43 6F 6E 74 72 6F 6C 00 00 08 6E  - ache-Control...n

[Wed Sep 10 15:22:32.686 2014] [2912:1016] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0060    6F 2D 63 61 63 68 65 00 A0 06 00 0A 6B 65 65 70  - o-cache.....keep

[Wed Sep 10 15:22:32.686 2014] [2912:1016] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0070    2D 61 6C 69 76 65 00 A0 08 00 03 31 32 39 00 A0  - -alive.....129..

[Wed Sep 10 15:22:32.686 2014] [2912:1016] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0080    07 00 10 61 70 70 6C 69 63 61 74 69 6F 6E 2F 6A  - ...application/j

[Wed Sep 10 15:22:32.686 2014] [2912:1016] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0090    73 6F 6E 00 A0 01 00 03 2A 2F 2A 00 00 0F 41 63  - son.....*/*...Ac

[Wed Sep 10 15:22:32.686 2014] [2912:1016] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 00a0    63 65 70 74 2D 45 6E 63 6F 64 69 6E 67 00 00 0C  - cept-Encoding...

[Wed Sep 10 15:22:32.702 2014] [2912:1016] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 00b0    67 7A 69 70 2C 64 65 66 6C 61 74 65 00 00 0F 41  - gzip,deflate...A

[Wed Sep 10 15:22:32.702 2014] [2912:1016] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 00c0    63 63 65 70 74 2D 4C 61 6E 67 75 61 67 65 00 00  - ccept-Language..

[Wed Sep 10 15:22:32.702 2014] [2912:1016] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 00d0    1A 65 6E 2D 47 42 2C 65 6E 2D 55 53 3B 71 3D 30  - .en-GB,en-US;q=0

[Wed Sep 10 15:22:32.702 2014] [2912:1016] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 00e0    2E 38 2C 65 6E 3B 71 3D 30 2E 36 00 A0 09 00 33  - .8,en;q=0.6....3

[Wed Sep 10 15:22:32.702 2014] [2912:1016] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 00f0    4A 53 45 53 53 49 4F 4E 49 44 3D 46 37 32 33 46  - JSESSIONID=F723F

[Wed Sep 10 15:22:32.702 2014] [2912:1016] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0100    44 33 44 45 42 33 37 38 38 38 44 32 30 31 35 42  - D3DEB37888D2015B

[Wed Sep 10 15:22:32.702 2014] [2912:1016] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0110    45 31 30 42 30 31 38 36 38 43 37 2E 63 66 75 73  - E10B01868C7.cfus

[Wed Sep 10 15:22:32.702 2014] [2912:1016] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0120    69 6F 6E 00 A0 0B 00 0B 31 30 2E 31 30 2E 31 30  - ion.....10.10.10

[Wed Sep 10 15:22:32.702 2014] [2912:1016] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0130    2E 33 37 00 A0 0E 00 72 4D 6F 7A 69 6C 6C 61 2F  - .37....rMozilla/

[Wed Sep 10 15:22:32.702 2014] [2912:1016] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0140    35 2E 30 20 28 57 69 6E 64 6F 77 73 20 4E 54 20  - 5.0.(Windows.NT.

[Wed Sep 10 15:22:32.702 2014] [2912:1016] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0150    36 2E 31 3B 20 57 69 6E 36 34 3B 20 78 36 34 29  - 6.1;.Win64;.x64)

[Wed Sep 10 15:22:32.702 2014] [2912:1016] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0160    20 41 70 70 6C 65 57 65 62 4B 69 74 2F 35 33 37  - .AppleWebKit/537

[Wed Sep 10 15:22:32.702 2014] [2912:1016] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0170    2E 33 36 20 28 4B 48 54 4D 4C 2C 20 6C 69 6B 65  - .36.(KHTML,.like

[Wed Sep 10 15:22:32.702 2014] [2912:1016] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0180    20 47 65 63 6B 6F 29 20 43 68 72 6F 6D 65 2F 33  - .Gecko).Chrome/3

[Wed Sep 10 15:22:32.717 2014] [2912:1016] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0190    37 2E 30 2E 32 30 36 32 2E 31 30 33 20 53 61 66  - 7.0.2062.103.Saf

[Wed Sep 10 15:22:32.717 2014] [2912:1016] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 01a0    61 72 69 2F 35 33 37 2E 33 36 00 00 06 4F 72 69  - ari/537.36...Ori

[Wed Sep 10 15:22:32.717 2014] [2912:1016] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 01b0    67 69 6E 00 00 33 63 68 72 6F 6D 65 2D 65 78 74  - gin..3chrome-ext

[Wed Sep 10 15:22:32.717 2014] [2912:1016] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 01c0    65 6E 73 69 6F 6E 3A 2F 2F 66 64 6D 6D 67 69 6C  - ension://fdmmgil

[Wed Sep 10 15:22:32.717 2014] [2912:1016] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 01d0    67 6E 70 6A 69 67 64 6F 6A 6F 6A 70 6A 6F 6F 6F  - gnpjigdojojpjooo

[Wed Sep 10 15:22:32.717 2014] [2912:1016] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 01e0    69 64 6B 6D 63 6F 6D 63 6D 00 00 03 44 4E 54 00  - idkmcomcm...DNT.

[Wed Sep 10 15:22:32.717 2014] [2912:1016] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 01f0    00 01 31 00 03 00 00 00 04 00 00 00 0E 00 11 4D  - ..1............M

[Wed Sep 10 15:22:32.717 2014] [2912:1016] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0200    69 63 72 6F 73 6F 66 74 2D 49 49 53 2F 37 2E 35  - icrosoft-IIS/7.5

[Wed Sep 10 15:22:32.717 2014] [2912:1016] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0210    00 0F 00 07 43 47 49 2F 31 2E 31 00 10 00 00 00  - ....CGI/1.1.....

[Wed Sep 10 15:22:32.717 2014] [2912:1016] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0220    11 00 00 00 05 00 0D 73 63 72 65 77 79 52 65 71  - .......screwyReq

[Wed Sep 10 15:22:32.717 2014] [2912:1016] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0230    75 65 73 74 00 0A 00 0F 41 4A 50 5F 52 45 4D 4F  - uest....AJP_REMO

[Wed Sep 10 15:22:32.717 2014] [2912:1016] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0240    54 45 5F 50 4F 52 54 00 00 05 31 31 38 37 32 00  - TE_PORT...11872.

[Wed Sep 10 15:22:32.717 2014] [2912:1016] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0250    0A 00 10 4A 4B 5F 4C 42 5F 41 43 54 49 56 41 54  - ...JK_LB_ACTIVAT

[Wed Sep 10 15:22:32.717 2014] [2912:1016] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0260    49 4F 4E 00 00 03 41 43 54 00 FF 00 00 00 00 00  - ION...ACT.......

[Wed Sep 10 15:22:32.717 2014] [2912:1016] [debug] ajp_send_request::jk_ajp_common.c (1733): (cfusion) request body to send 129 - request body to resend 0

[Wed Sep 10 15:22:32.717 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): received from ajp13 pos=0 len=14 max=65536

[Wed Sep 10 15:22:32.733 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0000    0F 00 0A 2F 69 6E 64 65 78 2E 63 66 6D 00 00 00  - .../index.cfm...

[Wed Sep 10 15:22:32.733 2014] [2912:1016] [debug] ajp_process_callback::jk_ajp_common.c (1934): Getting real path

[Wed Sep 10 15:22:32.733 2014] [2912:1016] [debug] getRealPath::jk_isapi_plugin.c (4032): getRealPath(/index.cfm) = C:\inetpub\wwwroot\index.cfm

[Wed Sep 10 15:22:32.733 2014] [2912:1016] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): sending to ajp13 pos=4 len=33 max=34

[Wed Sep 10 15:22:32.733 2014] [2912:1016] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0000    12 34 00 1D 1C 43 3A 5C 69 6E 65 74 70 75 62 5C  - .4...C:\inetpub\

[Wed Sep 10 15:22:32.733 2014] [2912:1016] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0010    77 77 77 72 6F 6F 74 5C 69 6E 64 65 78 2E 63 66  - wwwroot\index.cf

[Wed Sep 10 15:22:32.733 2014] [2912:1016] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0020    6D 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  - m...............

[Wed Sep 10 15:22:32.733 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): received from ajp13 pos=0 len=14 max=65536

[Wed Sep 10 15:22:32.733 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0000    0F 00 0A 2F 69 6E 64 65 78 2E 68 74 6D 00 00 00  - .../index.htm...

[Wed Sep 10 15:22:32.733 2014] [2912:1016] [debug] ajp_process_callback::jk_ajp_common.c (1934): Getting real path

[Wed Sep 10 15:22:32.733 2014] [2912:1016] [debug] getRealPath::jk_isapi_plugin.c (4032): getRealPath(/index.htm) = C:\inetpub\wwwroot\index.htm

[Wed Sep 10 15:22:32.733 2014] [2912:1016] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): sending to ajp13 pos=4 len=33 max=34

[Wed Sep 10 15:22:32.733 2014] [2912:1016] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0000    12 34 00 1D 1C 43 3A 5C 69 6E 65 74 70 75 62 5C  - .4...C:\inetpub\

[Wed Sep 10 15:22:32.733 2014] [2912:1016] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0010    77 77 77 72 6F 6F 74 5C 69 6E 64 65 78 2E 68 74  - wwwroot\index.ht

[Wed Sep 10 15:22:32.733 2014] [2912:1016] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0020    6D 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  - m...............

[Wed Sep 10 15:22:32.748 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): received from ajp13 pos=0 len=165 max=65536

[Wed Sep 10 15:22:32.748 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0000    04 00 C8 00 02 4F 4B 00 00 04 00 0D 43 61 63 68  - .....OK.....Cach

[Wed Sep 10 15:22:32.748 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0010    65 2D 43 6F 6E 74 72 6F 6C 00 00 2E 6E 6F 2D 63  - e-Control...no-c

[Wed Sep 10 15:22:32.748 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0020    61 63 68 65 2C 20 6E 6F 2D 73 74 6F 72 65 2C 20  - ache,.no-store,.

[Wed Sep 10 15:22:32.748 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0030    6D 75 73 74 2D 72 65 76 61 6C 69 64 61 74 65 2C  - must-revalidate,

[Wed Sep 10 15:22:32.748 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0040    20 6D 61 78 2D 61 67 65 3D 30 00 00 06 50 72 61  - .max-age=0...Pra

[Wed Sep 10 15:22:32.748 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0050    67 6D 61 00 00 08 6E 6F 2D 63 61 63 68 65 00 00  - gma...no-cache..

[Wed Sep 10 15:22:32.748 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0060    07 45 78 70 69 72 65 73 00 00 1D 54 68 75 2C 20  - .Expires...Thu,.

[Wed Sep 10 15:22:32.748 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0070    30 31 20 4A 61 6E 20 31 39 37 30 20 30 30 3A 30  - 01.Jan.1970.00:0

[Wed Sep 10 15:22:32.748 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0080    30 3A 30 30 20 47 4D 54 00 A0 01 00 17 74 65 78  - 0:00.GMT.....tex

[Wed Sep 10 15:22:32.764 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0090    74 2F 68 74 6D 6C 3B 63 68 61 72 73 65 74 3D 55  - t/html;charset=U

[Wed Sep 10 15:22:32.764 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 00a0    54 46 2D 38 00 00 00 00 00 00 00 00 00 00 00 00  - TF-8............

[Wed Sep 10 15:22:32.764 2014] [2912:1016] [debug] ajp_unmarshal_response::jk_ajp_common.c (723): status = 200

[Wed Sep 10 15:22:32.764 2014] [2912:1016] [debug] ajp_unmarshal_response::jk_ajp_common.c (730): Number of headers is = 4

[Wed Sep 10 15:22:32.764 2014] [2912:1016] [debug] ajp_unmarshal_response::jk_ajp_common.c (786): Header[0] [Cache-Control] = [no-cache, no-store, must-revalidate, max-age=0]

[Wed Sep 10 15:22:32.764 2014] [2912:1016] [debug] ajp_unmarshal_response::jk_ajp_common.c (786): Header[1] [Pragma] = [no-cache]

[Wed Sep 10 15:22:32.764 2014] [2912:1016] [debug] ajp_unmarshal_response::jk_ajp_common.c (786): Header[2] [Expires] = [Thu, 01 Jan 1970 00:00:00 GMT]

[Wed Sep 10 15:22:32.764 2014] [2912:1016] [debug] ajp_unmarshal_response::jk_ajp_common.c (786): Header[3] [Content-Type] = [text/html;charset=UTF-8]

[Wed Sep 10 15:22:32.764 2014] [2912:1016] [debug] start_response::jk_isapi_plugin.c (1128): Starting response for URI '/index.cfm' (protocol HTTP/1.1)

[Wed Sep 10 15:22:32.764 2014] [2912:1016] [debug] start_response::jk_isapi_plugin.c (1237): Not using Keep-Alive

[Wed Sep 10 15:22:32.764 2014] [2912:1016] [debug] start_response::jk_isapi_plugin.c (1272): headers String 'Cache-Control: no-cache, no-store, must-revalidate, max-age=0

 

Pragma: no-cache

 

Expires: Thu, 01 Jan 1970 00:00:00 GMT

 

Content-Type: text/html;charset=UTF-8

 

 

 

'

[Wed Sep 10 15:22:32.764 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): received from ajp13 pos=0 len=7958 max=65536

[Wed Sep 10 15:22:32.764 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0000    03 1F 12 3C 70 3E 68 65 6C 6C 6F 3C 2F 70 3E 0D  - ...<p>hello</p>.

[Wed Sep 10 15:22:32.764 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0010    0A 0D 0A 3C 73 74 79 6C 65 3E 0D 0A 0D 0A 0A 09  - ...<style>......

[Wed Sep 10 15:22:32.780 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0020    74 61 62 6C 65 2E 63 66 64 75 6D 70 5F 77 64 64  - table.cfdump_wdd

[Wed Sep 10 15:22:32.780 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0030    78 2C 0A 09 74 61 62 6C 65 2E 63 66 64 75 6D 70  - x,..table.cfdump

[Wed Sep 10 15:22:32.780 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0040    5F 78 6D 6C 2C 0A 09 74 61 62 6C 65 2E 63 66 64  - _xml,..table.cfd

[Wed Sep 10 15:22:32.780 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0050    75 6D 70 5F 73 74 72 75 63 74 2C 0A 09 74 61 62  - ump_struct,..tab

[Wed Sep 10 15:22:32.780 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0060    6C 65 2E 63 66 64 75 6D 70 5F 76 61 72 75 6E 64  - le.cfdump_varund

[Wed Sep 10 15:22:32.780 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0070    65 66 69 6E 65 64 2C 0A 09 74 61 62 6C 65 2E 63  - efined,..table.c

[Wed Sep 10 15:22:32.780 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0080    66 64 75 6D 70 5F 61 72 72 61 79 2C 0A 09 74 61  - fdump_array,..ta

[Wed Sep 10 15:22:32.780 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0090    62 6C 65 2E 63 66 64 75 6D 70 5F 71 75 65 72 79  - ble.cfdump_query

[Wed Sep 10 15:22:32.780 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 00a0    2C 0A 09 74 61 62 6C 65 2E 63 66 64 75 6D 70 5F  - ,..table.cfdump_

[Wed Sep 10 15:22:32.780 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 00b0    63 66 63 2C 0A 09 74 61 62 6C 65 2E 63 66 64 75  - cfc,..table.cfdu

[Wed Sep 10 15:22:32.780 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 00c0    6D 70 5F 6F 62 6A 65 63 74 2C 0A 09 74 61 62 6C  - mp_object,..tabl

[Wed Sep 10 15:22:32.780 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 00d0    65 2E 63 66 64 75 6D 70 5F 62 69 6E 61 72 79 2C  - e.cfdump_binary,

[Wed Sep 10 15:22:32.780 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 00e0    0A 09 74 61 62 6C 65 2E 63 66 64 75 6D 70 5F 75  - ..table.cfdump_u

[Wed Sep 10 15:22:32.780 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 00f0    64 66 2C 0A 09 74 61 62 6C 65 2E 63 66 64 75 6D  - df,..table.cfdum

[Wed Sep 10 15:22:32.780 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0100    70 5F 75 64 66 62 6F 64 79 2C 0A 09 74 61 62 6C  - p_udfbody,..tabl

[Wed Sep 10 15:22:32.780 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0110    65 2E 63 66 64 75 6D 70 5F 75 64 66 61 72 67 75  - e.cfdump_udfargu

[Wed Sep 10 15:22:32.780 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0120    6D 65 6E 74 73 20 7B 0A 09 09 66 6F 6E 74 2D 73  - ments.{...font-s

[Wed Sep 10 15:22:32.795 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0130    69 7A 65 3A 20 78 78 2D 73 6D 61 6C 6C 3B 0A 09  - ize:.xx-small;..

[Wed Sep 10 15:22:32.795 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0140    09 66 6F 6E 74 2D 66 61 6D 69 6C 79 3A 20 76 65  - .font-family:.ve

[Wed Sep 10 15:22:32.795 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0150    72 64 61 6E 61 2C 20 61 72 69 61 6C 2C 20 68 65  - rdana,.arial,.he

[Wed Sep 10 15:22:32.795 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0160    6C 76 65 74 69 63 61 2C 20 73 61 6E 73 2D 73 65  - lvetica,.sans-se

[Wed Sep 10 15:22:32.795 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0170    72 69 66 3B 0A 09 09 63 65 6C 6C 2D 73 70 61 63  - rif;...cell-spac

[Wed Sep 10 15:22:32.795 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0180    69 6E 67 3A 20 32 70 78 3B 0A 09 7D 0A 0A 09 74  - ing:.2px;..}...t

[Wed Sep 10 15:22:32.795 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0190    61 62 6C 65 2E 63 66 64 75 6D 70 5F 77 64 64 78  - able.cfdump_wddx

[Wed Sep 10 15:22:32.795 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 01a0    20 74 68 2C 0A 09 74 61 62 6C 65 2E 63 66 64 75  - .th,..table.cfdu

[Wed Sep 10 15:22:32.795 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 01b0    6D 70 5F 78 6D 6C 20 74 68 2C 0A 09 74 61 62 6C  - mp_xml.th,..tabl

[Wed Sep 10 15:22:32.795 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 01c0    65 2E 63 66 64 75 6D 70 5F 73 74 72 75 63 74 20  - e.cfdump_struct.

[Wed Sep 10 15:22:32.795 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 01d0    74 68 2C 0A 09 74 61 62 6C 65 2E 63 66 64 75 6D  - th,..table.cfdum

[Wed Sep 10 15:22:32.795 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 01e0    70 5F 76 61 72 75 6E 64 65 66 69 6E 65 64 20 74  - p_varundefined.t

[Wed Sep 10 15:22:32.795 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 01f0    68 2C 0A 09 74 61 62 6C 65 2E 63 66 64 75 6D 70  - h,..table.cfdump

[Wed Sep 10 15:22:32.795 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0200    5F 61 72 72 61 79 20 74 68 2C 0A 09 74 61 62 6C  - _array.th,..tabl

[Wed Sep 10 15:22:32.795 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0210    65 2E 63 66 64 75 6D 70 5F 71 75 65 72 79 20 74  - e.cfdump_query.t

[Wed Sep 10 15:22:32.795 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0220    68 2C 0A 09 74 61 62 6C 65 2E 63 66 64 75 6D 70  - h,..table.cfdump

[Wed Sep 10 15:22:32.795 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0230    5F 63 66 63 20 74 68 2C 0A 09 74 61 62 6C 65 2E  - _cfc.th,..table.

[Wed Sep 10 15:22:32.795 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0240    63 66 64 75 6D 70 5F 6F 62 6A 65 63 74 20 74 68  - cfdump_object.th

[Wed Sep 10 15:22:32.811 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0250    2C 0A 09 74 61 62 6C 65 2E 63 66 64 75 6D 70 5F  - ,..table.cfdump_

[Wed Sep 10 15:22:32.811 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0260    62 69 6E 61 72 79 20 74 68 2C 0A 09 74 61 62 6C  - binary.th,..tabl

[Wed Sep 10 15:22:32.811 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0270    65 2E 63 66 64 75 6D 70 5F 75 64 66 20 74 68 2C  - e.cfdump_udf.th,

[Wed Sep 10 15:22:32.811 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0280    0A 09 74 61 62 6C 65 2E 63 66 64 75 6D 70 5F 75  - ..table.cfdump_u

[Wed Sep 10 15:22:32.811 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0290    64 66 62 6F 64 79 20 74 68 2C 0A 09 74 61 62 6C  - dfbody.th,..tabl

[Wed Sep 10 15:22:32.811 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 02a0    65 2E 63 66 64 75 6D 70 5F 75 64 66 61 72 67 75  - e.cfdump_udfargu

[Wed Sep 10 15:22:32.811 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 02b0    6D 65 6E 74 73 20 74 68 20 7B 0A 09 09 74 65 78  - ments.th.{...tex

[Wed Sep 10 15:22:32.811 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 02c0    74 2D 61 6C 69 67 6E 3A 20 6C 65 66 74 3B 0A 09  - t-align:.left;..

[Wed Sep 10 15:22:32.811 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 02d0    09 63 6F 6C 6F 72 3A 20 77 68 69 74 65 3B 0A 09  - .color:.white;..

[Wed Sep 10 15:22:32.811 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 02e0    09 70 61 64 64 69 6E 67 3A 20 35 70 78 3B 0A 09  - .padding:.5px;..

[Wed Sep 10 15:22:32.811 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 02f0    7D 0A 0A 09 74 61 62 6C 65 2E 63 66 64 75 6D 70  - }...table.cfdump

[Wed Sep 10 15:22:32.811 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0300    5F 77 64 64 78 20 74 64 2C 0A 09 74 61 62 6C 65  - _wddx.td,..table

[Wed Sep 10 15:22:32.811 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0310    2E 63 66 64 75 6D 70 5F 78 6D 6C 20 74 64 2C 0A  - .cfdump_xml.td,.

[Wed Sep 10 15:22:32.811 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0320    09 74 61 62 6C 65 2E 63 66 64 75 6D 70 5F 73 74  - .table.cfdump_st

[Wed Sep 10 15:22:32.811 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0330    72 75 63 74 20 74 64 2C 0A 09 74 61 62 6C 65 2E  - ruct.td,..table.

[Wed Sep 10 15:22:32.811 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0340    63 66 64 75 6D 70 5F 76 61 72 75 6E 64 65 66 69  - cfdump_varundefi

[Wed Sep 10 15:22:32.811 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0350    6E 65 64 20 20 74 64 2C 0A 09 74 61 62 6C 65 2E  - ned..td,..table.

[Wed Sep 10 15:22:32.811 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0360    63 66 64 75 6D 70 5F 61 72 72 61 79 20 74 64 2C  - cfdump_array.td,

[Wed Sep 10 15:22:32.827 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0370    0A 09 74 61 62 6C 65 2E 63 66 64 75 6D 70 5F 71  - ..table.cfdump_q

[Wed Sep 10 15:22:32.827 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0380    75 65 72 79 20 74 64 2C 0A 09 74 61 62 6C 65 2E  - uery.td,..table.

[Wed Sep 10 15:22:32.827 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0390    63 66 64 75 6D 70 5F 63 66 63 20 74 64 2C 0A 09  - cfdump_cfc.td,..

[Wed Sep 10 15:22:32.827 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 03a0    74 61 62 6C 65 2E 63 66 64 75 6D 70 5F 6F 62 6A  - table.cfdump_obj

[Wed Sep 10 15:22:32.827 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 03b0    65 63 74 20 74 64 2C 0A 09 74 61 62 6C 65 2E 63  - ect.td,..table.c

[Wed Sep 10 15:22:32.827 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 03c0    66 64 75 6D 70 5F 62 69 6E 61 72 79 20 74 64 2C  - fdump_binary.td,

[Wed Sep 10 15:22:32.827 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 03d0    0A 09 74 61 62 6C 65 2E 63 66 64 75 6D 70 5F 75  - ..table.cfdump_u

[Wed Sep 10 15:22:32.827 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 03e0    64 66 20 74 64 2C 0A 09 74 61 62 6C 65 2E 63 66  - df.td,..table.cf

[Wed Sep 10 15:22:32.827 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 03f0    64 75 6D 70 5F 75 64 66 62 6F 64 79 20 74 64 2C  - dump_udfbody.td,

[Wed Sep 10 15:22:32.827 2014] [2912:1016] [debug] isapi_write_client::jk_isapi_plugin.c (1391): Writing 7954 bytes of data to client

[Wed Sep 10 15:22:32.827 2014] [2912:1016] [debug] isapi_write_client::jk_isapi_plugin.c (1392): IIS7 flush enabled 0

[Wed Sep 10 15:22:32.827 2014] [2912:1016] [debug] isapi_write_client::jk_isapi_plugin.c (1393): writeclient write_length value 7954

[Wed Sep 10 15:22:32.827 2014] [2912:1016] [debug] isapi_write_client::jk_isapi_plugin.c (1413): Wrote 7954 bytes of data successfully

[Wed Sep 10 15:22:32.827 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): received from ajp13 pos=0 len=4 max=65536

[Wed Sep 10 15:22:32.827 2014] [2912:1016] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0000    03 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  - ................

 

<!--- GOOD REQUEST BELOW --->

 

[Wed Sep 10 15:42:22.064 2014] [2912:2664] [debug] handle_notify_event::jk_isapi_plugin.c (2184): Filter started

[Wed Sep 10 15:42:22.064 2014] [2912:2664] [debug] uri_worker_map_update::jk_uri_worker_map.c (1265): File C:\ColdFusion11\config\wsconfig\1\uriworkermap.properties is not modified

[Wed Sep 10 15:42:22.064 2014] [2912:2664] [debug] map_uri_to_worker_ext::jk_uri_worker_map.c (1131): Attempting to map URI '/10.10.10.37/' from 30 maps

[Wed Sep 10 15:42:22.064 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/flashservices/gateway/*=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.064 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/cfform-internal/*=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.064 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/cffileservlet/*=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.064 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/cfformgateway/*=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.064 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/CFFileServlet/*=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.080 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/flex-internal/*=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.080 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/CFFormGateway/*=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.080 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/flex2gateway/*=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.080 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.cfml/*=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.126 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.cfc/*=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.126 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.cfm/*=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.126 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/rest/*=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.126 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/flex2gateway=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.126 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.hbmxml=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.126 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.cfswf=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.142 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.mxml=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.142 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.CFML=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.142 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.Cfml=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.142 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.cfml=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.142 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.CFC=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.142 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.swc=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.142 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.CFM=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.142 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.cfc=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.142 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.Cfm=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.142 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.cfr=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.142 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.Cfc=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.158 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.sws=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.158 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.jsp=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.158 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.cfm=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.158 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.as=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.158 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/flashservices/gateway/*=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.158 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/cfform-internal/*=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.158 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/cffileservlet/*=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.158 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/cfformgateway/*=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.158 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/CFFileServlet/*=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.158 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/flex-internal/*=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.158 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/CFFormGateway/*=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.158 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/flex2gateway/*=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.158 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.cfml/*=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.173 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.cfc/*=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.173 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.cfm/*=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.173 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/rest/*=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.173 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/flex2gateway=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.173 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.hbmxml=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.173 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.cfswf=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.173 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.mxml=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.173 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.CFML=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.173 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.Cfml=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.173 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.cfml=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.173 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.CFC=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.173 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.swc=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.173 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.CFM=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.173 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.cfc=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.173 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.Cfm=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.173 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.cfr=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.173 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.Cfc=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.173 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.sws=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.173 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.jsp=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.189 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.cfm=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.189 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.as=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.189 2014] [2912:2664] [debug] handle_notify_event::jk_isapi_plugin.c (2409): [/] is not a servlet url

[Wed Sep 10 15:42:22.189 2014] [2912:2664] [debug] wc_maintain::jk_worker.c (338): Maintaining worker cfusion

[Wed Sep 10 15:42:22.189 2014] [2912:2664] [debug] init_ws_service::jk_isapi_plugin.c (3516): Reading extension header HTTP_TOMCATWORKER000000006A6B0000: (null)

[Wed Sep 10 15:42:22.189 2014] [2912:2664] [debug] init_ws_service::jk_isapi_plugin.c (3517): Reading extension header HTTP_TOMCATWORKERIDX000000006A6B0000: -1

[Wed Sep 10 15:42:22.189 2014] [2912:2664] [debug] init_ws_service::jk_isapi_plugin.c (3518): Reading extension header HTTP_TOMCATURI000000006A6B0000: (null)

[Wed Sep 10 15:42:22.189 2014] [2912:2664] [debug] init_ws_service::jk_isapi_plugin.c (3519): Reading extension header HTTP_TOMCATQUERY000000006A6B0000: (null)

[Wed Sep 10 15:42:22.189 2014] [2912:2664] [debug] init_ws_service::jk_isapi_plugin.c (3524): No URI header value provided. Defaulting to old behaviour

[Wed Sep 10 15:42:22.189 2014] [2912:2664] [debug] init_ws_service::jk_isapi_plugin.c (3588): query_string value:

[Wed Sep 10 15:42:22.189 2014] [2912:2664] [debug] map_uri_to_worker_ext::jk_uri_worker_map.c (1131): Attempting to map URI '/index.cfm' from 30 maps

[Wed Sep 10 15:42:22.189 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/flashservices/gateway/*=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.189 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/cfform-internal/*=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.189 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/cffileservlet/*=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.189 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/cfformgateway/*=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.189 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/CFFileServlet/*=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.189 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/flex-internal/*=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.189 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/CFFormGateway/*=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.205 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/flex2gateway/*=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.205 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.cfml/*=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.205 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.cfc/*=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.205 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.cfm/*=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.205 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/rest/*=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.205 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/flex2gateway=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.205 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.hbmxml=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.205 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.cfswf=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.205 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.mxml=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.205 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.CFML=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.205 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.Cfml=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.205 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.cfml=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.205 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.CFC=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.205 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.swc=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.205 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.CFM=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.205 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.cfc=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.205 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.Cfm=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.220 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.cfr=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.220 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.Cfc=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.220 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.sws=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.220 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.jsp=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.220 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (945): Attempting to map context URI '/*.cfm=cfusion' source 'uriworkermap'

[Wed Sep 10 15:42:22.220 2014] [2912:2664] [debug] find_match::jk_uri_worker_map.c (958): Found a wildchar match '/*.cfm=cfusion'

[Wed Sep 10 15:42:22.220 2014] [2912:2664] [debug] init_ws_service::jk_isapi_plugin.c (3702): Applying service extensions

[Wed Sep 10 15:42:22.220 2014] [2912:2664] [debug] init_ws_service::jk_isapi_plugin.c (3944): Forwarding request header Cache-Control : no-cache

[Wed Sep 10 15:42:22.220 2014] [2912:2664] [debug] init_ws_service::jk_isapi_plugin.c (3944): Forwarding request header Connection : keep-alive

[Wed Sep 10 15:42:22.220 2014] [2912:2664] [debug] init_ws_service::jk_isapi_plugin.c (3944): Forwarding request header Pragma : no-cache

[Wed Sep 10 15:42:22.220 2014] [2912:2664] [debug] init_ws_service::jk_isapi_plugin.c (3944): Forwarding request header Content-Length : 0

[Wed Sep 10 15:42:22.220 2014] [2912:2664] [debug] init_ws_service::jk_isapi_plugin.c (3944): Forwarding request header Accept : text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8

[Wed Sep 10 15:42:22.220 2014] [2912:2664] [debug] init_ws_service::jk_isapi_plugin.c (3944): Forwarding request header Accept-Encoding : gzip, deflate

[Wed Sep 10 15:42:22.220 2014] [2912:2664] [debug] init_ws_service::jk_isapi_plugin.c (3944): Forwarding request header Accept-Language : en-gb,en;q=0.5

[Wed Sep 10 15:42:22.220 2014] [2912:2664] [debug] init_ws_service::jk_isapi_plugin.c (3944): Forwarding request header Host : 10.10.10.37

[Wed Sep 10 15:42:22.220 2014] [2912:2664] [debug] init_ws_service::jk_isapi_plugin.c (3944): Forwarding request header User-Agent : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0

[Wed Sep 10 15:42:22.220 2014] [2912:2664] [debug] init_ws_service::jk_isapi_plugin.c (3944): Forwarding request header DNT : 1

[Wed Sep 10 15:42:22.220 2014] [2912:2664] [debug] init_ws_service::jk_isapi_plugin.c (3973): Service protocol=HTTP/1.1 method=GET host=10.10.10.11 addr=10.10.10.11 name=10.10.10.37 port=80 auth= user= uri=/index.cfm

[Wed Sep 10 15:42:22.220 2014] [2912:2664] [debug] init_ws_service::jk_isapi_plugin.c (3985): Service request headers=10 attributes=0 chunked=no content-length=0 available=0

[Wed Sep 10 15:42:22.236 2014] [2912:2664] [debug] wc_get_worker_for_name::jk_worker.c (115): found a worker cfusion

[Wed Sep 10 15:42:22.236 2014] [2912:2664] [debug] HttpExtensionProc::jk_isapi_plugin.c (2582): got a worker for name cfusion

[Wed Sep 10 15:42:22.236 2014] [2912:2664] [debug] ajp_get_endpoint::jk_ajp_common.c (3287): acquired connection pool slot=3 after 0 retries

[Wed Sep 10 15:42:22.236 2014] [2912:2664] [debug] ajp_marshal_into_msgb::jk_ajp_common.c (668): ajp marshaling done

[Wed Sep 10 15:42:22.236 2014] [2912:2664] [debug] ajp_service::jk_ajp_common.c (2569): processing cfusion with 2 retries

[Wed Sep 10 15:42:22.236 2014] [2912:2664] [debug] ajp_send_request::jk_ajp_common.c (1673): (cfusion) all endpoints are disconnected.

[Wed Sep 10 15:42:22.236 2014] [2912:2664] [debug] jk_open_socket::jk_connect.c (485): socket TCP_NODELAY set to On

[Wed Sep 10 15:42:22.236 2014] [2912:2664] [debug] jk_open_socket::jk_connect.c (609): trying to connect socket 772 to 127.0.0.1:8014

[Wed Sep 10 15:42:22.236 2014] [2912:2664] [debug] jk_open_socket::jk_connect.c (635): socket 772 [127.0.0.1:49436 -> 127.0.0.1:8014] connected

[Wed Sep 10 15:42:22.236 2014] [2912:2664] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): sending to ajp13 pos=4 len=494 max=65536

[Wed Sep 10 15:42:22.236 2014] [2912:2664] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0000    12 34 01 EA 02 02 00 08 48 54 54 50 2F 31 2E 31  - .4......HTTP/1.1

[Wed Sep 10 15:42:22.236 2014] [2912:2664] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0010    00 00 0A 2F 69 6E 64 65 78 2E 63 66 6D 00 00 0B  - .../index.cfm...

[Wed Sep 10 15:42:22.236 2014] [2912:2664] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0020    31 30 2E 31 30 2E 31 30 2E 31 31 00 00 0B 31 30  - 10.10.10.11...10

[Wed Sep 10 15:42:22.236 2014] [2912:2664] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0030    2E 31 30 2E 31 30 2E 31 31 00 00 0B 31 30 2E 31  - .10.10.11...10.1

[Wed Sep 10 15:42:22.236 2014] [2912:2664] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0040    30 2E 31 30 2E 33 37 00 00 50 00 00 0A 00 0D 43  - 0.10.37..P.....C

[Wed Sep 10 15:42:22.236 2014] [2912:2664] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0050    61 63 68 65 2D 43 6F 6E 74 72 6F 6C 00 00 08 6E  - ache-Control...n

[Wed Sep 10 15:42:22.236 2014] [2912:2664] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0060    6F 2D 63 61 63 68 65 00 A0 06 00 0A 6B 65 65 70  - o-cache.....keep

[Wed Sep 10 15:42:22.251 2014] [2912:2664] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0070    2D 61 6C 69 76 65 00 A0 0C 00 08 6E 6F 2D 63 61  - -alive.....no-ca

[Wed Sep 10 15:42:22.251 2014] [2912:2664] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0080    63 68 65 00 A0 08 00 01 30 00 A0 01 00 3F 74 65  - che.....0....?te

[Wed Sep 10 15:42:22.251 2014] [2912:2664] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0090    78 74 2F 68 74 6D 6C 2C 61 70 70 6C 69 63 61 74  - xt/html,applicat

[Wed Sep 10 15:42:22.251 2014] [2912:2664] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 00a0    69 6F 6E 2F 78 68 74 6D 6C 2B 78 6D 6C 2C 61 70  - ion/xhtml+xml,ap

[Wed Sep 10 15:42:22.251 2014] [2912:2664] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 00b0    70 6C 69 63 61 74 69 6F 6E 2F 78 6D 6C 3B 71 3D  - plication/xml;q=

[Wed Sep 10 15:42:22.251 2014] [2912:2664] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 00c0    30 2E 39 2C 2A 2F 2A 3B 71 3D 30 2E 38 00 00 0F  - 0.9,*/*;q=0.8...

[Wed Sep 10 15:42:22.251 2014] [2912:2664] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 00d0    41 63 63 65 70 74 2D 45 6E 63 6F 64 69 6E 67 00  - Accept-Encoding.

[Wed Sep 10 15:42:22.251 2014] [2912:2664] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 00e0    00 0D 67 7A 69 70 2C 20 64 65 66 6C 61 74 65 00  - ..gzip,.deflate.

[Wed Sep 10 15:42:22.251 2014] [2912:2664] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 00f0    00 0F 41 63 63 65 70 74 2D 4C 61 6E 67 75 61 67  - ..Accept-Languag

[Wed Sep 10 15:42:22.251 2014] [2912:2664] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0100    65 00 00 0E 65 6E 2D 67 62 2C 65 6E 3B 71 3D 30  - e...en-gb,en;q=0

[Wed Sep 10 15:42:22.251 2014] [2912:2664] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0110    2E 35 00 A0 0B 00 0B 31 30 2E 31 30 2E 31 30 2E  - .5.....10.10.10.

[Wed Sep 10 15:42:22.251 2014] [2912:2664] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0120    33 37 00 A0 0E 00 48 4D 6F 7A 69 6C 6C 61 2F 35  - 37....HMozilla/5

[Wed Sep 10 15:42:22.251 2014] [2912:2664] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0130    2E 30 20 28 57 69 6E 64 6F 77 73 20 4E 54 20 36  - .0.(Windows.NT.6

[Wed Sep 10 15:42:22.251 2014] [2912:2664] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0140    2E 31 3B 20 57 4F 57 36 34 3B 20 72 76 3A 33 31  - .1;.WOW64;.rv:31

[Wed Sep 10 15:42:22.251 2014] [2912:2664] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0150    2E 30 29 20 47 65 63 6B 6F 2F 32 30 31 30 30 31  - .0).Gecko/201001

[Wed Sep 10 15:42:22.251 2014] [2912:2664] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0160    30 31 20 46 69 72 65 66 6F 78 2F 33 31 2E 30 00  - 01.Firefox/31.0.

[Wed Sep 10 15:42:22.251 2014] [2912:2664] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0170    00 03 44 4E 54 00 00 01 31 00 03 00 00 00 04 00  - ..DNT...1.......

[Wed Sep 10 15:42:22.251 2014] [2912:2664] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0180    00 00 0E 00 11 4D 69 63 72 6F 73 6F 66 74 2D 49  - .....Microsoft-I

[Wed Sep 10 15:42:22.251 2014] [2912:2664] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0190    49 53 2F 37 2E 35 00 0F 00 07 43 47 49 2F 31 2E  - IS/7.5....CGI/1.

[Wed Sep 10 15:42:22.267 2014] [2912:2664] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 01a0    31 00 10 00 0A 2F 69 6E 64 65 78 2E 63 66 6D 00  - 1..../index.cfm.

[Wed Sep 10 15:42:22.267 2014] [2912:2664] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 01b0    11 00 00 00 05 00 00 00 0A 00 0F 41 4A 50 5F 52  - ...........AJP_R

[Wed Sep 10 15:42:22.283 2014] [2912:2664] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 01c0    45 4D 4F 54 45 5F 50 4F 52 54 00 00 05 31 32 33  - EMOTE_PORT...123

[Wed Sep 10 15:42:22.283 2014] [2912:2664] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 01d0    38 33 00 0A 00 10 4A 4B 5F 4C 42 5F 41 43 54 49  - 83....JK_LB_ACTI

[Wed Sep 10 15:42:22.283 2014] [2912:2664] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 01e0    56 41 54 49 4F 4E 00 00 03 41 43 54 00 FF 00 00  - VATION...ACT....

[Wed Sep 10 15:42:22.283 2014] [2912:2664] [debug] ajp_send_request::jk_ajp_common.c (1733): (cfusion) request body to send 0 - request body to resend 0

[Wed Sep 10 15:42:22.283 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): received from ajp13 pos=0 len=14 max=65536

[Wed Sep 10 15:42:22.283 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0000    0F 00 0A 2F 69 6E 64 65 78 2E 63 66 6D 00 00 00  - .../index.cfm...

[Wed Sep 10 15:42:22.283 2014] [2912:2664] [debug] ajp_process_callback::jk_ajp_common.c (1934): Getting real path

[Wed Sep 10 15:42:22.283 2014] [2912:2664] [debug] getRealPath::jk_isapi_plugin.c (4032): getRealPath(/index.cfm) = C:\inetpub\wwwroot\index.cfm

[Wed Sep 10 15:42:22.283 2014] [2912:2664] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): sending to ajp13 pos=4 len=33 max=34

[Wed Sep 10 15:42:22.283 2014] [2912:2664] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0000    12 34 00 1D 1C 43 3A 5C 69 6E 65 74 70 75 62 5C  - .4...C:\inetpub\

[Wed Sep 10 15:42:22.283 2014] [2912:2664] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0010    77 77 77 72 6F 6F 74 5C 69 6E 64 65 78 2E 63 66  - wwwroot\index.cf

[Wed Sep 10 15:42:22.283 2014] [2912:2664] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0020    6D 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  - m...............

[Wed Sep 10 15:42:22.298 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): received from ajp13 pos=0 len=14 max=65536

[Wed Sep 10 15:42:22.298 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0000    0F 00 0A 2F 69 6E 64 65 78 2E 68 74 6D 00 00 00  - .../index.htm...

[Wed Sep 10 15:42:22.298 2014] [2912:2664] [debug] ajp_process_callback::jk_ajp_common.c (1934): Getting real path

[Wed Sep 10 15:42:22.298 2014] [2912:2664] [debug] getRealPath::jk_isapi_plugin.c (4032): getRealPath(/index.htm) = C:\inetpub\wwwroot\index.htm

[Wed Sep 10 15:42:22.298 2014] [2912:2664] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): sending to ajp13 pos=4 len=33 max=34

[Wed Sep 10 15:42:22.298 2014] [2912:2664] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0000    12 34 00 1D 1C 43 3A 5C 69 6E 65 74 70 75 62 5C  - .4...C:\inetpub\

[Wed Sep 10 15:42:22.298 2014] [2912:2664] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0010    77 77 77 72 6F 6F 74 5C 69 6E 64 65 78 2E 68 74  - wwwroot\index.ht

[Wed Sep 10 15:42:22.298 2014] [2912:2664] [debug] ajp_connection_tcp_send_message::jk_ajp_common.c (1233): 0020    6D 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  - m...............

[Wed Sep 10 15:42:22.298 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): received from ajp13 pos=0 len=239 max=65536

[Wed Sep 10 15:42:22.298 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0000    04 00 C8 00 02 4F 4B 00 00 05 A0 07 00 45 4A 53  - .....OK......EJS

[Wed Sep 10 15:42:22.314 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0010    45 53 53 49 4F 4E 49 44 3D 38 33 41 34 37 46 38  - ESSIONID=83A47F8

[Wed Sep 10 15:42:22.314 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0020    35 38 43 41 41 39 45 35 45 31 38 46 41 44 46 33  - 58CAA9E5E18FADF3

[Wed Sep 10 15:42:22.314 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0030    38 31 43 31 36 46 43 35 44 2E 63 66 75 73 69 6F  - 81C16FC5D.cfusio

[Wed Sep 10 15:42:22.314 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0040    6E 3B 20 50 61 74 68 3D 2F 3B 20 48 74 74 70 4F  - n;.Path=/;.HttpO

[Wed Sep 10 15:42:22.314 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0050    6E 6C 79 00 00 0D 43 61 63 68 65 2D 43 6F 6E 74  - nly...Cache-Cont

[Wed Sep 10 15:42:22.314 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0060    72 6F 6C 00 00 2E 6E 6F 2D 63 61 63 68 65 2C 20  - rol...no-cache,.

[Wed Sep 10 15:42:22.314 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0070    6E 6F 2D 73 74 6F 72 65 2C 20 6D 75 73 74 2D 72  - no-store,.must-r

[Wed Sep 10 15:42:22.314 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0080    65 76 61 6C 69 64 61 74 65 2C 20 6D 61 78 2D 61  - evalidate,.max-a

[Wed Sep 10 15:42:22.314 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0090    67 65 3D 30 00 00 06 50 72 61 67 6D 61 00 00 08  - ge=0...Pragma...

[Wed Sep 10 15:42:22.314 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 00a0    6E 6F 2D 63 61 63 68 65 00 00 07 45 78 70 69 72  - no-cache...Expir

[Wed Sep 10 15:42:22.314 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 00b0    65 73 00 00 1D 54 68 75 2C 20 30 31 20 4A 61 6E  - es...Thu,.01.Jan

[Wed Sep 10 15:42:22.314 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 00c0    20 31 39 37 30 20 30 30 3A 30 30 3A 30 30 20 47  - .1970.00:00:00.G

[Wed Sep 10 15:42:22.314 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 00d0    4D 54 00 A0 01 00 17 74 65 78 74 2F 68 74 6D 6C  - MT.....text/html

[Wed Sep 10 15:42:22.314 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 00e0    3B 63 68 61 72 73 65 74 3D 55 54 46 2D 38 00 00  - ;charset=UTF-8..

[Wed Sep 10 15:42:22.314 2014] [2912:2664] [debug] ajp_unmarshal_response::jk_ajp_common.c (723): status = 200

[Wed Sep 10 15:42:22.314 2014] [2912:2664] [debug] ajp_unmarshal_response::jk_ajp_common.c (730): Number of headers is = 5

[Wed Sep 10 15:42:22.330 2014] [2912:2664] [debug] ajp_unmarshal_response::jk_ajp_common.c (786): Header[0] [Set-Cookie] = [JSESSIONID=83A47F858CAA9E5E18FADF381C16FC5D.cfusion; Path=/; HttpOnly]

[Wed Sep 10 15:42:22.330 2014] [2912:2664] [debug] ajp_unmarshal_response::jk_ajp_common.c (786): Header[1] [Cache-Control] = [no-cache, no-store, must-revalidate, max-age=0]

[Wed Sep 10 15:42:22.330 2014] [2912:2664] [debug] ajp_unmarshal_response::jk_ajp_common.c (786): Header[2] [Pragma] = [no-cache]

[Wed Sep 10 15:42:22.330 2014] [2912:2664] [debug] ajp_unmarshal_response::jk_ajp_common.c (786): Header[3] [Expires] = [Thu, 01 Jan 1970 00:00:00 GMT]

[Wed Sep 10 15:42:22.330 2014] [2912:2664] [debug] ajp_unmarshal_response::jk_ajp_common.c (786): Header[4] [Content-Type] = [text/html;charset=UTF-8]

[Wed Sep 10 15:42:22.330 2014] [2912:2664] [debug] start_response::jk_isapi_plugin.c (1128): Starting response for URI '/index.cfm' (protocol HTTP/1.1)

[Wed Sep 10 15:42:22.330 2014] [2912:2664] [debug] start_response::jk_isapi_plugin.c (1237): Not using Keep-Alive

[Wed Sep 10 15:42:22.330 2014] [2912:2664] [debug] start_response::jk_isapi_plugin.c (1272): headers String 'Set-Cookie: JSESSIONID=83A47F858CAA9E5E18FADF381C16FC5D.cfusion; Path=/; HttpOnly

 

Cache-Control: no-cache, no-store, must-revalidate, max-age=0

 

Pragma: no-cache

 

Expires: Thu, 01 Jan 1970 00:00:00 GMT

 

Content-Type: text/html;charset=UTF-8

 

 

 

'

[Wed Sep 10 15:42:22.330 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): received from ajp13 pos=0 len=7958 max=65536

[Wed Sep 10 15:42:22.330 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0000    03 1F 12 3C 70 3E 68 65 6C 6C 6F 3C 2F 70 3E 0D  - ...<p>hello</p>.

[Wed Sep 10 15:42:22.330 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0010    0A 0D 0A 3C 73 74 79 6C 65 3E 0D 0A 0D 0A 0A 09  - ...<style>......

[Wed Sep 10 15:42:22.330 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0020    74 61 62 6C 65 2E 63 66 64 75 6D 70 5F 77 64 64  - table.cfdump_wdd

[Wed Sep 10 15:42:22.330 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0030    78 2C 0A 09 74 61 62 6C 65 2E 63 66 64 75 6D 70  - x,..table.cfdump

[Wed Sep 10 15:42:22.330 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0040    5F 78 6D 6C 2C 0A 09 74 61 62 6C 65 2E 63 66 64  - _xml,..table.cfd

[Wed Sep 10 15:42:22.330 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0050    75 6D 70 5F 73 74 72 75 63 74 2C 0A 09 74 61 62  - ump_struct,..tab

[Wed Sep 10 15:42:22.330 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0060    6C 65 2E 63 66 64 75 6D 70 5F 76 61 72 75 6E 64  - le.cfdump_varund

[Wed Sep 10 15:42:22.330 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0070    65 66 69 6E 65 64 2C 0A 09 74 61 62 6C 65 2E 63  - efined,..table.c

[Wed Sep 10 15:42:22.330 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0080    66 64 75 6D 70 5F 61 72 72 61 79 2C 0A 09 74 61  - fdump_array,..ta

[Wed Sep 10 15:42:22.392 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0090    62 6C 65 2E 63 66 64 75 6D 70 5F 71 75 65 72 79  - ble.cfdump_query

[Wed Sep 10 15:42:22.392 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 00a0    2C 0A 09 74 61 62 6C 65 2E 63 66 64 75 6D 70 5F  - ,..table.cfdump_

[Wed Sep 10 15:42:22.392 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 00b0    63 66 63 2C 0A 09 74 61 62 6C 65 2E 63 66 64 75  - cfc,..table.cfdu

[Wed Sep 10 15:42:22.392 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 00c0    6D 70 5F 6F 62 6A 65 63 74 2C 0A 09 74 61 62 6C  - mp_object,..tabl

[Wed Sep 10 15:42:22.392 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 00d0    65 2E 63 66 64 75 6D 70 5F 62 69 6E 61 72 79 2C  - e.cfdump_binary,

[Wed Sep 10 15:42:22.392 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 00e0    0A 09 74 61 62 6C 65 2E 63 66 64 75 6D 70 5F 75  - ..table.cfdump_u

[Wed Sep 10 15:42:22.392 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 00f0    64 66 2C 0A 09 74 61 62 6C 65 2E 63 66 64 75 6D  - df,..table.cfdum

[Wed Sep 10 15:42:22.392 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0100    70 5F 75 64 66 62 6F 64 79 2C 0A 09 74 61 62 6C  - p_udfbody,..tabl

[Wed Sep 10 15:42:22.392 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0110    65 2E 63 66 64 75 6D 70 5F 75 64 66 61 72 67 75  - e.cfdump_udfargu

[Wed Sep 10 15:42:22.408 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0120    6D 65 6E 74 73 20 7B 0A 09 09 66 6F 6E 74 2D 73  - ments.{...font-s

[Wed Sep 10 15:42:22.408 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0130    69 7A 65 3A 20 78 78 2D 73 6D 61 6C 6C 3B 0A 09  - ize:.xx-small;..

[Wed Sep 10 15:42:22.408 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0140    09 66 6F 6E 74 2D 66 61 6D 69 6C 79 3A 20 76 65  - .font-family:.ve

[Wed Sep 10 15:42:22.408 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0150    72 64 61 6E 61 2C 20 61 72 69 61 6C 2C 20 68 65  - rdana,.arial,.he

[Wed Sep 10 15:42:22.408 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0160    6C 76 65 74 69 63 61 2C 20 73 61 6E 73 2D 73 65  - lvetica,.sans-se

[Wed Sep 10 15:42:22.408 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0170    72 69 66 3B 0A 09 09 63 65 6C 6C 2D 73 70 61 63  - rif;...cell-spac

[Wed Sep 10 15:42:22.408 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0180    69 6E 67 3A 20 32 70 78 3B 0A 09 7D 0A 0A 09 74  - ing:.2px;..}...t

[Wed Sep 10 15:42:22.408 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0190    61 62 6C 65 2E 63 66 64 75 6D 70 5F 77 64 64 78  - able.cfdump_wddx

[Wed Sep 10 15:42:22.408 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 01a0    20 74 68 2C 0A 09 74 61 62 6C 65 2E 63 66 64 75  - .th,..table.cfdu

[Wed Sep 10 15:42:22.408 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 01b0    6D 70 5F 78 6D 6C 20 74 68 2C 0A 09 74 61 62 6C  - mp_xml.th,..tabl

[Wed Sep 10 15:42:22.408 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 01c0    65 2E 63 66 64 75 6D 70 5F 73 74 72 75 63 74 20  - e.cfdump_struct.

[Wed Sep 10 15:42:22.408 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 01d0    74 68 2C 0A 09 74 61 62 6C 65 2E 63 66 64 75 6D  - th,..table.cfdum

[Wed Sep 10 15:42:22.408 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 01e0    70 5F 76 61 72 75 6E 64 65 66 69 6E 65 64 20 74  - p_varundefined.t

[Wed Sep 10 15:42:22.423 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 01f0    68 2C 0A 09 74 61 62 6C 65 2E 63 66 64 75 6D 70  - h,..table.cfdump

[Wed Sep 10 15:42:22.423 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0200    5F 61 72 72 61 79 20 74 68 2C 0A 09 74 61 62 6C  - _array.th,..tabl

[Wed Sep 10 15:42:22.423 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0210    65 2E 63 66 64 75 6D 70 5F 71 75 65 72 79 20 74  - e.cfdump_query.t

[Wed Sep 10 15:42:22.423 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0220    68 2C 0A 09 74 61 62 6C 65 2E 63 66 64 75 6D 70  - h,..table.cfdump

[Wed Sep 10 15:42:22.423 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0230    5F 63 66 63 20 74 68 2C 0A 09 74 61 62 6C 65 2E  - _cfc.th,..table.

[Wed Sep 10 15:42:22.423 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0240    63 66 64 75 6D 70 5F 6F 62 6A 65 63 74 20 74 68  - cfdump_object.th

[Wed Sep 10 15:42:22.423 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0250    2C 0A 09 74 61 62 6C 65 2E 63 66 64 75 6D 70 5F  - ,..table.cfdump_

[Wed Sep 10 15:42:22.423 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0260    62 69 6E 61 72 79 20 74 68 2C 0A 09 74 61 62 6C  - binary.th,..tabl

[Wed Sep 10 15:42:22.423 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0270    65 2E 63 66 64 75 6D 70 5F 75 64 66 20 74 68 2C  - e.cfdump_udf.th,

[Wed Sep 10 15:42:22.423 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0280    0A 09 74 61 62 6C 65 2E 63 66 64 75 6D 70 5F 75  - ..table.cfdump_u

[Wed Sep 10 15:42:22.423 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0290    64 66 62 6F 64 79 20 74 68 2C 0A 09 74 61 62 6C  - dfbody.th,..tabl

[Wed Sep 10 15:42:22.423 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 02a0    65 2E 63 66 64 75 6D 70 5F 75 64 66 61 72 67 75  - e.cfdump_udfargu

[Wed Sep 10 15:42:22.439 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 02b0    6D 65 6E 74 73 20 74 68 20 7B 0A 09 09 74 65 78  - ments.th.{...tex

[Wed Sep 10 15:42:22.439 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 02c0    74 2D 61 6C 69 67 6E 3A 20 6C 65 66 74 3B 0A 09  - t-align:.left;..

[Wed Sep 10 15:42:22.439 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 02d0    09 63 6F 6C 6F 72 3A 20 77 68 69 74 65 3B 0A 09  - .color:.white;..

[Wed Sep 10 15:42:22.439 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 02e0    09 70 61 64 64 69 6E 67 3A 20 35 70 78 3B 0A 09  - .padding:.5px;..

[Wed Sep 10 15:42:22.439 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 02f0    7D 0A 0A 09 74 61 62 6C 65 2E 63 66 64 75 6D 70  - }...table.cfdump

[Wed Sep 10 15:42:22.439 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0300    5F 77 64 64 78 20 74 64 2C 0A 09 74 61 62 6C 65  - _wddx.td,..table

[Wed Sep 10 15:42:22.439 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0310    2E 63 66 64 75 6D 70 5F 78 6D 6C 20 74 64 2C 0A  - .cfdump_xml.td,.

[Wed Sep 10 15:42:22.439 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0320    09 74 61 62 6C 65 2E 63 66 64 75 6D 70 5F 73 74  - .table.cfdump_st

[Wed Sep 10 15:42:22.439 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0330    72 75 63 74 20 74 64 2C 0A 09 74 61 62 6C 65 2E  - ruct.td,..table.

[Wed Sep 10 15:42:22.439 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0340    63 66 64 75 6D 70 5F 76 61 72 75 6E 64 65 66 69  - cfdump_varundefi

[Wed Sep 10 15:42:22.439 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0350    6E 65 64 20 20 74 64 2C 0A 09 74 61 62 6C 65 2E  - ned..td,..table.

[Wed Sep 10 15:42:22.439 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0360    63 66 64 75 6D 70 5F 61 72 72 61 79 20 74 64 2C  - cfdump_array.td,

[Wed Sep 10 15:42:22.439 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0370    0A 09 74 61 62 6C 65 2E 63 66 64 75 6D 70 5F 71  - ..table.cfdump_q

[Wed Sep 10 15:42:22.439 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0380    75 65 72 79 20 74 64 2C 0A 09 74 61 62 6C 65 2E  - uery.td,..table.

[Wed Sep 10 15:42:22.439 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0390    63 66 64 75 6D 70 5F 63 66 63 20 74 64 2C 0A 09  - cfdump_cfc.td,..

[Wed Sep 10 15:42:22.439 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 03a0    74 61 62 6C 65 2E 63 66 64 75 6D 70 5F 6F 62 6A  - table.cfdump_obj

[Wed Sep 10 15:42:22.455 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 03b0    65 63 74 20 74 64 2C 0A 09 74 61 62 6C 65 2E 63  - ect.td,..table.c

[Wed Sep 10 15:42:22.455 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 03c0    66 64 75 6D 70 5F 62 69 6E 61 72 79 20 74 64 2C  - fdump_binary.td,

[Wed Sep 10 15:42:22.455 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 03d0    0A 09 74 61 62 6C 65 2E 63 66 64 75 6D 70 5F 75  - ..table.cfdump_u

[Wed Sep 10 15:42:22.455 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 03e0    64 66 20 74 64 2C 0A 09 74 61 62 6C 65 2E 63 66  - df.td,..table.cf

[Wed Sep 10 15:42:22.455 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 03f0    64 75 6D 70 5F 75 64 66 62 6F 64 79 20 74 64 2C  - dump_udfbody.td,

[Wed Sep 10 15:42:22.455 2014] [2912:2664] [debug] isapi_write_client::jk_isapi_plugin.c (1391): Writing 7954 bytes of data to client

[Wed Sep 10 15:42:22.455 2014] [2912:2664] [debug] isapi_write_client::jk_isapi_plugin.c (1392): IIS7 flush enabled 0

[Wed Sep 10 15:42:22.455 2014] [2912:2664] [debug] isapi_write_client::jk_isapi_plugin.c (1393): writeclient write_length value 7954

[Wed Sep 10 15:42:22.455 2014] [2912:2664] [debug] isapi_write_client::jk_isapi_plugin.c (1413): Wrote 7954 bytes of data successfully

[Wed Sep 10 15:42:22.455 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): received from ajp13 pos=0 len=4 max=65536

[Wed Sep 10 15:42:22.455 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0000    03 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  - ................

[Wed Sep 10 15:42:22.455 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): received from ajp13 pos=0 len=2 max=65536

[Wed Sep 10 15:42:22.455 2014] [2912:2664] [debug] ajp_connection_tcp_get_message::jk_ajp_common.c (1428): 0000    05 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00  - ................

[Wed Sep 10 15:42:22.455 2014] [2912:2664] [info] ajp_process_callback::jk_ajp_common.c (2101): current reuse count is 2 of max reuse connection 250 and total endpoint count 250

[Wed Sep 10 15:42:22.455 2014] [2912:2664] [debug] ajp_process_callback::jk_ajp_common.c (2105): AJP13 protocol: Reuse is OK, and current reuse count is 2

[Wed Sep 10 15:42:22.455 2014] [2912:2664] [debug] iis_done::jk_isapi_plugin.c (1700): Finally done with writing.

[Wed Sep 10 15:42:22.455 2014] [2912:2664] [debug] HttpExtensionProc::jk_isapi_plugin.c (2602): service() returned OK

[Wed Sep 10 15:42:22.470 2014] [2912:2664] [debug] ajp_reset_endpoint::jk_ajp_common.c (828): (cfusion) resetting endpoint with socket 772

[Wed Sep 10 15:42:22.470 2014] [2912:2664] [debug] ajp_done::jk_ajp_common.c (3218): recycling connection pool for worker cfusion and socket 772

how to include .jar files in coldfusion code

$
0
0
To Integrate our cfm code with paypal jar files we do the following steps with our local coldfusion server ,and to run and integrate the paypal Java SDK jar files, I think we need to do the same process on the server, can you suggest any thing to do the following setting for my domain on the server, without setting the class path in coldfusion administrator.

The ColdFusion application server must be configured to know the location of the PayPal JAR
files, and your ColdFusion Markup (CFM) pages must be configured with the absolute path to
the PayPal API certificate for the PayPal API user on whose behalf the calls are made.
1. Install the PayPal Java SDK “Installing the SDK”.
2. Copy a subset of the Java SDK JAR files to a location accessible by the ColdFusion
application server. The JAR files are in SDK_root\lib and their exact names are as
follows:
– bcmail-jdk14-128.jar
– bcprov-jdk14-128.jar
– paypal_base.jar
– paypal_stubs.jar
sax2.jar
– xerces.jar
– xpp3-1.1.3.4d_b4_min.jar
– xstream.jar-1.1.3.jar
3. With the ColdFusion Application Server Administrator, add the absolute path of the
location you determined in Step 2 to the Java and JVM CLASSPATH environment variable.
4. Restart the ColdFusion Application Server.

Suggest me how to include .jar files without setting classpath.

Coldfusion 9 scheduled task not running

$
0
0

I have a scheduled task that will run manually  - clicking the run the task icon next to the scheduled task name in the CF administrator and in a browser.  However, if I schedule it to run in the evening or even in a few minutes it does not run.    I do not get any error messages in the logs.  I have renamed the CF administrator folder.

 

I would like to know where to start looking to start debugging this.

 

As always, thanks for your help!

Altering maximum JVM Heap Size to 1024 gives error

$
0
0

Altering maximum JVM Heap Size to 1024 gives error.

 

Environment:

CF9
O/S Windows 2003 R2 Sp2
CPU XEON
RAM 2Gb

 

After installing ColdFusion one of the settings that gets changed is:
Server Settings > Java and JVM > Maximum JVM Heap Size (MB) 1024
ColdFusion Application service will not start with this setting. An error file is created in \ColdFusion9\runtime\bin\hs_err_pid1234.log (where 1234 number changes). The log file details are long so will paste a sample soon.


Arguments to the JVM are:
java.args=-server  -Xmx1024m -Dsun.io.useCanonCaches=false -XX:MaxPermSize=192m -XX:+UseParallelGC -Dcoldfusion.rootDir={application.home}/../ -Dcoldfusion.libPath={application.home}/../lib -Dcoldfusion.classPath={application.home}/../lib/updates,{application.home}/../lib,{appli cation.home}/../gateway/lib/,{application.home}/../wwwroot/WEB-INF/flex/jars,{application. home}/../wwwroot/WEB-INF/cfform/jars

 

The 1024m max JVM is one of the commonly recommended changes. Why would altering maximum JVM setting from 512m stop ColdFusion from functioning?

CF Server will not restart

$
0
0

I have just installed ColdFusion 9 (FOR 10th TIME) After installing 9 i when ahead and installed the update (9.0.1) - I did the installation be following the instructions on the Adobe installation document - CF installed without any error,

 

But now... I cannot get CF Application to restart. It give me the following error:

 

"Windows could not start the ColdFusion 9 Application Server ... services-specific error code 2"

 

I have checked the log file but cannot find anything???

 

PLEASE - can someone help - this is driving me nuts

High Eden Java Memory Usage/Garbage Collection

$
0
0

Hi,

 

I am trying to make sure that my Coldfusion Server is optomised to the max and to find out what is normal limits.


Basically it looks like at times my servers can run slow but it is possible that this is caused by a very old bloated code base.

 

Jrun can sometimes have very high CPU usage so I purchased Fusion Reactor to see what is going on under the hood.

 

Here are my current Java settings (running v6u24):

java.args=-server -Xmx4096m -Xms4096m -XX:MaxPermSize=256m -XX:PermSize=256m -Dsun.rmi.dgc.client.gcInterval=600000 -Dsun.rmi.dgc.server.gcInterval=600000 -Dsun.io.useCanonCaches=false -XX:+UseParallelGC -Xbatch ........

 

With regards Memory, the only memory that seems to be running a lot of Garbage Collection is the Eden Memory Space. It climbs to nearly 1.2GB in total just under every minute at which time it looks like GC kicks in and the usage drops to about 100MB.

 

Survivor memory grows to about 80-100MB over the space of 10 minutes but drops to 0 after the scheduled full GC runs. Old Gen memory fluctuates between 225MB and 350MB with small steps (~50MB) up or down when full GC runs every 10 minutes.

 

I had the heap set to 2GB initally in total giving about 600MB to the Eden Space. When I looked at the graphs from Fusion Reactor I could see that there was (minor) Garbage Collection about 2-3 times a minute when the memory usage maxed out the entire 600MB which seemed a high frequency to my untrained eye. I then upped the memory to 4GB in total (~1.2GB auto given to Eden space) to see the difference and saw that GC happened 1-2 times per minute.

 

Is it normal in Coldfusion that the Eden memory would grow so quickly and have garbage collection run so often? i.e do these graphs look normal?

Also should I somehow redistribute the memory available to give the Eden memory more since it seems to be where all the action is?

Any other advice for performance improvements would be much appreciated.

 

Note: These graphs are not from a period where jrun had high CPU.

 

Here are the graphs:


PS Eden Space Graph

http://img833.imageshack.us/img833/7002/psedenspacegraph.png

 

PS Survivor Space Graph

http://img69.imageshack.us/img69/3241/pssurvivorspacegraph.png

 

PS Old Gen Graph

http://img689.imageshack.us/img689/8093/psoldgengraph.png

 

PS Perm Gen Graph

http://img6.imageshack.us/img6/3291/pspermgengraph.png

 

Heap Memory Graph

http://img692.imageshack.us/img692/2348/heapmemorygraph.png

 

Heap/Non Heap Memory Graph

http://img196.imageshack.us/img196/594/heapnonheapmemorygraph.png

 

CPU Graph

http://img28.imageshack.us/img28/8781/cpugraph.png

 

Request Average Execution Time Graph

http://img33.imageshack.us/img33/6573/requestaverageexecution.png

 

Request Activity Graph

http://img845.imageshack.us/img845/5065/requestactivitygraph.png

 

Code Cache Graph

http://img6.imageshack.us/img6/6620/codecachegraph.png

Strange Scheduled Task (Quartz) behaviour CF10

$
0
0

Hi,

 

I'm running ColdFusion 10 Enterprise on a RHEL 6 server and have come across an intersting behaviour in relation to the scheduled tasks we have setup.

 

We noticed that after a reboot of our ColdFusion server that the scheduled tasks weren't running correctly.

 

When I looked in the http.log file I could see that it was trying to execute the correct template

 

"Information","DefaultQuartzScheduler_Worker-9","10/25/13","07:18:16",,"Starting HTTP request {URL='...', method='get'}"

 

But the request never appears to be completed. When a task successfully runs you would expect to see a completed line as well in the http.log file

 

"Information","DefaultQuartzScheduler_Worker-9","10/25/13","07:18:21",,"HTTP request completed  {Status Code=200 ,Time taken=4896 ms}"

 

For some reason after the server reboot the task is triggered, but it never runs and never shows as being complete.

 

I was playing changing settings in the scheduled task and checked the Save output to a file

 

One other thing I noticed was that the catalina task (check for update/hotfix) would execute and return while the other tasks (quartz) wouldn't.


Has anyone seen anything similar or have any suggestions? For now i'll just make sure my tasks all output to a file, but if there was a way to fix it I would much prefer to do that.

 

Thanks

Simon

Viewing all 78799 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>