Hello
Confluence version 7.4.6
auto reboot server confluence doesnt start
Descriptions: Could not load bootstrap from environment
Time: 2021-03-19 15:35:02
Level: fatal
Exception: BootstrapException: Unable to bootstrap application: Failed to parse config file: Error on line -1 of document : Premature end of file. Nested exception: Premature end of file.
log files from server:
https://drive.google.com/file/d/1dtAzfMhZJIGpls6vgvVQkxV1xL4b1nx_/view?usp=sharing
I am not following by your last reply. Have you checked confluence.cfg.xml and it did not help, is this correct?
Please also review the basics of the server, for example if there is sufficient disk space available and permissions set right according to installation guide.
Is the error still coming up when you try to start Confluence? If so, is it the same error or do you meanwhile get another error message?
Please provide as many details as possible. Somebody from Community is then more likely being able to help.
Regards,
Daniel
Hi @Виталий Фомин,
Welcome to Atlassian community!
You can try see this thread. There may be a problem with the file confluence.cfg.xml
Pavel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It is How to Generate a New confluence.cfg.xml good instraction but need to add to configuration strings:
<property name="hibernate.connection.password">db_password</property>
<property name="hibernate.connection.url">jdbc:postgresql://localhost:5432/confluencedatabasename</property>
<property name="hibernate.connection.username">yourDBuser</property>
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.