Hello community,
we have the same problem, see pictures/attachments below...
We therefore estimate that it may be an individual browser setting in Microsoft Edge that is causing the problem.
Unfortunately, we cannot identify and solve it ourselves with our “onboard resources” (experience/know-how).
Problem: pictures not shown on confluence page in read mode with microsoft edge.
Non Problem: ...but pictures are shown on confluence page in edit mode with microsoft edge.
Clearing the browser cache didn't help, the problem still persists.
---
Dear Community & Atlassian Support, please help us!
We can offer to look at the messages (errors) together (remotely) in the Microsoft Edge developer tool. Asking for an answer.
Hi Aleksandr,
You can do this by editting your <install dir>/confluence.cfg.xml, and change the value on the line:
<property name="hibernate.c3p0.max_size">30</property>
to a value that better suit your needs, after that just restart Confluence and you're good to go.
Kind Regards,
Felipe Alencastro
Thank you for explanation,
I try change and check count of sessions after Confluence restart,
but now we have following values:
|
1
2
|
<property name="hibernate.c3p0.max_size">150</property><property name="hibernate.c3p0.min_size">50</property> |
The value 150 is not match with 200 sessions in database.
So I don't see relationship between max_size and count of sessions in database.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I got it, I changed property hibernate.c3p0.min_size to 20 in confluence.cfg.xml:
<property name="hibernate.c3p0.min_size">20</property>
After restart of Confluence I saw 80 number of sessions.
So my resolution: Number of sessions in database calculate by formula hibernate.c3p0.min_size multiply to 4 times.
Thats why when I had c3p0.min_size equal 50 then number of sessions were 200.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for explanation,
I try change and check count of sessions after Confluence restart,
but now we have following values:
<property name="hibernate.c3p0.max_size">150</property> <property name="hibernate.c3p0.min_size">50</property>
The value 150 is not match with 200 sessions in database.
So I don't see relationship between max_size and count of sessions in database.
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.