apex - Generic Connector Communication Error in Tomcat 8.5, BonCode AJP Connector -


so have ords 3.0 application installed on tomcat 8/boncode ajp connector/iis 8.5 setup. enabled sso , ssl , working fine. now, of sudden, without changes made started receiving generic connector communication error error when accessing application on tomcat, not ords.

the error in browser is:

generic connector communication error: please check , adjust setup: ensure tomcat running on given host , port. if timeout error consider adjusting iis timeout changing executiontimeout attribute in web.config (see manual).

i looked on server in tomcat directory under logs folder , found following warning:

the web application [ords] appears have started thread named [oracle.jdbc.driver.blocksource.threadedcachingblocksource.blockreleaser] has failed stop it. create memory leak.

that thing can see. have searched everywhere , tried different tweaks cannot figure out solution.

solved issue making changes server.xml file located in conf directory under tomcat home directory. <connector> pot 8080 needed 4 attributes: port, redirectport, connectiontimeout, , protocol. other removed. ajp connector tag on port 8009 need 3 attributes: port, protocol, , redirectport


Comments

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -