Hi All - Does anyone know how to go about resolving a 503 error in the manifoldCF admin ui?
I¹ve tried to configure it with Postgres, but get a 503 service unavailable when I try to access the admin interface. The log file specified in the logging.ini file does not have any errors in it, and I¹ve set the following to debug mode in the properties.xml file: <property name="org.apache.manifoldcf.db" value="DEBUG"/> <property name="org.apache.manifoldcf.root" value="DEBUG"/> <property name="org.apache.manifoldcf.misc" value="DEBUG"/> <property name="org.apache.manifoldcf.lock" value="DEBUG"/> <property name="org.apache.manifoldcf.cache" value="DEBUG"/> <property name="org.apache.manifoldcf.keystore" value="DEBUG"/> <property name="org.apache.manifoldcf.perf" value="DEBUG"/> <property name="org.apache.manifoldcf.injest" value="DEBUG"/> <property name="org.apache.manifoldcf.api" value="DEBUG"/> <property name="org.apache.manifoldcf.threads" value="DEBUG"/> <property name="org.apache.manifoldcf.hopcount" value="DEBUG"/> <property name="org.apache.manifoldcf.scheduling" value="DEBUG"/> <property name="org.apache.manifoldcf.authorityconnectors" value="DEBUG"/> <property name="org.apache.manifoldcf.agents" value="DEBUG"/> Thanks Phil
