Project:
| View Revisions: Issue #34989 | [ All Revisions ] [ Back to Issue ] | ||
| Summary | 0034989: When login, the Openbravo.properties file is opened too often | ||
| Revision | 2017-01-18 10:58 by ioritzCia | ||
| Description | See the log file attached and search for the following error: Error reading properties java.io.FileNotFoundException: /opt/OpenbravoERP/openbravo/config/Openbravo.properties (Trop de fichiers ouverts) The file is opened too often, you can list the time the file has been opened with: lsof -p <pid> (in our case java/tomcat pid) lsof <file> The code that opens the file is in src/org/openbravo/base/secureApp/UserLock.java file in UserLock constructor at the beginning |
||
| Revision | 2017-01-18 10:56 by ioritzCia | ||
| Description | See the log file attached and search for the following error: Error reading properties java.io.FileNotFoundException: /opt/OpenbravoERP/openbravo/config/Openbravo.properties (Trop de fichiers ouverts) The file is opened too often, you can list the time the file has been opened with: lsof -p <pid> (in our case java/tomcat pid) lsof <file> |
||
| Copyright © 2000 - 2009 MantisBT Group |