Uses of Class
org.nuxeo.launcher.config.ConfigurationException
-
Packages that use ConfigurationException Package Description org.nuxeo.ecm.core.redis org.nuxeo.ecm.core.storage org.nuxeo.ecm.core.storage.mongodb org.nuxeo.elasticsearch org.nuxeo.launcher.config Nuxeo configuration management.org.nuxeo.launcher.config.backingservices org.nuxeo.launcher.connect org.nuxeo.runtime.kafka -
-
Uses of ConfigurationException in org.nuxeo.ecm.core.redis
Methods in org.nuxeo.ecm.core.redis that throw ConfigurationException Modifier and Type Method Description voidRedisChecker. check(ConfigurationHolder configHolder) -
Uses of ConfigurationException in org.nuxeo.ecm.core.storage
Methods in org.nuxeo.ecm.core.storage that throw ConfigurationException Modifier and Type Method Description voidDBCheck. 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 Modifier and Type Method Description voidMongoDBChecker. check(ConfigurationHolder configHolder) -
Uses of ConfigurationException in org.nuxeo.elasticsearch
Methods in org.nuxeo.elasticsearch that throw ConfigurationException Modifier and Type Method Description voidElasticSearchChecker. check(ConfigurationHolder configHolder)protected org.elasticsearch.cluster.health.ClusterHealthStatusElasticSearchChecker. getHealthStatus(ElasticSearchClientConfig config) -
Uses of ConfigurationException in org.nuxeo.launcher.config
Methods in org.nuxeo.launcher.config that throw ConfigurationException Modifier and Type Method Description voidConfigurationGenerator. 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.protected CharsetConfigurationLoader. checkFileCharset(Path propertiesFile)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)protected Map<String,String>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)PropertiesConfigurationLoader. loadNuxeoDefaults(Path directory)Loads thenuxeo.defaultsandnuxeo.NUXEO_ENVIRONMENTfiles.PropertiesConfigurationLoader. 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)Map<String,String>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)Map<String,String>ConfigurationGenerator. setProperties(String template, Map<String,String> newParametersToSave)Set properties in the given template, if it existsMap<String,String>ConfigurationGenerator. setProperties(Map<String,String> newParametersToSave)Set properties in nuxeo configurationStringConfigurationGenerator. 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 ConfigurationException Modifier and Type Method Description voidBackingChecker. 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 ConfigurationException Modifier and Type Method Description List<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 Modifier and Type Method Description voidKafkaChecker. check(ConfigurationHolder configHolder)
-