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

Jrun closed connection errors

$
0
0
The application.log file shows repeated 404 errors for files that have been off the server for ages. Also 404 errors for files that are right were they are supposed to be. It's almost like a script is running somewhere to search for these pages, but nothing makes any sense. I have removed from the server any and all files bat and otherwise that related to a VSpider function I wrote a while back. I have written no other batch files or scripts to run on the server. Nothing is scheduled to run.

I'm checking all CF code on the actual site pages. Nothing looks amiss. But something is seriously wrong. When the server becomes unavailable the error is a Jrunclosed connection error. I've done what debugging I can do along those lines, and am in a state of mystery. Can anyone help?

WCW

CF MX7 Enable Verity?

$
0
0
Hi, I'm running CF MX7 Standard and I have installed Verity and verified that it is running as a service (same computer), however, when I go into the CF Administrator, and click on Data& Services > Verity Collections, I get a message that says:
You must configure your application server to enable Verity. For instructions, see "Installing and Using ColdFusion MX."

I've reinstalled Verity and searched endlessly for technotes related to this and have not been able to resolve this issue. Anyone have any recommendations outside of a complete CF reinstall. I have a ton of datasources and custom tags and such that would be a pain to reinstall.


Thanks!

Server Error

$
0
0
I am running ColdFusion MX 6.1 on Windows 2003 server. I am getting "Server Error - Either the Macromedia application server is unreachable or it does not have a mapping to process this request." for ColdFusion Administrator and on website.

Any help is much appreciated.

Coldfusion Administration:Adding Data Sources Error

$
0
0
* Connection verification failed for data source: online_store
[]java.sql.SQLException: Communication failure during handshake. Is there a server running on localhost:3306?
The root cause was that: java.sql.SQLException: Communication failure during handshake. Is there a server running on localhost:3306?

Thats the message I get when I try to add a mysql database using the coldfusion admin page. I never get this error when I add an access database.

Where could I be going wrong?

Could anyone help or suggest something?

ColdFusion 8 and jConsole

$
0
0

I have been spending the last week tying to determine why our ColdFusion 8, Windows 2003 web server suddendly went from a historical average of 5% to 10% cpu usage to frequently spiking over 90%, which sets off all kinds of alarms with our operation staff, and maintaing a good 50% average.

 

The little I have been able to determine is that our main ColdFusion instance was using a fair amount of memory and frequently consuming 50% cpu usage on our two cpu box,/  We have two instances plus the cfusion administrator instance running in a ColdFusion multi-home setup.

 

This has lead me down the path of trying to dump and read threads for the first time in my career.  In learning how to do so, the jConsole tool has been recomeneded many times. I am wondering if anybody can give me some advice on using this tool?

 

  • Does it work with the out-of-the-box JRun4 jvm that comes with ColdFusion 8?

 

  • Is there anything else that needs to be done on the server other then adding the four Dcom.sun.management.jmxremote arguments to the java.args line in the jvm.config file? 

 

  • I plan to install a Sun Java SDK on my workstation to run the jConsole tool, is there any concern about which version of the SDK I install, does it need to match the server in some manner?

 

TIA

Ian

CF 9 Performance Monitor problem on Win Server 2003 R2 x64

$
0
0

This is a new install of both the operating system and CF 9. I'm unable to get the CF 9 counters to even show up in Performance monitor.

 

I get the following error in the Event Viewer when trying to enable them... any ideas on what to try next?

 

"The data buffer created for the "ColdFusion 9 Application Server" service in the "C:\WINDOWS\system32\cfpefmon_9.dll" library is not aligned on an 8-byte boundary. This may cause problems for applications that are trying to read the performance data buffer. Contact the manufacturer of this library or service to have this problem corrected or to get a newer version of this library."

Coldfusion 9 ODBC Agent & ODBC Server not starting

$
0
0

Hello !

 

I currently have Coldfusion 9 Enterprise Edition 64 bit installed on a Windows 2008 R2 64 bit server.  I did not notice this before but on this server, both the Coldfusion 9 ODBC Agent & Server services will not start.  I have tried starting them but they start for a second and then stop.  A dialog box then gets displayed which says "The Coldfusion 9 ODBC Agent service on Local Computer started and then stopped.  Some services stop automatically if they are not in use by other services or programs".  I have checked the event viewer on the server and I am seeing the following messages on the enterprise edition server.

 

The description for Event ID 0 from source ColdFusion 9 ODBC Agent cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

If the event originated on another computer, the display information had to be saved with the event.

The following information was included with the event:

ColdFusion 9 ODBC Agent@LOCALHOST,ErrorCode=430,ErrorMessage=Failed to open event trace file because the file version is not recognised.

 

The description for Event ID 0 from source ColdFusion 9 ODBC Server cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

If the event originated on another computer, the display information had to be saved with the event.

The following information was included with the event:

ColdFusion 9 ODBC Server@LOCALHOST,ErrorCode=430,ErrorMessage=Failed to open event trace file because the file version is not recognised.

 

 

The strange this is that I have Coldfusion 9 Standard Edition 64 bit also installed on another Windows 2008 R2 64 bit server and both of the ODBC services on that machine are starting fine.  I have checked the account these services are running under on both servers and both services on both machines are running under the local system account so I am not sure if it is permission related or not.

 

 

I would appreciate it if some could assist me in getting these services started and what I need to do.

 

Thank you.

 

Ed

add php to cf server

$
0
0

i have a coldfusion msSQL server as my testbed and would like the ability to do some wordpress (ugh!)

 

from what i understand i need to add apache for the php and a mySQL database.

 

how can i implement this without disreupting what is a perfect running setup

 

running xp pro sp3

 

tnx in advance


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 set the java class path in a JEE installation of Coldfusion 11

$
0
0

We are working on getting ColdFusion 11 to work with JBOSS EAP6.3, as a JEE/J2EE installation. The Coldfusion 11 has a CF Server Java Class Path and a Java Class Path. How can the Java Class Path be configured in this setup?  Setting the JVM classpath with the -cp option appears to update the CF Server Java Class Path..

How to reset the password of cold fusion administrator

Coldfusion on Websphere

$
0
0
We deploy a ear file version of CF on websphere, but whenever we try to access a page we get this error. Has anyone seen this or had success loading CF MX7 on websphere?

[2/6/07 14:25:09:178 EST] 00000022 ServletWrappe E SRVE0068E: Uncaught exception thrown in one of the service methods of the servlet: CfmServlet. Exception thrown : coldfusion.server.ServiceFactory$ServiceNotAvailableException: The Security service is not available.
at coldfusion.server.ServiceFactory.getSecurityService(ServiceFactory.java:35)
at coldfusion.runtime.TemplateClassLoader$1.fetch(TemplateClassLoader.java:274)
at coldfusion.util.LruCache.get(LruCache.java:188)
at coldfusion.runtime.TemplateClassLoader$TemplateCache.fetchSerial(TemplateClassLoader.java :214)
at coldfusion.util.AbstractCache.fetch(AbstractCache.java:58)
at coldfusion.util.SoftCache.get(SoftCache.java:81)
at coldfusion.runtime.TemplateClassLoader.findClass(TemplateClassLoader.java:356)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:73)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:47)
at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:35)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:43)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
at coldfusion.CfmServlet.service(CfmServlet.java:105)
at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:966)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:478)
at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:463)
at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3107)
at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:238)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:811)
at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1425)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:92)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink .java:465)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink .java:394)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:274)
at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConn ectionInitialReadCallback.java:214)
at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitia lReadCallback.java:113)
at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionLi stener.java:152)
at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:213)
at com.ibm.io.async.AsyncChannelFuture$1.run(AsyncChannelFuture.java:163)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1498)

Modifying application variables

$
0
0
I have multiple applications running under a single instance of CF server 8 on a J2EE box and am looking for a way to modify application scope data in one (or more) of the application(s) from within a different application (this application is a management area). Is this possible? If so, how would I reference the application scopes of each app from the outside?

CF7 server.log entries on server restart

$
0
0
Yesterday afternoon we restarted our CF server (CFMX 7.0.2/IIS 6.0/Win2003) after it became unresponsive. Afterwards, we noticed the following warnings regarding one particular application in our server.log, bookending the "ColdFusion stopped" message:

...
"Warning","jrpp-10","12/04/07","14:47:25",,"Thread: jrpp-10, processing template: C:\web\roomreservations\index.cfm, completed in 1,986 seconds, exceeding the 30 second warning limit"
"Warning","jrpp-42","12/04/07","14:47:25",,"Thread: jrpp-42, processing template: C:\web\roomreservations\index.cfm, completed in 317 seconds, exceeding the 30 second warning limit"
"Warning","jrpp-11","12/04/07","14:47:25",,"Thread: jrpp-11, processing template: C:\web\roomreservations\index.cfm, completed in 887 seconds, exceeding the 30 second warning limit"
"Information","Thread-0","12/04/07","14:47:25",,"ColdFusion stopped"
"Warning","jrpp-26","12/04/07","14:47:25",,"Thread: jrpp-26, processing template: C:\web\roomreservations\index.cfm, completed in 1,352 seconds, exceeding the 30 second warning limit"
"Warning","jrpp-22","12/04/07","14:47:25",,"Thread: jrpp-22, processing template: C:\web\roomreservations\index.cfm, completed in 581 seconds, exceeding the 30 second warning limit"
"Warning","jrpp-24","12/04/07","14:47:25",,"Thread: jrpp-24, processing template: C:\web\roomreservations\index.cfm, completed in 172 seconds, exceeding the 30 second warning limit"
"Warning","jrpp-12","12/04/07","14:47:25",,"Thread: jrpp-12, processing template: C:\web\roomreservations\index.cfm, completed in 1,499 seconds, exceeding the 30 second warning limit"
"Warning","jrpp-17","12/04/07","14:47:25",,"Thread: jrpp-17, processing template: C:\web\roomreservations\index.cfm, completed in 648 seconds, exceeding the 30 second warning limit"
...


We see other warnings like these throughout the day for other applications, but never all at once and coinciding with stopping/restarting the service like this. I'm guessing these were unresponsive threads that were closed only by stopping the CF service, but I'm wondering if anyone here has any additional information or ideas about what happened, or possible directions for troubleshooting the room reservations application that we're guessing caused the problem.

CF Server hangs every few days

$
0
0
Every couple of days, ranging from 1 day to 2 weeks, we get an application that hangs when trying to access a page that uses a database query. I have to manually restart the CF application server service to correct the problem. I am unsure what is causing this.

My Server.log shows multiple entries of the same error message, but reported in 30 second intervals (which I believe is due to the option in CF administrator "Timeout Requests after ( seconds ) [30]" )
Here is one line of the Server.log, and this line repeats over and over in close to 30 second intervals:
"Warning","jrpp-206","02/23/07","13:51:36",,"Thread: jrpp-206, processing template: C:\Inetpub\wwwroot\CFMX7\tagout\login.cfm, completed in 30 seconds, exceeding the 30 second warning limit"

this error message continued through "completed in 1009 seconds" before I restarted the CF service.

When I restart the server, is all back to normal. Sometimes it can go only a few days before hanging, sometimes up to 2 weeks. But rarely longer than 2 weeks without a hang.

I have read the "ColdFusion MX Hanging Condition Investigation" thread, but I didn't get much help from it. I couldn't tell if my problem was either of the cases described. So I've come here hoping that someone has the answer! :)

Coldfusion and iSeries

$
0
0
Currently we use a WebSmart to great our database driven website. We have Apache running on an AS400 and our database is on the AS400.

I want to move to ColdFusion and administer our Website from Dreamweaver using ColdFusion.

My question is, where would ColdFusion need to be running? Can we use it on an AS400 machine?

CF8 install on IIS7 - where to put CF admin ?

$
0
0
Hi, I've been asked to install CF8 on IIS7 production server which will be hosting several sites.

I got a box with Win server 2008 64bit & IIS 7. There was already a folder D:\inetpub\vhosts\ where all the sites will eventually go.

So I installed CF8 as C:\CFusion8 (default) but I wasn't quite sure where should I put the ColdFusion Administrator.

There was info on the installer screen that it should go to a place which is already configured as an IIS site, so I put it in D:\inetpub\vhosts\DefaultSite instead of the default C:\CFusion8\wwwroot.

Is that correct or not ?

Frankly, I don't know what the "DefaultSite" in IIS is, I've been using only standalone CF or CF on Apache so far.

Everything works so far, but I'm wondering: Is this setup OK or is better to change it and put the admin somewhere else ?

Thanks for any info on this.

Deploying ear file to Coldfusion Server

$
0
0
I know that coldfusion is able to deploy a car file and build an ear file, But I am unable to locate any documentation on how to deploy an ear file. Does anyone have any experience or pointer on how to perform that task?

For the old time ColdFusion developers.

$
0
0
I have a venerable ColdFusion 4.5 server, oh how I look forward to 
replacing it with a new server - but that is still some months into the
future.

Anyways, I have not looked at this server in a year.  Needed to do
something on it today and find all CFM code on the server, including the
ColdFusion Administrator portal is returning the following message:


      Error Occurred While Processing Request


        Error Diagnostic Information

An error occurred while attempting to establish a connection to the server.

The most likely cause of this problem is that the server is not
currently running. Verify that the server is running and restart it if
necessary.

Unix error number 2 occurred: No such file or directory


This is a Solaris 8, Unix installation of ColdFusion 4.5 Professional. 
I am not an administrator on this box so I do not have any permissions
to snoop around beyond what can be accessed through a browser.  But,
when my support ticket finally gets to such a sysop, I know they are not
going to know much about ColdFusion. Can any of the old hats on this
list give me some insight on what this error may mean for when they come
asking me.

TIA

Coldfusion 9 scheduled task is not running and mail connection failed

$
0
0

In my CF9, scheduled task able to running as normal and mail connection is connected but after sometimes (estimate 2 hours) these scheduled task stopped working and mail connection is failed.

All I need to do is reboot the server and everything back to normal but after 2-3 hours, it back to old sickness.

 

Here extra info from log:

1. Error while executing task unable to create new native thread

2. unable to create new native thread

 

I am running Coldfusion 9 on Win2K3 server with SSL.

 

Please help.

 

Thanks in advance,

Eric

Viewing all 78799 articles
Browse latest View live


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