Hello all,
we had a running instance of confluence 7.10.1. This installation was running correctly and has been updated to that point multiple times.
While Updating to 7.12.0 we are facing a problem. First of all the "SUPER privilege" problem described here:
but after fixing that, we get a strange problem. While starting and running confluence the config gets changed and the following lines start to appear:
<property>select 1</property>
With these Lines the restart of confluence is not possible (of course). So we did a rollback (Backup) to the 7.10.1 and waited for a later release until yesterday. We changed the target version to 7.13.0, the update was running correctly, but these entries still appear. After removing the first appearance and running the instance the complete night, now we're facing a lot of these lines (10) within the config.
Does anyone know of these problem?
with best regards
Martin
We found it, the problem seems to be caused by the puppet modul for confluence.
Within Puppet there is a config that has to make sure, that the folliwing Line within the config exists:
<property name="hibernate.c3p0.preferredTestQuery">select 1</property>
This Line is missing and puppet tries to add this line, but there is the failure, it adds:
<property>select 1</property>
which produces the failure. We currently just don't know the difference between 7.10.1 and 7.13.0 as the puppet code (puppet forge version 4.0.0) works correct with 7.10.1 and does not work with higher Versions.
with best regards.
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.