How fix this problem?
Could not load bootstrap from environment | 2020-01-22 10:10:49 | fatal | JdbcSQLException: Row not found when trying to delete from index """"".I357: ( /* key:25825620 */ 25825620, 'LaasPerformanceLoggingJob', TIMESTAMP '2020-01-14 12:54:17.354', 58, 'A', 'LaaS performance logging is turned off')" [90112-196] |
There are two things I've seen cause this
First, your index is badly damaged. If you move the index files out of the cache, you may be able to restart Confluence and rebuild the index.
However, the far more likely culprit is that you are using the h2 dev/test database and that has failed. To recover from that, you are going to need to find a backup and restore it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah, ok, there's a slight misunderstanding here.
Confluence keeps its data in a database, although it only uses it as a data store. Ideally you use one of the four supported databases, but if you want a dev/test/demo Confluence that you don't mind rebuilding or throwing away, you can run the installer and tell it to use the "embedded database".
The index is a copy of the database on the file system, re-ordered and optimised (mostly) for searching.
These are separate things.
The index is kept in <confluence home>/index (note - do not delete the files in here, but stop Confluence, move them all somewhere safe, make sure the index directory is still there, with the same permissions, then restart)
To rebuild an index, go to Admin -> Indexing and click the button.
But if it's the h2 database (which is known to catastrophically fail without warning), you won't be able to get in at all, and you'll need a backup.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can only restore backup, but now not work smtp-sender
All setting is correct, and work in other programs
if I send test e-mail -this log
An error has occurred with sending the test email:
com.atlassian.mail.MailException: javax.mail.MessagingException: Exception reading response;
nested exception is:
java.net.SocketTimeoutException: Read timed out
at com.atlassian.confluence.jmx.JmxSMTPMailServer.doSendWithMessageIdSupport(JmxSMTPMailServer.java:120)
at com.atlassian.confluence.jmx.JmxSMTPMailServer.send(JmxSMTPMailServer.java:79)
at com.atlassian.confluence.admin.actions.mail.SendTestEmailAction.execute(SendTestEmailAction.java:57)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That means your confluence is not correctly configured to connect to your email service, or your email service is not running.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.