Quantcast
Channel: Adobe Community : Unanswered Discussions - ColdFusion
Viewing all articles
Browse latest Browse all 5794

CF2016 HF10 - Losing Application Setting

$
0
0

Environment:

Unix Solaris

Apache 2.4.39

CF2016 HF10

 

I have been having this really weird intermittent issue with uploading files and the only thing I have been able to track it down to is the Application the web transaction is running as displayed in FusionReactor.

 

I'm monitoring for a post transaction and the only time it seems to fail is when it is being run as "Adobe Coldfusion 2016" application, when it normally is run as "XYZ Application" coded in the application.cfc.

 

When the app runs as Adobe Coldfusion 2016 it times out after 20s no JDBC transactions are started and it shows Tomcat WebSocket (JSR356) Filter.

 

A little bit of research and the default timeout for Tomcat connector is 20s

 

CFADMIN settings for timeout on this instance is set to 60s and have verified in server.xml the connector port settings are there.

 

 

When the application succeeds it usually completes in 4-7 seconds.

 

Since upgrading to HF10 I have run the wsconfig upgrade to bring the connectors up to mod_jk/1.2.46

 

We have pushed the application data back out to the environment, cleared all caches, restarted the instances and it is still behaving the same way.

 

Anyone have any idea where to start with troubleshooting why the application is occasionally/intermittently running as different applications?


Viewing all articles
Browse latest Browse all 5794

Trending Articles