Copy link to clipboard
Copied
Hello!
I have a new issue that developed seemingly overnight.
I started receivng site errors this morning on CF pages that are using the <cfhttp > tag. After some testing here are the points of interest I've nailed down:
Anyone else having this problem?
Any ideas?
Many thanks!
Copy link to clipboard
Copied
I have a new issue that developed seemingly overnight. I started receivng site errors this morning
Right. So what changed last night? Don't say "nothing", because something clearly did. That'll be what's causing it 😉
If you put a CFLOG entry as the very last thing in your onRequestEnd handler, does it get run?
--
Adam
Copy link to clipboard
Copied
Ha! I wouldn't be so ignorant!
We restarted Cold Fusion on the afternoon prior to this issue.
As far as I know, NOTHING CHANGED.
Reviewing the logs now, let's see.
Ah Ha! Here's a potential culprit!
From the server log, during the restart:
"Installed JSafe JCE provider: Version 3.6 RSA Security Inc. Crypto-J JCE Security Provider (implements RSA, DSA, Diffie-Hellman, AES, DES, Triple DES, DESX, RC2, RC4, RC5, PBE, MD2, MD5, RIPEMD160, SHA1, SHA224, SHA256, SHA384, SHA512, HMAC-MD5, HMAC-RIPEMD160, HMAC-SHA1, HMAC-SHA224, HMAC-SHA256, HMAC-SHA384, HMAC-SHA512)"
This would seem to be the cause, now how to go about remedying the situation?
Anyone else run into this yet???
Copy link to clipboard
Copied
I'm sorry, I've left out important details.
We are running ColdFusion 8, (8,0,1,195765)
Enterprise Edition, On Windows
Copy link to clipboard
Copied
Added a CFLOG tag both before AND after the cfhttp tag.
Both record in the application log.
Copy link to clipboard
Copied
Ok, I reviewed the logs closer and found that the Jsafe install log is present in the last 4 restarts of the CF server.
So, I restarted AGAIN and now my problem has gone away.
I would love some insight from the CF gurus on this, but as of now am content to have my pages processing properly!
Hope this post helps someone down the road!!
bh