Re: CS 4.2.1 install can't get system vms to start

2014-06-10 Thread Naval Saini
Hello, Dear i am facing same issue when i am configuring cloudsatck. Have you resolved your issue if yes than please help me in this and tell me where i need to make changes in my configuration. Thanks

[EVENT] CloudStack Collaboration Conference Budapest November 19-21

2014-06-10 Thread sebgoa
Hi folks, There is only 15 days left to submit your talks to CloudStack Conference Budapest. http://events.linuxfoundation.org/events/cloudstack-collaboration-conference-europe/program/cfp This year is going to be super exciting, thanks to your amazing talks :) -Sebastien

cannot call listUsageRecords API

2014-06-10 Thread dimas yoga pratama
Hi all, I want to records cpu and memory in usage records, so I call listUsageRecords API but I kept getting following error : { listusagerecordsresponse : {uuidList:[],errorcode:530,cserrorcode:} } this is my example request :

RE: Examples of configuring DB HA?

2014-06-10 Thread Adrian Lewis
Hi Damoder, Thank you so much for this. I'm not sure if I've done it properly but I added the full path of.. /usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-database-mysqlha-4.3.0.jar ..onto the end of a line in.. /etc/cloudstack/management/catalina.properties ..that

Re: cannot call listUsageRecords API

2014-06-10 Thread Rajani Karuturi
Can you share the logs and ACS version? you might be hitting this bug https://issues.apache.org/jira/browse/CLOUDSTACK-6472 which is fixed in 4.4 and will also be 4.3.1 if there is a a release. ~Rajani On 10-Jun-2014, at 3:39 pm, dimas yoga pratama

Re: cannot call listUsageRecords API

2014-06-10 Thread dimas yoga pratama
Hi, Yes I'm using ACS 4.3 version and this is my MS log: ERROR [c.c.a.ApiServer] (catalina-exec-22:ctx-cc6f745d ctx-d76a4da9 ctx-316bd6f5) unhandled exception executing api command: listUsageRecords java.lang.NullPointerException at

Re: cannot call listUsageRecords API

2014-06-10 Thread Rajani Karuturi
patch I don’t know. But, you can take the 4.3 branch [1] from the source, create an rpm from it and use it http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/latest/building_from_source.html#building-rpms-from-source [1]

Re: Management Server Startup Issue

2014-06-10 Thread Rafael Weingartner
I thought that it could be a missing dependency problem, because with CS 4.3 upgrade from 4.2.1 we had one. The mysql jdbc .jar was not in the classpath. So, we had to manually add it. I did not see any expressive tty in your log files. Could you look for some more meaningful java stack traces,

Re: deleting or cancelling broken ACS jobs

2014-06-10 Thread Rafael Weingartner
Ow, that is nice. I did not know about those parameters. On Tue, Jun 10, 2014 at 1:04 AM, Shweta Agarwal shweta.agar...@citrix.com wrote: Change these global parameters to very small value say 1 min job.cancel.threshold.minutesTime (in minutes) for async-jobs to be forcely cancelled if

Re: KVM + VMware (and ceph)

2014-06-10 Thread Gerolamo Valcamonica
Thanks to all (OT: I'm investigating with Inktank for VMware support by CEPH. If I find something new I will inform you) Gerolamo Valcamonica Il 09/06/2014 22:30, ilya musayev ha scritto: Gerolamo, As previously noted, you can mix and match with some degree of segregation (i.e. templates

Re: Management Server Startup Issue

2014-06-10 Thread Steve Searles
Yes, I will see if I can get any more debugging info out of it. Yes that is the URL we are using to access. In the condition where the bin log is on I get a 404 from tomcat meaning that the application has not started. I will try some further debugging on the mysql side as well. This is not

Re: Management Server Startup Issue

2014-06-10 Thread Rafael Weingartner
you do not need to debug into the mysql, you just need to find the stack trace in the tomcat that is causing the app to shutdown during the start up process On Tue, Jun 10, 2014 at 11:26 AM, Steve Searles ssear...@zimcom.net wrote: Yes, I will see if I can get any more debugging info out of

Re: deleting or cancelling broken ACS jobs

2014-06-10 Thread Andrei Mikhailovsky
Thanks, I will try that. Andrei - Original Message - From: Shweta Agarwal shweta.agar...@citrix.com To: users@cloudstack.apache.org Sent: Tuesday, 10 June, 2014 5:04:23 AM Subject: RE: deleting or cancelling broken ACS jobs Change these global parameters to very small value say

ACS on Cisco UCS

2014-06-10 Thread Giles Sirett
Has anybody got in production the ACS/UCS automation running ? i.e. this automation https://cwiki.apache.org/confluence/display/CLOUDSTACK/Enhanced+Baremetal+support+on+Cisco+UCS would be interested to hear any stories of success, pain or otherwise Kind Regards Giles Giles Sirett CEO

Minor Windows Sysprep Autounattend.xml issue. Anyone else seen this?

2014-06-10 Thread Todd Pigram
Background I have 3 different Autounattend files for w2012r2, w2012 and w2k8r2. If I create templates from these files on XS 6.2 Sp1, vSphere 5.5u1 or add the templates to vCloud, everything thing is fine and there is no user interaction. I can even use then as part of Veewee to create my

State VM Expunging in DB

2014-06-10 Thread Yesid Mora
Hello, I see the VMs in DB the state is Expunging, the vm not see in the GUI CloudStack and the VM exist in the hypervisor VMware, the time config in the CloudStack for expunge is 300 second, is possible that the platform not clear register, How I can resolve this error?, the state is in many

Re: ssvm logs

2014-06-10 Thread Nitin Mehta
Refer to NfsSecondaryStorageResource.java. This file is the agent code that takes all the commands from CS Management server and executes them. You can see what all logs it writes. It would be great if you could write a wiki as well pointing what all logs can be expected. I can help you make it

Re: Management Server Startup Issue

2014-06-10 Thread Steve Searles
I found the following differences in the catalina.out file with bin log enabled and disabled. Can you point me in the right direction on debugging the actual /client application further. Obviously the problem is Jun 10, 2014 2:12:48 PM org.apache.catalina.core.StandardContext start SEVERE:

Re: Management Server Startup Issue

2014-06-10 Thread Rafael Weingartner
this is interesting: Jun 10, 2014 2:12:48 PM org.apache.catalina.core.StandardContext start SEVERE: Context [/client] startup failed due to previous error does it have any extra log before that message? Did you find anything at /var/log/cloudstack/management-server.log? On Tue, Jun 10, 2014 at

Re: Management Server Startup Issue

2014-06-10 Thread Steve Searles
Nothing interesting in the management server logs, you saw the complete ones I sent yesterday. I have attached the complete catalina.out below. This is starting to feel like a problem with the DB locking the tables during the startup integrity check. I am able to lock the tables via the

Re: Management Server Startup Issue

2014-06-10 Thread Rafael Weingartner
Look at this point: SEVERE: Error listenerStart Jun 10, 2014 2:12:48 PM org.apache.catalina.core.StandardContext start SEVERE: Context [/client] startup failed due to previous errors I could not find the stacktrace into the logs you provided. But, it has to have some stack which would help to

cannot access VMs in particular Host

2014-06-10 Thread dimas yoga pratama
Hi all, I build cloudstack with 2 host with basic networking, When I create VMs in Host A I can ping it from outside, but when I create VMs in host B I cant ping it and access it, all VMs are under same account and security groups. why is that?anything wrong with my configuration in Host B?

Re: Minor Windows Sysprep Autounattend.xml issue. Anyone else seen this?

2014-06-10 Thread Nux!
On 10.06.2014 17:59, Todd Pigram wrote: Background I have 3 different Autounattend files for w2012r2, w2012 and w2k8r2. If I create templates from these files on XS 6.2 Sp1, vSphere 5.5u1 or add the templates to vCloud, everything thing is fine and there is no user interaction. I can

Re: Minor Windows Sysprep Autounattend.xml issue. Anyone else seen this?

2014-06-10 Thread Todd Pigram
Lucian, I am running the same. I will keep digging... Thanks On Tue, Jun 10, 2014 at 4:12 PM, Nux! n...@li.nux.ro wrote: On 10.06.2014 17:59, Todd Pigram wrote: Background I have 3 different Autounattend files for w2012r2, w2012 and w2k8r2. If I create templates from these files on

Re: Management Server Startup Issue

2014-06-10 Thread Steve Searles
I agree with what you are saying. Yes. addressing-1.5.4.mar errors I have seen before. I have no webapps7080 directory so that is why that error is being thrown. I still am wondering even if a dependency is missing why is it only a dependency when sql replication(bin log) is on? Can you tell

Re: Management Server Startup Issue

2014-06-10 Thread Steve Searles
Ok I was wrong, the addressing-1.5.4.mar is present. [root@csmgmt01 modules]# pwd /usr/share/cloudstack-management/webapps7080/awsapi/WEB-INF/modules [root@csmgmt01 modules]# ls -lash total 344K 4.0K drwxr-xr-x. 2 cloud cloud 4.0K Mar 31 18:21 . 4.0K drwxr-xr-x. 7 cloud cloud 4.0K Mar 31 18:21 ..

Re: Management Server Startup Issue

2014-06-10 Thread Steve Searles
Is http://mail-archives.apache.org/mod_mbox/cloudstack-issues/201401.mbox/%3CJIRA.12687852.1389186771873.61435.1389186832715@arcas%3E relevant here? On Jun 10, 2014, at 5:31 PM, Steve Searles ssear...@zimcom.netmailto:ssear...@zimcom.net wrote: Ok I was wrong, the addressing-1.5.4.mar is

Re: Management Server Startup Issue

2014-06-10 Thread Rafael Weingartner
maybe, but, I actually do not care that much about the app that is used to integrate CS with AWS, hence they are two separated apps, a problem with AWS integration app should not affect the CS normal app. Could you please provide me again with the log file from

Re: Management Server Startup Issue

2014-06-10 Thread Rafael Weingartner
Nice, no doubts that others will run into this. But when they run into that problem, it is going to be just a query at Google to uncover this thread ;) On Tue, Jun 10, 2014 at 8:39 PM, Steve Searles ssear...@zimcom.net wrote: Rafael, Ok, I seem to have found the smoking gun in the

Re: cloudstack-management started, tomcat 6.0.37 gives 404

2014-06-10 Thread Derek Page
Andrew Any Luck, I am not really sure whats going with your logging, and I am not familiar with ubuntu install. Did you compile from source or install from package manager... Can you share the install doc you used? This may help you figure out where the service is logging to... If it is logging