One of our sites has recently started throwing a lot of ACL errors on a
few pages in particular.  These pages are then causing Apache to keep
creating new threads until all sites on the server become unreachable
until Apache is restarted.  The site in question is running Jahia
v3.1.4, build 2753.

I have tried to run the jahiadoctor over the database using the
following command:

java -jar ./target/jahiadoctor-1.0-uber.jar -f -d -y

using modules.xml:

<?xml version="1.0" encoding="ISO-8859-1"?>
<module-classes>
  <!-- The order of the classes in this file will define the order
       of the tests. -->

  <!-- Version 3.x and up modules -->

  <!-- Let's perform only ACL checks -->
  <class-name>com.jahia.doctor.business.WebAppACLCheck</class-name>
 
<class-name>com.jahia.doctor.business.ObjectACLExistenceCheck</class-nam
e>
  <class-name>com.jahia.doctor.business.ACLParentCheck</class-name>

</module-classes>

to perform only ACL checks.

The jahiadoctor log reports a lot of errors, but never seems to actually
fix them, even though I've included the -f -d -y switch.  I am stopping
Jahia while the jahiadoctor is running.  Is there something I'm missing?

Regards,

Miles Tillinger
Senior Technical Officer
education.au limited 
178 Fullarton Road 
Dulwich SA 5065 
Ph. (08) 8334 3247 
Fax. (08) 8334 3211 
Email: [EMAIL PROTECTED]
Please visit our websites: 
<http://www.edna.edu.au/> 
<http://www.educationau.edu.au/> 
Building and managing online information services and knowledge networks


*** Please consider the environment before printing this email ***

Reply via email to