[ https://issues.apache.org/jira/browse/CLOUDSTACK-5875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13879877#comment-13879877 ]
ASF subversion and git services commented on CLOUDSTACK-5875: ------------------------------------------------------------- Commit f999a01837e60f0c51ef0eb4ad19c29e43ca3037 in branch refs/heads/master from [~santhoshe] [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=f999a01 ] Added Fix for CLOUDSTACK-5875 Added fix for exception and listing. Mentioned details under bug. Post the fix, simulator works fine. Signed-off-by: Santhosh Edukulla <santhosh.eduku...@citrix.com> Signed-off-by: Koushik Das <kous...@apache.org> > No templates in simulator run > ----------------------------- > > Key: CLOUDSTACK-5875 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5875 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the > default.) > Components: marvin > Affects Versions: 4.2.1, 4.3.0 > Reporter: sebastien goasguen > Assignee: Santhosh Kumar Edukulla > > 1. When running the simulator and configuring a zone with marvin, there is no > template available hence trying to start instances won't work. > See https://reviews.apache.org/r/16856/ for additional related discussions > 2. Exception Issue seen when running with simulator:at > com.cloud.resource.ResourceManagerImpl.discoverHostsFull(ResourceManagerImpl.java:595) > at > com.cloud.resource.ResourceManagerImpl.discoverHosts(ResourceManagerImpl.java:582) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:616) > at > org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317) > at > org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183) > at > org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) > at > org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:91) > at > org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) > at > org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204) > at sun.proxy.$Proxy158.discoverHosts(Unknown Source) > at > com.cloud.agent.manager.MockAgentManagerImpl$SystemVMHandler.run(MockAgentManagerImpl.java:363) > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > at java.lang.Thread.run(Thread.java:679) -- This message was sent by Atlassian JIRA (v6.1.5#6160)