Uses of Class
org.nuxeo.launcher.config.ConfigurationException
Packages that use ConfigurationException
Package
Description
Nuxeo configuration management.
-
Uses of ConfigurationException in org.nuxeo.ecm.core.storage
Methods in org.nuxeo.ecm.core.storage that throw ConfigurationExceptionModifier and TypeMethodDescriptionvoidDBCheck.check(ConfigurationHolder configHolder) voidDBCheck.checkDatabaseConnection(ConfigurationHolder configHolder) Check driver availability and database connection -
Uses of ConfigurationException in org.nuxeo.ecm.core.storage.mongodb
Methods in org.nuxeo.ecm.core.storage.mongodb that throw ConfigurationException -
Uses of ConfigurationException in org.nuxeo.launcher.config
Methods in org.nuxeo.launcher.config that throw ConfigurationExceptionModifier and TypeMethodDescriptionvoidConfigurationGenerator.addTemplate(String templatesToAdd) Add template(s) to theConfigurationConstants.PARAM_TEMPLATES_NAMElist if not already presentprotected voidConfigurationChecker.checkAddressesAndPorts(ConfigurationHolder configHolder) Will check the configured addresses are reachable and Nuxeo required ports are available on those addresses.protected voidConfigurationChecker.checkAddressReachable(InetAddress address) voidConfigurationChecker.checkBackingServices(ConfigurationHolder configHolder) Calls allBackingCheckerif they accept the current configuration.static voidConfigurationChecker.checkJavaVersion()Checks that the process is executed with a supported Java version.protected voidConfigurationChecker.checkJavaVersion(String version, String[] compliantVersions) Checks the given java version compared to the given compliant ones.protected voidConfigurationChecker.checkJavaVersionIsCompliant()Checks the java version present in system properties compared to compliant ones.protected voidConfigurationChecker.checkPaths(ConfigurationHolder configHolder) Checks server paths; warn if deprecated paths exist.protected voidConfigurationChecker.checkPortAvailable(InetAddress address, int port) Checks if port is available on given address.protected voidConfigurationMarshaller.deleteTemplateFiles(ConfigurationHolder configHolder) Delete files previously deployed by templates.voidConfigurationMarshaller.dumpConfiguration(ConfigurationHolder configHolder) ConfigurationGenerator.evalDynamicProperties()Generate properties which values are based on othersprotected voidConfigurationGenerator.generateFiles()protected InetAddressConfigurationChecker.getBindAddress(ConfigurationHolder configHolder) Checks the userConfig bind address is not 0.0.0.0 and replaces it with 127.0.0.1 if neededprotected voidConfigurationGenerator.includeTemplates()protected List<BackingChecker> ConfigurationChecker.instantiateBackingCheckers(ConfigurationHolder configHolder) ConfigurationLoader.loadNuxeoDefaults(Path directory) Loads thenuxeo.defaultsandnuxeo.NUXEO_ENVIRONMENTfiles.ConfigurationLoader.loadProperties(Path propsFile) protected PropertiesConfigurationLoader.loadProperties(Properties properties, Path propertiesFile) protected voidConfigurationMarshaller.parseAndCopy(ConfigurationHolder configHolder) Generate configuration files from templates and given configuration parametersvoidConfigurationMarshaller.persistNuxeoConf(ConfigurationHolder configHolder) ConfigurationMarshaller.persistNuxeoDefaults(Path nuxeoDefaultsPath, Map<String, String> newParametersToSave) protected ConfigurationMarshaller.NuxeoConfContentConfigurationMarshaller.readConfiguration(Path nuxeoConfPath) voidConfigurationGenerator.rmTemplate(String templatesToRm) Remove template(s) from theConfigurationConstants.PARAM_TEMPLATES_NAMElistvoidConfigurationGenerator.run()Runs the configuration files generation.voidConfigurationGenerator.saveConfiguration(Map<String, String> changedParameters) Save changed parameters innuxeo.conf.voidConfigurationGenerator.saveConfiguration(Map<String, String> changedParameters, boolean setGenerationOnceToFalse, boolean setGenerationFalseToOnce) Save changed parameters innuxeo.conf.voidConfigurationGenerator.saveFilteredConfiguration(Map<String, String> changedParameters) Save changed parameters innuxeo.conf, filtering parameters withConfigurationGenerator.getChangedParameters(Map)ConfigurationGenerator.setProperties(String template, Map<String, String> newParametersToSave) Set properties in the given template, if it existsConfigurationGenerator.setProperties(Map<String, String> newParametersToSave) Set properties in nuxeo configurationConfigurationGenerator.setProperty(String key, String value) Set a property in nuxeo configurationvoidConfigurationChecker.verify(ConfigurationHolder configHolder) Verifies that the server is well configured and ready to be started.voidConfigurationGenerator.verifyInstallation()Create needed directories.protected voidConfigurationMarshaller.writeConfiguration(ConfigurationMarshaller.NuxeoConfContent content, ConfigurationHolder configHolder) -
Uses of ConfigurationException in org.nuxeo.launcher.config.backingservices
Methods in org.nuxeo.launcher.config.backingservices that throw ConfigurationExceptionModifier and TypeMethodDescriptionvoidBackingChecker.check(ConfigurationHolder configHolder) Test the availability of the backing service.default <T> TBackingChecker.getDescriptor(ConfigurationHolder configHolder, String configName, Class<T> klass) Creates a descriptor instance for the specified file and descriptor class.default <T> TBackingChecker.getDescriptor(ConfigurationHolder configHolder, String configName, Class<T> klass, Class<?>... klasses) Creates a descriptor instance for the specified file and descriptor class.default <T> TBackingChecker.getDescriptor(ConfigurationHolder configHolder, String configName, Class<T> klass, UnaryOperator<String> replacer) default <T> TBackingChecker.getDescriptor(ConfigurationHolder configHolder, String configName, Class<T> klass, UnaryOperator<String> replacer, Class<?>... klasses) Creates a descriptor instance for the specified file and descriptor class. -
Uses of ConfigurationException in org.nuxeo.launcher.connect
Methods in org.nuxeo.launcher.connect that throw ConfigurationExceptionModifier and TypeMethodDescriptionList<org.nuxeo.connect.data.ConnectProject> ConnectRegistrationBroker.getAvailableProjects(String username, char[] password) voidConnectRegistrationBroker.registerLocal(String strCLID, String description) voidConnectRegistrationBroker.registerRemote(String username, char[] password, String projectId, org.nuxeo.connect.connector.NuxeoClientInstanceType type, String description) -
Uses of ConfigurationException in org.nuxeo.runtime.kafka
Methods in org.nuxeo.runtime.kafka that throw ConfigurationException -
Uses of ConfigurationException in org.nuxeo.runtime.opensearch1
Methods in org.nuxeo.runtime.opensearch1 that throw ConfigurationException