PILLUTLAAVINASH / google-enterprise-connector-manager

Automatically exported from code.google.com/p/google-enterprise-connector-manager
0 stars 0 forks source link

Remove keystore warning from logs as it is harmless and confuses everyone. #69

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Logs show this harmless error, but it confuses many customers. Can we
please remove it?:
--
INFO: Using existing keystore at C:\Program
Files\GoogleConnectors\SharePoint\Tomcat\webapps\connector-manager\WEB-INF\conne
ctor_manager.keystore

Jan 31, 2008 8:55:37 AM
com.google.enterprise.connector.instantiator.EncryptedPropertyPlaceholderConfigu
rer
getKeyStorePasswd

WARNING: Keystore passwd file does not exist

Jan 31, 2008 8:55:37 AM
com.google.enterprise.connector.instantiator.EncryptedPropertyPlaceholderConfigu
rer
getKeyStorePasswd

WARNING: Keystore passwd file does not exist

Jan 31, 2008 8:55:38 AM
com.google.enterprise.connector.instantiator.EncryptedPropertyPlaceholderConfigu
rer
getKeyStore

INFO: Using existing keystore at C:\Program
Files\GoogleConnectors\SharePoint\Tomcat\webapps\connector-manager\WEB-INF\conne
ctor_manager.keystore

Jan 31, 2008 8:55:38 AM
com.google.enterprise.connector.instantiator.EncryptedPropertyPlaceholderConfigu
rer
getKeyStorePasswd

WARNING: Keystore passwd file does not exist

Jan 31, 2008 8:55:38 AM
com.google.enterprise.connector.instantiator.EncryptedPropertyPlaceholderConfigu
rer
getKeyStorePasswd

WARNING: Keystore passwd file does not exist

Jan 31, 2008 8:55:38 AM
org.springframework.core.io.support.PropertiesLoaderSupport loadProperties

INFO: Loading properties file from file [C:\Program
Files\GoogleConnectors\SharePoint\Tomcat\webapps\connector-manager\WEB-INF\conne
ctors\sharepoint-connector\test\test.properties]

Jan 31, 2008 8:55:38 AM
com.google.enterprise.connector.instantiator.EncryptedPropertyPlaceholderConfigu
rer
getKeyStore

INFO: Using existing keystore at C:\Program
Files\GoogleConnectors\SharePoint\Tomcat\webapps\connector-manager\WEB-INF\conne
ctor_manager.keystore

Jan 31, 2008 8:55:38 AM
com.google.enterprise.connector.instantiator.EncryptedPropertyPlaceholderConfigu
rer
getKeyStorePasswd

WARNING: Keystore passwd file does not exist

Jan 31, 2008 8:55:38 AM
com.google.enterprise.connector.instantiator.EncryptedPropertyPlaceholderConfigu
rer
getKeyStorePasswd

WARNING: Keystore passwd file does not exist
-----

Original issue reported on code.google.com by mobe...@gmail.com on 6 Mar 2008 at 6:42

GoogleCodeExporter commented 8 years ago
Fixed: r770 | mgronber | 2008-04-17 20:52:07 -0700 (Thu, 17 Apr 2008) | 2 lines

Changed the log level for the case where the key store password file is not 
found to
FINE from WARNING.  Having that file is optional and logging would only be 
useful to
debug the case where the file was created but not being used.

Original comment by mgron...@gmail.com on 18 Apr 2008 at 3:57

GoogleCodeExporter commented 8 years ago

Original comment by mgron...@gmail.com on 19 Jun 2008 at 6:35