mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
fix loading agent in ssvm
This commit is contained in:
parent
5df74b0b46
commit
08ae2bc9ff
@ -827,7 +827,7 @@ public class ComponentLocator implements ComponentLocatorMBean {
|
||||
if (configFile == null || PropertiesUtil.findConfigFile(configFile) == null) {
|
||||
configFile = "components.xml";
|
||||
if (PropertiesUtil.findConfigFile(configFile) == null){
|
||||
throw new CloudRuntimeException("Can not find components.xml");
|
||||
s_logger.debug("Can not find components.xml");
|
||||
}
|
||||
}
|
||||
return getLocatorInternal(server, true, configFile, "log4j-cloud");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user