Template should be ok to download now. I hacked your systemvm. From: Sailaja Mada Sent: Friday, September 07, 2012 1:17 AM To: [email protected] Cc: Ewan Mellor; Sowmya Krishnan; Nilesh Vishwakarma; Suresh Sadhu; Chandan Purushothama; Srinivas Vejalla; Will Chan; Alex Huang; Ram Chinta; Edison Su; Shweta Agarwal; Sudha Ponnaganti; Abhinav Roy Subject: RE: ASF 4.0 Testing Kick off
Hi, Created the blocker bug @ https://issues.apache.org/jira/browse/CLOUDSTACK-35 Please share if there is any workaround to proceed with testing . Thanks and Regards, Sailaja.M From: Ram Chinta Sent: Friday, September 07, 2012 1:31 PM To: Edison Su; Sailaja Mada; Shweta Agarwal; Sudha Ponnaganti; Abhinav Roy Cc: Ewan Mellor; Sowmya Krishnan; Nilesh Vishwakarma; Suresh Sadhu; Chandan Purushothama; Srinivas Vejalla; Will Chan; Alex Huang; [email protected] Subject: RE: ASF 4.0 Testing Kick off Moving the thread to the mailing list... From: Edison Su Sent: Friday, September 07, 2012 1:22 PM To: Sailaja Mada; Shweta Agarwal; Sudha Ponnaganti; Abhinav Roy Cc: Ram Chinta; Ewan Mellor; Sowmya Krishnan; Nilesh Vishwakarma; Suresh Sadhu; Chandan Purushothama; Srinivas Vejalla; Will Chan; Alex Huang Subject: RE: ASF 4.0 Testing Kick off That's a bug, missing another jars in ssvm. From: Sailaja Mada Sent: Thursday, September 06, 2012 11:56 PM To: Edison Su; Shweta Agarwal; Sudha Ponnaganti; Abhinav Roy Cc: Ram Chinta; Ewan Mellor; Sowmya Krishnan; Nilesh Vishwakarma; Suresh Sadhu; Chandan Purushothama; Srinivas Vejalla; Will Chan; Alex Huang; Sailaja Mada; Sailaja Mada Subject: RE: ASF 4.0 Testing Kick off Hi, Below are the observations after adv zone configuration with Xen server: 1) Cent OS default template not got downloaded 2) System VM's got created but System VM template does not show the size of the template . [attached the snap] [root@ms3 template]# cat tmpl/1/1/template.properties filename=5b69a542-b9fc-4d36-8c39-63a58e0f4a8e.vhd description=SystemVM Template checksum= hvm=false size=565240320 vhd=true id=1 public=true vhd.filename=5b69a542-b9fc-4d36-8c39-63a58e0f4a8e.vhd uniquename=routing-1 vhd.virtualsize=565240320 virtualsize=565240320 vhd.size=565240320 [root@ms3 template]# MS : 10.102.125.245 root/freebsd admin/freebsd. Thanks and Regards, Sailaja.M From: Edison Su Sent: Friday, September 07, 2012 11:51 AM To: Sailaja Mada; Shweta Agarwal; Sudha Ponnaganti; Abhinav Roy Cc: Ram Chinta; Ewan Mellor; Sowmya Krishnan; Nilesh Vishwakarma; Suresh Sadhu; Chandan Purushothama; Srinivas Vejalla; Will Chan; Alex Huang Subject: RE: ASF 4.0 Testing Kick off Thanks. I'll fix it. From: Sailaja Mada Sent: Thursday, September 06, 2012 11:11 PM To: Edison Su; Shweta Agarwal; Sudha Ponnaganti; Abhinav Roy Cc: Ram Chinta; Ewan Mellor; Sowmya Krishnan; Nilesh Vishwakarma; Suresh Sadhu; Chandan Purushothama; Srinivas Vejalla; Will Chan; Alex Huang; Sailaja Mada Subject: RE: ASF 4.0 Testing Kick off Small issue with the script : /usr/lib64/cloud/agent/scripts/storage/secondary/cloud-install-sys-tmplt: line 108: [: missing `]' . Extra space need to be added to the script before ']' with if condition to avoid this error Thanks and Regards, Sailaja.M From: Sailaja Mada Sent: Friday, September 07, 2012 11:36 AM To: Edison Su; Shweta Agarwal; Sudha Ponnaganti; Abhinav Roy Cc: Ram Chinta; Ewan Mellor; Sowmya Krishnan; Nilesh Vishwakarma; Suresh Sadhu; Chandan Purushothama; Srinivas Vejalla; Will Chan; Alex Huang; Sailaja Mada Subject: RE: ASF 4.0 Testing Kick off Hi, Modified below line by setting the classpath to /usr/share/java/jasypt-1.9.0.jar. dbPassword=(`java -classpath /usr/share/java/jasypt-1.9.0.jar org.jasypt.intf.cli.JasyptPBEStringDecryptionCLI decrypt.sh input=$encPassword password=$msKey verbose=false`) Now installation went thru fine. Thanks and Regards, Sailaja.M From: Edison Su Sent: Friday, September 07, 2012 11:21 AM To: Sailaja Mada; Shweta Agarwal; Sudha Ponnaganti; Abhinav Roy Cc: Ram Chinta; Ewan Mellor; Sowmya Krishnan; Nilesh Vishwakarma; Suresh Sadhu; Chandan Purushothama; Srinivas Vejalla; Will Chan; Alex Huang Subject: RE: ASF 4.0 Testing Kick off Manually fix it at first, right now, I am still working the build. After build is finished, then we can go to the formal procedure, fire bug -> fix -> new build -> test From: Sailaja Mada Sent: Thursday, September 06, 2012 10:45 PM To: Shweta Agarwal; Sudha Ponnaganti; Abhinav Roy; Edison Su Cc: Ram Chinta; Ewan Mellor; Sowmya Krishnan; Nilesh Vishwakarma; Suresh Sadhu; Chandan Purushothama; Srinivas Vejalla; Will Chan; Alex Huang; Sailaja Mada Subject: RE: ASF 4.0 Testing Kick off Hi, System VM template installation is failing to decrypt DB password from db.properties as it is not finding the required jar. Jar file with commertial releases is @ http://git.cloud.com/cgit/cloudstack-oss/tree/deps/cloud-jasypt-1.8.jar?h=3.0.x Can we get the same to continue with testing ?? ============================================================================================================================================================ [root@ms3 /]# /usr/lib64/cloud/agent/scripts/storage/secondary/cloud-install-sys-tmplt -m /mnt/secondary -u http://10.147.28.6/templates/acton/acton-systemvm-02062012.vhd.bz2 -h xenserver -F /usr/lib64/cloud/agent/scripts/storage/secondary/cloud-install-sys-tmplt: line 108: [: missing `]' Exception in thread "main" java.lang.NoClassDefFoundError: org/jasypt/intf/cli/JasyptPBEStringDecryptionCLI Caused by: java.lang.ClassNotFoundException: org.jasypt.intf.cli.JasyptPBEStringDecryptionCLI at java.net.URLClassLoader$1.run(URLClassLoader.java:217) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:205) at java.lang.ClassLoader.loadClass(ClassLoader.java:321) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294) at java.lang.ClassLoader.loadClass(ClassLoader.java:266) Could not find the main class: org.jasypt.intf.cli.JasyptPBEStringDecryptionCLI. Program will exit. Failed to decrypt DB password from db.properties Installation failed [root@ms3 /] ============================================================================================================================================================ Thanks and Regards, Sailaja.M From: Shweta Agarwal Sent: Thursday, September 06, 2012 9:52 PM To: Sudha Ponnaganti; Abhinav Roy; Edison Su Cc: Ram Chinta; Ewan Mellor; Sailaja Mada; Sowmya Krishnan; Nilesh Vishwakarma; Suresh Sadhu; Chandan Purushothama; Srinivas Vejalla; Will Chan; Alex Huang Subject: RE: ASF 4.0 Testing Kick off Sure sudha will do so tommorrow. Sudha Ponnaganti <[email protected]<mailto:[email protected]>> wrote: Thanks Shweta for the update. There is a blocker defect logged by Abhinav, update it with your findings https://issues.apache.org/jira/browse/CLOUDSTACK-11 Also once you have successful install, can you share it with team and also update open source forum as well From: Shweta Agarwal Sent: Thursday, September 06, 2012 8:25 AM To: Sudha Ponnaganti; Abhinav Roy; Edison Su Cc: Ram Chinta; Ewan Mellor; Sailaja Mada; Sowmya Krishnan; Nilesh Vishwakarma; Suresh Sadhu; Chandan Purushothama; Srinivas Vejalla; Will Chan; Alex Huang Subject: RE: ASF 4.0 Testing Kick off Hi sudha Me and nilesh has installed asf build today as per edison's instruction. We didnt face any issues during installation except the one faced by abhinwv yesterday. Though i faced some failures during system template installation. I need to look into it further. I will update you on the same tomorrow. I was bzy doing setup for scsk patch as will asked me to do so. Sudha Ponnaganti <[email protected]<mailto:[email protected]>> wrote: Hi Team, Has anyone else attempted to install build?? I will setup scrum call to discuss blockers/ review progress. Need to take blockers to opensource and get a working setup for time being while dev team works on proper build. Sailaja - any progress made since Abhi was off today. Thanks /sudha -----Original Message----- From: Abhinav Roy Sent: Wednesday, September 05, 2012 12:06 PM To: Edison Su; Sudha Ponnaganti Cc: Ram Chinta; Ewan Mellor; Sailaja Mada; Sowmya Krishnan; Nilesh Vishwakarma; Suresh Sadhu; Shweta Agarwal; Chandan Purushothama; Srinivas Vejalla; Will Chan; Alex Huang Subject: RE: ASF 4.0 Testing Kick off Hi Edison, jakarta-taglibs-standard was not there in the repo, downloaded it from the following location http://archive.apache.org/dist/jakarta/taglibs/standard/binaries/jakarta-taglibs-standard-1.0.1.tar.gz Then I copied all the jar files at /usr/share/cloud/management/webapps/client/WEB-INF As given in the README file of the Jakarta-taglibs-standard. But still I am getting the same errors. Please help me out with this. Thanks and regards, Abhinav -----Original Message----- From: Edison Su Sent: Wednesday, September 05, 2012 11:20 PM To: Abhinav Roy; Sudha Ponnaganti Cc: Ram Chinta; Ewan Mellor; Sailaja Mada; Sowmya Krishnan; Nilesh Vishwakarma; Suresh Sadhu; Shweta Agarwal; Chandan Purushothama; Srinivas Vejalla; Will Chan; Alex Huang Subject: RE: ASF 4.0 Testing Kick off You need to install jakarta-taglibs-standard, make sure you have a rhel 6.2 repository. > -----Original Message----- > From: Abhinav Roy > Sent: Wednesday, September 05, 2012 10:45 AM > To: Edison Su; Sudha Ponnaganti > Cc: Ram Chinta; Ewan Mellor; Sailaja Mada; Sowmya Krishnan; Nilesh > Vishwakarma; Suresh Sadhu; Shweta Agarwal; Chandan Purushothama; > Srinivas Vejalla; Will Chan; Alex Huang > Subject: RE: ASF 4.0 Testing Kick off > > The machine is in Bangalore. > 10.102.125.220 <root:freebsd> > > -----Original Message----- > From: Edison Su > Sent: Wednesday, September 05, 2012 11:09 PM > To: Abhinav Roy; Sudha Ponnaganti > Cc: Ram Chinta; Ewan Mellor; Sailaja Mada; Sowmya Krishnan; Nilesh > Vishwakarma; Suresh Sadhu; Shweta Agarwal; Chandan Purushothama; > Srinivas Vejalla; Will Chan; Alex Huang > Subject: RE: ASF 4.0 Testing Kick off > > Take a look at management server log, I think the issue is the db > version doesn't match. > Need to hack the db.version table. > Where is your machine? > > > -----Original Message----- > > From: Abhinav Roy > > Sent: Wednesday, September 05, 2012 10:37 AM > > To: Edison Su; Sudha Ponnaganti > > Cc: Ram Chinta; Ewan Mellor; Sailaja Mada; Sowmya Krishnan; Nilesh > > Vishwakarma; Suresh Sadhu; Shweta Agarwal; Chandan Purushothama; > > Srinivas Vejalla; Will Chan; Alex Huang > > Subject: RE: ASF 4.0 Testing Kick off > > > > DB was not even installed. I installed it just now. > > yum install mysql-server mysql. > > > > I think we need to document these steps too as the QA is not used to > > do this. > > After DB server installation, the cloud-setup databases, > > cloud-setup- management went fine. > > > > But now I get an error when I try to access the management server > > through the UI. > > Attached screenshot shows the error. > > > > Thanks, > > Abhinav > > > > > > -----Original Message----- > > From: Edison Su > > Sent: Wednesday, September 05, 2012 10:34 PM > > To: Abhinav Roy; Sudha Ponnaganti > > Cc: Ram Chinta; Ewan Mellor; Sailaja Mada; Sowmya Krishnan; Nilesh > > Vishwakarma; Suresh Sadhu; Shweta Agarwal; Chandan Purushothama; > > Srinivas Vejalla; Will Chan; Alex Huang > > Subject: RE: ASF 4.0 Testing Kick off > > > > Are you sure your db password is root/freebsd? > > > -----Original Message----- > > > From: Abhinav Roy > > > Sent: Wednesday, September 05, 2012 9:25 AM > > > To: Edison Su; Sudha Ponnaganti > > > Cc: Ram Chinta; Ewan Mellor; Sailaja Mada; Sowmya Krishnan; Nilesh > > > Vishwakarma; Suresh Sadhu; Shweta Agarwal; Chandan Purushothama; > > > Srinivas Vejalla; Will Chan; Alex Huang > > > Subject: RE: ASF 4.0 Testing Kick off > > > > > > Hi Edison, > > > > > > I am sorry, somehow I didn't check it that time. It was in > > > /usr/bin/, changed the jar file location and its working fine. > > > > > > But before that we need to install the database server . how to do > > > that in this case? > > > Because I am getting the following error while executing > > > cloud-setup- databases > > > > > > [root@rhel6 bin]# cloud-setup-databases cloud:cloud@localhost > > > --deploy- as=root:freebsd Mysql user name:cloud [ OK ] Mysql user > > > password:cloud [ OK ] Mysql server ip:localhost [ OK ] Mysql > > > server > > > port:3306 [ OK ] Mysql root user name:root [ OK ] Mysql root user > > > password:freebsd [ OK ] Checking Cloud database files ... > > > [ OK ] > > > Checking local machine hostname ... > > > [ OK ] > > > Checking SELinux setup ... > > > [ OK ] > > > Detected local IP address as 10.102.125.220, will use as cluster > > > management server node IP[ OK ] Preparing > > > /etc/cloud/management/db.properties > > > [ OK ] > > > Applying /usr/share/cloud/setup/create-database.sql > > > > > > We apologize for below error: > > > *************************************************************** > > > Encountering an error when executing mysql script > > > ------------------------------------------------------------------ > > > - > - > > > - > > - > > > table: > > > /usr/share/cloud/setup/create-database.sql > > > > > > Error: > > > ERROR 2002 (HY000): Can't connect to local MySQL server through > > socket > > > '/var/lib/mysql/mysql.sock' (2) > > > > > > > > > Sql parameters: > > > {'passwd': 'freebsd', 'host': 'localhost', 'user': 'root', 'port': > > > 3306} > > > ------------------------------------------------------------------ > > > - > - > > > - > > - > > > > > > *************************************************************** > > > Please run: > > > > > > cloud-setup-database -h > > > for full help > > > > > > > > > Note : we didn't use to get such messages before when we used to > > > install CS from the full build. After installing MS we used to > > install > > > database server and then execute this cloud-setup-databases. > > > > > > So please tell me how to install database server in this case. > > > > > > Thanks and regards, > > > Abhinav > > > > > > -----Original Message----- > > > From: Edison Su > > > Sent: Wednesday, September 05, 2012 9:34 PM > > > To: Sudha Ponnaganti > > > Cc: Ram Chinta; Abhinav Roy; Ewan Mellor; Sailaja Mada; Sowmya > > > Krishnan; Nilesh Vishwakarma; Suresh Sadhu; Shweta Agarwal; > > > Chandan Purushothama; Srinivas Vejalla; Will Chan; Alex Huang > > > Subject: Re: ASF 4.0 Testing Kick off > > > > > > And you can type "which cloud-setup-databases" to find out where > > > is the file. > > > > > > Sent from my iPhone > > > > > > On Sep 5, 2012, at 7:38 AM, "Sudha Ponnaganti" > > > <[email protected]<mailto:[email protected]>> wrote: > > > > > > > Pl do log defects for Pre-4.0 and post to dev list if there are > > > > blockers ASF CS team would review blockers and will address them > > > > > > > > -----Original Message----- > > > > From: Ram Chinta > > > > Sent: Wednesday, September 05, 2012 7:15 AM > > > > To: Abhinav Roy > > > > Cc: Sudha Ponnaganti; Sailaja Mada; Sowmya Krishnan; Nilesh > > > > Vishwakarma; Suresh Sadhu; Shweta Agarwal; Chandan Purushothama; > > > > Srinivas Vejalla; Will Chan; Alex Huang > > > > Subject: Re: ASF 4.0 Testing Kick off > > > > > > > > You should send this to the apache dev list. > > > > > > > > > > > > > > > > On Sep 5, 2012, at 7:33 PM, "Abhinav Roy" > <[email protected]<mailto:[email protected]>> > > > wrote: > > > > > > > >> Hi , > > > >> > > > >> I tried installing ASF 4.0 on Rhel6.2 and faced following > issues : > > > >> > > > >> 1. untar -- was successfull > > > >> 2. yum install tomcat6 at first -- tomcat was already there 3. > > > >> rpm -Uvh *.rpm -- this gave following output > > > >> > > > >> /usr/sbin/libvirtd is needed by cloud-agent-4.0-1.el6.x86_64 > > > >> ebtables is needed by cloud-agent-4.0-1.el6.x86_64 > > > >> jna is needed by cloud-agent-4.0-1.el6.x86_64 > > > >> jsvc is needed by cloud-agent-4.0-1.el6.x86_64 > > > >> kvm is needed by cloud-agent-4.0-1.el6.x86_64 > > > >> libvirt is needed by cloud-agent-4.0-1.el6.x86_64 > > > >> qemu-img is needed by cloud-agent-4.0-1.el6.x86_64 > > > >> PING is needed by cloud-baremetal-agent-4.0-1.el6.x86_64 > > > >> syslinux is needed by cloud-baremetal-agent-4.0- > 1.el6.x86_64 > > > >> tftp-server is needed by cloud-baremetal-agent-4.0- > > > 1.el6.x86_64 > > > >> xinetd is needed by cloud-baremetal-agent-4.0-1.el6.x86_64 > > > >> jsvc is needed by cloud-usage-4.0-1.el6.x86_64 > > > >> > > > >> After this I did a yum install of all these packages and they > got > > > installed except "jsvc" and "PING" > > > >> > > > >> Jsvc I downloaded from > > > "http://mirror.centos.org/centos/6/os/x86_64/Packages/jakarta- > > commons- > > > daemon-jsvc-1.0.1-8.9.el6.x86_64.rpm" > > > >> > > > >> But I cloudn't find PING anywhere on internet so left cloud- > > > baremetal-agent-4.0-1.el6.x86_64.rpm installation and proceeded > with > > > other (just for trial) . > > > >> > > > >> 4. cloud-setup-databases --- > > > >> > > > >> Cloud DB required file /usr/share/java/cloud-jasypt-1.8.jar was > > not > > > >> found > > > >> > > > >> Tried to implement what Edison had told that make sure > > > /usr/local/bin/cloud-setup-databases has "encryptionJarPath = > > > '/usr/share/java/jasypt-1.9.0.jar'" > > > >> > > > >> But couldn't find cloud-setup-databases in /usr/local/bin > > > >> > > > >> [root@rhel6 /]# ls /usr/local/bin > > > >> 2to3 easy_install easy_install-2.7 idle nosetests > > > >> nosetests-2.7 pip pip-2.7 pydoc python2.7 python2.7-config > > > >> smtpd.py > > > >> > > > >> Please let me know how to proceed with the installation. > > > >> > > > >> Thanks and regards, > > > >> Abhinav > > > >> > > > >> > > > >> > > > >> > > > >> > > > >> -----Original Message----- > > > >> From: Sudha Ponnaganti > > > >> Sent: Wednesday, September 05, 2012 11:30 AM > > > >> To: Sailaja Mada; Sowmya Krishnan; Abhinav Roy; Nilesh > > > >> Vishwakarma; Suresh Sadhu; Shweta Agarwal; Chandan Purushothama > > > >> Cc: Srinivas Vejalla; Will Chan; Ram Chinta > > > >> Subject: ASF 4.0 Testing Kick off > > > >> Importance: High > > > >> > > > >> Hi All, > > > >> > > > >> Below is ASF 4.0 drop which you can use to start validation. Pl > > > >> follow test plan from this location > > > >> > > https://cwiki.apache.org/confluence/display/CLOUDSTACK/ASF+CS+4.0+Q > > > >> A > > > >> > > > >> 1. Sailaja has sent instructions on how to select your test > > > >> case > > > execution set and update this test plan with the same. Also update > > > test results. We will track it at high level on progress and > > > completion timelines. > > > >> 2. Log defects on apache Jira > > > >> 3. Date to complete has shifted by 3-4 days that what > > > >> originally has > > > planned. See attached mail from Ewan - New GA date is Oct 2nd that > > > means testing should be wrapped up by 28th. > > > >> > > > >> Thanks > > > >> /sudha > > > >> > > > >> > > > >> > > > >> > > > >> -----Original Message----- > > > >> From: Edison Su > > > >> Sent: Tuesday, September 04, 2012 10:38 PM > > > >> To: Sheng Liang; Ewan Mellor; Alex Huang; Chiradeep Vittal > > > >> Cc: Sudha Ponnaganti > > > >> Subject: RE: rpm > > > >> > > > >> The installation guide: > > > >> 1. untar > > > >> 2. yum install tomcat6 at first 3. rpm -Uvh *.rpm The > > > >> cloud-setup-databases may not work, if it doesn't work, make > > > sure /usr/local/bin/cloud-setup-databases has "encryptionJarPath = > > > '/usr/share/java/jasypt-1.9.0.jar'" > > > >> > > > >> > > > >>> -----Original Message----- > > > >>> From: Sheng Liang > > > >>> Sent: Tuesday, September 04, 2012 10:34 PM > > > >>> To: Edison Su; Ewan Mellor; Alex Huang; Chiradeep Vittal > > > >>> Cc: Sudha Ponnaganti > > > >>> Subject: RE: rpm > > > >>> > > > >>> Thanks! > > > >>> > > > >>> Sudha, can someone in your team pick this drop up and give it > > > >>> a > > > spin > > > >>> tomorrow? We can then fix any blatant issues before the > official > > > RC1 > > > >>> drop. > > > >>> > > > >>> Sheng > > > >>> > > > >>> -----Original Message----- > > > >>> From: Edison Su > > > >>> Sent: Tuesday, September 04, 2012 10:33 PM > > > >>> To: Sheng Liang; Ewan Mellor; Alex Huang; Chiradeep Vittal > > > >>> Subject: RE: rpm > > > >>> > > > >>> Updated, ui should work now. The same > > > >>> address(nfs1.lab.vmops.com:/export/home/edison/asf4.0.rpm.tar) > > > >>> > > > >>>> -----Original Message----- > > > >>>> From: Sheng Liang > > > >>>> Sent: Tuesday, September 04, 2012 9:57 PM > > > >>>> To: Edison Su; Ewan Mellor; Alex Huang; Chiradeep Vittal > > > >>>> Subject: RE: rpm > > > >>>> > > > >>>> Can you test the RPM to make sure it works before giving it > > > >>>> to > > QA? > > > >>>> > > > >>>> Sheng > > > >>>> > > > >>>> -----Original Message----- > > > >>>> From: Edison Su > > > >>>> Sent: Tuesday, September 04, 2012 9:50 PM > > > >>>> To: Ewan Mellor; Sheng Liang; Alex Huang; Chiradeep Vittal > > > >>>> Subject: rpm > > > >>>> > > > >>>> nfs1.lab.vmops.com:/export/home/edison/asf4.0.rpm.tar > > > >>>> I manually fixed some issues when installing on RHEL 6.2, so > > > >>>> the > > > >>> build > > > >>>> may not work well.
