Hugo

Can you review this issue?

Animesh

> -----Original Message-----
> From: Pradeep Soundararajan (JIRA) [mailto:j...@apache.org]
> Sent: Friday, March 08, 2013 6:08 AM
> To: cloudstack-iss...@incubator.apache.org
> Subject: [jira] [Assigned] (CLOUDSTACK-1252) Failed to download default
> template in VMware
> 
> 
>      [ https://issues.apache.org/jira/browse/CLOUDSTACK-
> 1252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
> 
> Pradeep Soundararajan reassigned CLOUDSTACK-1252:
> -------------------------------------------------
> 
>     Assignee: Hugo Trippaers  (was: Pradeep Soundararajan)
> 
> Please decide shall we use "mvn -P awsapi,systemvm -Dnonoss package" in a
> cloud.spec as per my comments (since it resolves this issue during our
> testing) or are you interested in a different approach. Kindly let me know.
> 
> I have also stated already, we can use ./package.sh -o oss|nonoss to enable
> and disable them.
> 
> > Failed to download default template in VMware
> > ---------------------------------------------
> >
> >                 Key: CLOUDSTACK-1252
> >                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1252
> >             Project: CloudStack
> >          Issue Type: Bug
> >      Security Level: Public(Anyone can view this level - this is the 
> > default.)
> >          Components: KVM, VMware
> >    Affects Versions: 4.1.0
> >         Environment: CentOS6.3
> > 4.1 branch build
> > Hyper visor : VMware
> >            Reporter: Rayees Namathponnan
> >            Assignee: Hugo Trippaers
> >            Priority: Critical
> >             Fix For: 4.1.0
> >
> >         Attachments: cloud.rar
> >
> >
> > Step 1 : Created new build from 4.1 branch Step 2 : Install and
> > configured MS server on CentOS 6.3 Step 3 : Prepared system template
> > and created advanced zone Actual result System VM are created, but
> > "default templates" are not available in template section.
> >
> > I tried to started agent from SSVM, with command ">service
> > cloudstack-agent start" and failed,  but command ">service cloud
> > start" works If you look at the SSVM cloud.out
> > (/var/log/cloud/clout.out) you can see class not found exception
> > java.lang.ClassNotFoundException:
> > com.cloud.storage.resource.PremiumSecondaryStorageResource
> > + java -Djavax.net.ssl.trustStore=./certs/realhostip.keystore -mx168m
> > + -cp
> > + ./:./conf:aopalliance-1.0.jar:apache-log4j-extras-1.1.jar:aspectjrt-
> > + 1.7.1.jar:aspectjweaver-1.7.1.jar:aws-java-sdk-1.3.21.1.jar:backport
> > + -util-concurrent-3.1.jar:bcprov-jdk16-1.46.jar:cglib-nodep-2.2.2.jar
> > + :cloud-agent-4.1.0-SNAPSHOT.jar:cloud-api-4.1.0-SNAPSHOT.jar:cloud-c
> > + onsole-proxy-4.1.0-SNAPSHOT.jar:cloud-core-4.1.0-SNAPSHOT.jar:cloud-
> > + utils-4.1.0-SNAPSHOT.jar:commons-codec-1.6.jar:commons-collections-3
> > + .2.1.jar:commons-configuration-1.8.jar:commons-dbcp-1.4.jar:commons-
> > + discovery-0.5.jar:commons-httpclient-3.1.jar:commons-lang-2.6.jar:co
> > + mmons-logging-1.1.1.jar:commons-pool-1.6.jar:dom4j-1.6.1.jar:ehcache
> > + -1.5.0.jar:ejb-api-3.0.jar:gson-1.7.1.jar:guava-14.0-rc1.jar:httpcli
> > + ent-4.1.jar:httpcore-4.1.jar:jackson-core-asl-1.8.9.jar:jackson-mapp
> > + er-asl-1.8.9.jar:jasypt-1.9.0.jar:java-ipv6-0.8.jar:javassist-3.12.1
> > + .GA.jar:javax.inject-1.jar:javax.persistence-2.0.0.jar:jsch-0.1.42.j
> > + ar:jsr107cache-1.0.jar:log4j-1.2.16.jar:reflections-0.9.8.jar:spring
> > + -aop-3.1.2.RELEASE.jar:spring-asm-3.1.2.RELEASE.jar:spring-beans-3.1
> > + .2.RELEASE.jar:spring-context-3.1.2.RELEASE.jar:spring-core-3.1.2.RE
> > + LEASE.jar:spring-expression-3.1.2.RELEASE.jar:spring-web-3.1.2.RELEA
> > + SE.jar:trilead-ssh2-build213-svnkit-1.3-patch.jar:xml-apis-1.0.b2.ja
> > + r com.cloud.agent.AgentShell template=domP type=secstorage
> > + host=10.223.49.197 port=8250 name=s-3-VM zone=1 pod=1 guid=s-3-VM
> > +
> resource=com.cloud.storage.resource.PremiumSecondaryStorageResource
> > + instance=SecStorage sslcopy=true role=templateProcessor mtu=1500
> > + eth2ip=10.223.243.20 eth2mask=255.255.255.192 gateway=10.223.243.1
> > + public.network.device=eth2 eth0mask=0.0.0.0 eth0ip=0.0.0.0
> > + eth1ip=10.223.250.169 eth1mask=255.255.255.192
> > + mgmtcidr=10.223.49.192/26 localgw=10.223.250.129
> > + private.network.device=eth1 eth3ip=10.223.250.156
> > + eth3mask=255.255.255.192 storageip=10.223.250.156
> > + storagenetmask=255.255.255.192 storagegateway=10.223.250.129
> > + internaldns1=10.223.110.254 internaldns2=10.223.110.253
> > + dns1=72.52.126.11 dns2=72.52.126.12
> > log4j:WARN No appenders could be found for logger
> (org.apache.commons.httpclient.params.DefaultHttpParams).
> > log4j:WARN Please initialize the log4j system properly.
> > log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for
> more info.
> > Unable to start agent: Resource class not found:
> > com.cloud.storage.resource.PremiumSecondaryStorageResource due to:
> > java.lang.ClassNotFoundException:
> > com.cloud.storage.resource.PremiumSecondaryStorageResource
> > Attached cloud.out for reference
> 
> --
> This message is automatically generated by JIRA.
> If you think it was sent incorrectly, please contact your JIRA administrators
> For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to