Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How fix this problem?

Басов Михаил January 21, 2020

How fix this problem?

Could not load bootstrap from environment
2020-01-22 10:10:49fatalJdbcSQLException: 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]

1 answer

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 22, 2020

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.

Басов Михаил January 22, 2020

How rebuild index in H2?

Басов Михаил January 22, 2020

and where index files of cache

Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 22, 2020

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.

Басов Михаил January 23, 2020

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)

Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 23, 2020

That means your confluence is not correctly configured to connect to your email service, or your email service is not running.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events