Hello.
We have 2 servers running separate repositories on localhost. One of these suddenly stopped connecting to the repository and we have no idea why, since we've changed nothing on our end.
Here are some snippets from pentaho.log:
2015-09-15 10:28:32,722 ERROR [org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager] Failed to persist ChangeLog (stacktrace on DEBUG log level), blockOnConnectionLoss = false
org.apache.jackrabbit.core.state.ItemStateException: PANIC: could not write to log file 13, segment 26 at offset 9592832, length 32768: Permission denied
2015-09-15 10:28:42,853 ERROR [org.apache.jackrabbit.core.util.db.DbUtility] failed to close Connection
2015-09-15 10:28:42,853 ERROR [org.apache.jackrabbit.core.util.db.DbUtility] Reason: Already closed.
2015-09-15 10:28:42,853 ERROR [org.apache.jackrabbit.core.util.db.DbUtility] State/Code: null/0
2015-09-15 10:28:42,853 ERROR [org.apache.jackrabbit.core.journal.DatabaseJournal] failed to end batch
2015-09-15 10:28:43,898 ERROR [org.apache.jackrabbit.core.util.db.ConnectionHelper] Failed to execute SQL (stacktrace on DEBUG log level)
org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.
2015-09-18 00:01:42,745 INFO [org.pentaho.di] 2015/09/18 00:01:42 - General - Logging plugin type found with ID: CheckpointLogTable
2015-09-18 00:02:15,135 ERROR [org.apache.jackrabbit.core.util.db.DbUtility] failed to close Connection
2015-09-18 00:02:15,135 ERROR [org.apache.jackrabbit.core.util.db.DbUtility] Reason: Already closed.
2015-09-18 00:02:15,135 ERROR [org.apache.jackrabbit.core.util.db.DbUtility] State/Code: null/0
2015-09-18 00:02:15,135 ERROR [org.apache.jackrabbit.core.persistence.pool.BundleDbPersistenceManager] Failed to persist ChangeLog (stacktrace on DEBUG log level), blockOnConnectionLoss = false
org.apache.jackrabbit.core.state.ItemStateException: PANIC: could not write to log file 13, segment 26 at offset 9658368, length 32768: Permission denied
And catalina log:
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Pentaho\java\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;.
Sep 22, 2015 1:32:23 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [] appears to have started a thread named [Abandoned connection cleanup thread] but has failed to stop it. This is very likely to create a memory leak.
Sep 22, 2015 1:32:24 PM org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc
SEVERE: The web application [/pentaho-di] registered the JDBC driver [org.h2.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
Sep 22, 2015 1:32:24 PM org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Pentaho\java\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;.
Thanks for reading. Any pointers at all would be greatly appreciated.
Adam