This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Faild deploy VMwarePerformance package to [HostName.Domain.Com]. It might be caused by low memory for this fglam host, please check FMS log for detail

Hi Guys, 

I have built a brand new vWorkspace Diagnostic and Monitoring foglight version 5.7.5. during the initial discovery wizard process, I faced some challenges to get the JRE updated as I'm runinng 64bit os and it worked only with the latest JRE 32bit. After that, the Wizard collection finished finished and I was able to reactify some hyper-v issue by manually deploying the agent, during the Wizard, VMWare already was part of it, but it failed as well. 

 

When I try to add the VMWare environment, it failed with the following error 

  • Faild deploy VMwarePerformance package to [HostName.Domain.Com]. It might be caused by low memory for this fglam host, please check FMS log for detail

 

I tried increasing the JVM in Config/Server.config with the following parameters also failed; 

foglight.vm.option0 = "-Xms6144m";
foglight.vm.option1 = "-Xmx6144m";

 

I also made this change in fglam/state/default/config/baseline.jvmargs.config file

vmparameter.0 = "-XX:MaxPermSize=256m";
vmparameter.1 = "-XX:+UseConcMarkSweepGC";
vmparameter.2 = "-XX:+CMSClassUnloadingEnabled";
vmparameter.3 = "-XX:CMSInitiatingOccupancyFraction=50";
vmparameter.4 = "-XX:NewRatio=4";
vmparameter.5 = "-XX:+CMSIncrementalMode";
vmparameter.6 = "-XX:+CMSIncrementalPacing";
vmparameter.7 = "-XX:CMSIncrementalDutyCycleMin=0";
vmparameter.8 = "-XX:CMSIncrementalDutyCycle=10";
vmparameter.9 = "-XX:-UseG1GC";

 

Any help please..?

 

Regards, 

Parents
  • Hi Gaston,

    The logs shows the below;

    <com.quest.glue.core.comms.transport.DownstreamJettyLogger> INFO [Startup Thread] com.quest.glue.core.comms.transport.DownstreamJettyLogger - Logging initialized @7141ms
    2017-01-11 08:28:53.444 VERBOSE [Startup Thread] com.quest.common.config.Config - Loaded configuration "baseline.jvmargs.config" from "C:\Dell\FoglightVDesktops\fglam\state\default\config\baseline.jvmargs.config":
    vmparameter.0 = -XX:MaxPermSize=256m
    vmparameter.1 = -XX:+UseConcMarkSweepGC
    vmparameter.2 = -XX:+CMSClassUnloadingEnabled
    vmparameter.3 = -XX:CMSInitiatingOccupancyFraction=50
    vmparameter.4 = -XX:NewRatio=4
    vmparameter.5 = -XX:+CMSIncrementalMode
    vmparameter.6 = -XX:+CMSIncrementalPacing
    vmparameter.7 = -XX:CMSIncrementalDutyCycleMin=0
    vmparameter.8 = -XX:CMSIncrementalDutyCycle=10
    vmparameter.9 = -XX:-UseG1GC
    2017-01-11 08:28:53.444 VERBOSE [Startup Thread] com.quest.common.config.Config - System property overrides for configuration "baseline.jvmargs.config":
    2017-01-11 08:28:53.444 VERBOSE [Startup Thread] com.quest.glue.core.resources.types.impl.JVMMemoryResourceImpl - Calculated max heap size limit 1,740mb.
    2017-01-11 08:28:53.475 VERBOSE [Startup Thread] com.quest.glue.core.services.MasterServiceFactory - Registering service class: com.quest.glue.core.services.AgentInfoServiceImpl

    ========================================================================

    2017-01-10 13:39:41.829 ERROR [FglAM:IncomingMessage[5]-6] com.quest.glue.core.deployment.DeploymentManager - Failed to build an AgentPackage from C:\Dell\FoglightVDesktops\fglam\agents\VMwarePerformance\5.6.16.1-5.6.16.1-20151217-0859-2457\config\agent.manifest. Cause: The addition of 3 GB to the negotiated JVM Max heap size would adjust to 4 GB, which would exceed the total available physical memory of 2 GB. Rejecting memory request.
    com.quest.glue.core.resources.InvalidResourceSettingException: The addition of 3 GB to the negotiated JVM Max heap size would adjust to 4 GB, which would exceed the total available physical memory of 2 GB. Rejecting memory request.
    at com.quest.glue.core.resources.types.impl.JVMMemoryResourceImpl.validateSizeValues(JVMMemoryResourceImpl.java:249)
    at com.quest.glue.core.resources.types.impl.JVMMemoryResourceImpl.validateDeployment(JVMMemoryResourceImpl.java:172)
    at com.quest.glue.core.agent.ResourceDeploymentChangeListener.validateManifestRuntimeSettings(ResourceDeploymentChangeListener.java:74)
    at com.quest.glue.core.deployment.DeploymentManager.processAgentsDir(DeploymentManager.java:692)
    at com.quest.glue.core.deployment.DeploymentManager.deployArchive(DeploymentManager.java:405)
    at com.quest.glue.core.comms.handlers.DeployAgentArchiveListener.newDownstreamMessage(DeployAgentArchiveListener.java:111)
    at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.quest.common.util15.ConcurrentListenerManager$Handler.invoke(ConcurrentListenerManager.java:149)
    at com.sun.proxy.$Proxy33.newDownstreamMessage(Unknown Source)
    at com.quest.glue.common.comms.queues.AbstractIncomingQueue.newDownstreamMessage(AbstractIncomingQueue.java:412)
    at com.quest.glue.common.comms.queues.AbstractIncomingQueue.newMessage(AbstractIncomingQueue.java:346)
    at com.quest.glue.common.comms.queues.MultithreadedIncomingQueue$Executor.call(MultithreadedIncomingQueue.java:261)
    at java.util.concurrent.FutureTask.run(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
Reply
  • Hi Gaston,

    The logs shows the below;

    <com.quest.glue.core.comms.transport.DownstreamJettyLogger> INFO [Startup Thread] com.quest.glue.core.comms.transport.DownstreamJettyLogger - Logging initialized @7141ms
    2017-01-11 08:28:53.444 VERBOSE [Startup Thread] com.quest.common.config.Config - Loaded configuration "baseline.jvmargs.config" from "C:\Dell\FoglightVDesktops\fglam\state\default\config\baseline.jvmargs.config":
    vmparameter.0 = -XX:MaxPermSize=256m
    vmparameter.1 = -XX:+UseConcMarkSweepGC
    vmparameter.2 = -XX:+CMSClassUnloadingEnabled
    vmparameter.3 = -XX:CMSInitiatingOccupancyFraction=50
    vmparameter.4 = -XX:NewRatio=4
    vmparameter.5 = -XX:+CMSIncrementalMode
    vmparameter.6 = -XX:+CMSIncrementalPacing
    vmparameter.7 = -XX:CMSIncrementalDutyCycleMin=0
    vmparameter.8 = -XX:CMSIncrementalDutyCycle=10
    vmparameter.9 = -XX:-UseG1GC
    2017-01-11 08:28:53.444 VERBOSE [Startup Thread] com.quest.common.config.Config - System property overrides for configuration "baseline.jvmargs.config":
    2017-01-11 08:28:53.444 VERBOSE [Startup Thread] com.quest.glue.core.resources.types.impl.JVMMemoryResourceImpl - Calculated max heap size limit 1,740mb.
    2017-01-11 08:28:53.475 VERBOSE [Startup Thread] com.quest.glue.core.services.MasterServiceFactory - Registering service class: com.quest.glue.core.services.AgentInfoServiceImpl

    ========================================================================

    2017-01-10 13:39:41.829 ERROR [FglAM:IncomingMessage[5]-6] com.quest.glue.core.deployment.DeploymentManager - Failed to build an AgentPackage from C:\Dell\FoglightVDesktops\fglam\agents\VMwarePerformance\5.6.16.1-5.6.16.1-20151217-0859-2457\config\agent.manifest. Cause: The addition of 3 GB to the negotiated JVM Max heap size would adjust to 4 GB, which would exceed the total available physical memory of 2 GB. Rejecting memory request.
    com.quest.glue.core.resources.InvalidResourceSettingException: The addition of 3 GB to the negotiated JVM Max heap size would adjust to 4 GB, which would exceed the total available physical memory of 2 GB. Rejecting memory request.
    at com.quest.glue.core.resources.types.impl.JVMMemoryResourceImpl.validateSizeValues(JVMMemoryResourceImpl.java:249)
    at com.quest.glue.core.resources.types.impl.JVMMemoryResourceImpl.validateDeployment(JVMMemoryResourceImpl.java:172)
    at com.quest.glue.core.agent.ResourceDeploymentChangeListener.validateManifestRuntimeSettings(ResourceDeploymentChangeListener.java:74)
    at com.quest.glue.core.deployment.DeploymentManager.processAgentsDir(DeploymentManager.java:692)
    at com.quest.glue.core.deployment.DeploymentManager.deployArchive(DeploymentManager.java:405)
    at com.quest.glue.core.comms.handlers.DeployAgentArchiveListener.newDownstreamMessage(DeployAgentArchiveListener.java:111)
    at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.quest.common.util15.ConcurrentListenerManager$Handler.invoke(ConcurrentListenerManager.java:149)
    at com.sun.proxy.$Proxy33.newDownstreamMessage(Unknown Source)
    at com.quest.glue.common.comms.queues.AbstractIncomingQueue.newDownstreamMessage(AbstractIncomingQueue.java:412)
    at com.quest.glue.common.comms.queues.AbstractIncomingQueue.newMessage(AbstractIncomingQueue.java:346)
    at com.quest.glue.common.comms.queues.MultithreadedIncomingQueue$Executor.call(MultithreadedIncomingQueue.java:261)
    at java.util.concurrent.FutureTask.run(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
Children
No Data