Hi,
We recently upgraded to 4.1p from 4.0 i.e the following dependencies:
smartgwt.jar
smartgwtee.jar
isomorphic_core_rpc.jar
isomorphic_sql.jar
isomorphic_compression.jar
isomorphic_assembly.jar
isomorphic_struts.jar
isomorphic_spring.jar
isomorphic_contentexport.jar
isomorphic_hibernate.jar
isomorphic_tools.jar
We are observing that now the application takes twice the time to load than when it was using 4.0.
On a bit of investigation we found from logs that the following operations were taking longer time than usual:
DEBUG SQLConnectionManager - About to close ISCPoolableConnection with hashcode "20220962"
DEBUG PoolableSQLConnectionFactory - [builtinApplication.test_fetch] Passing credentials getConnection separately from JDBC URL
DEBUG PoolableSQLConnectionFactory - [builtinApplication.test_fetch] makeObject() created a pooled Connection '31195378'
Could you let us know what changes with the 4.1 dependencies might be causing this delay?
The server properties are as below:
sql.defaultDatabase: Oracle
sql.Oracle.pool.maxActive:20
sql.Oracle.pool.maxIdle:10
sql.Oracle.pool.maxWait:5000
sql.Oracle.interface.credentialsInURL: false
sql.Oracle.driver.driverType: thin
sql.Oracle.driver.networkProtocol: tcp
sql.Oracle.useURL: true
sql.Oracle.driver: oracle.jdbc.pool.OracleDataSource
sql.Oracle.driverName: oracle
sql.Oracle.autoJointTransactions: true
sql.Oracle.interface.type: driverManager
sql.oracle.encloseEscapeClauseInBraces: false
RPCManager.enableBuiltinRPCs: true
RPCManager.enabledBuiltinMethods: xmlToJS, uploadProgressCheck, exportClientData, downloadClientExport, setAttributes, getLogNames , getAvailableScriptEngines, getLogThresholds, getLogEntries, getPdfObject, exportImage
We also observed the following warning in Server Logs of developer console:
WARN RPCManager - client/server version mismatch. Client is version: v9.0p_2014-02-06, server is version: v9.1p_2014-05-20 - mixing different client/server versions is generally not supported. If you've installed a more recent client version, try clearing the browser cache and reloading the page.
We tried clearing browser cache and reloading page but it didn't help.
We recently upgraded to 4.1p from 4.0 i.e the following dependencies:
smartgwt.jar
smartgwtee.jar
isomorphic_core_rpc.jar
isomorphic_sql.jar
isomorphic_compression.jar
isomorphic_assembly.jar
isomorphic_struts.jar
isomorphic_spring.jar
isomorphic_contentexport.jar
isomorphic_hibernate.jar
isomorphic_tools.jar
We are observing that now the application takes twice the time to load than when it was using 4.0.
On a bit of investigation we found from logs that the following operations were taking longer time than usual:
DEBUG SQLConnectionManager - About to close ISCPoolableConnection with hashcode "20220962"
DEBUG PoolableSQLConnectionFactory - [builtinApplication.test_fetch] Passing credentials getConnection separately from JDBC URL
DEBUG PoolableSQLConnectionFactory - [builtinApplication.test_fetch] makeObject() created a pooled Connection '31195378'
Could you let us know what changes with the 4.1 dependencies might be causing this delay?
The server properties are as below:
sql.defaultDatabase: Oracle
sql.Oracle.pool.maxActive:20
sql.Oracle.pool.maxIdle:10
sql.Oracle.pool.maxWait:5000
sql.Oracle.interface.credentialsInURL: false
sql.Oracle.driver.driverType: thin
sql.Oracle.driver.networkProtocol: tcp
sql.Oracle.useURL: true
sql.Oracle.driver: oracle.jdbc.pool.OracleDataSource
sql.Oracle.driverName: oracle
sql.Oracle.autoJointTransactions: true
sql.Oracle.interface.type: driverManager
sql.oracle.encloseEscapeClauseInBraces: false
RPCManager.enableBuiltinRPCs: true
RPCManager.enabledBuiltinMethods: xmlToJS, uploadProgressCheck, exportClientData, downloadClientExport, setAttributes, getLogNames , getAvailableScriptEngines, getLogThresholds, getLogEntries, getPdfObject, exportImage
We also observed the following warning in Server Logs of developer console:
WARN RPCManager - client/server version mismatch. Client is version: v9.0p_2014-02-06, server is version: v9.1p_2014-05-20 - mixing different client/server versions is generally not supported. If you've installed a more recent client version, try clearing the browser cache and reloading the page.
We tried clearing browser cache and reloading page but it didn't help.
Comment