Skip to main content
Participant
April 24, 2014
Question

Consuming Web Service Kills CF

I have a development server and a call to webservice works just fine.

On production it fails, ColdFusion comes to a slow death.  The server's processor and resources all get maxed out.  I've placed the webservice into a CFINVOKE tag wrapped by a CFTRY and CFCATCH along with a very short timeout.... and it still fails.

CF 9 Windows 2008 R2.

Any help would really help.

Ce sujet a été fermé aux réponses.

2 commentaires

BKBK
Community Expert
Community Expert
May 1, 2014

Could you show us the code? It would make it easier to sus it out.

Anit_Kumar
Inspiring
May 1, 2014

Hi De Jonghe,

Did you check the ColdFusion exception and application log. If you are getting, java heap out of memory, then you may need to tune the jvm.config. Try comparing the jvm.config on both the servers.

Regards,

Anit Kumar