Trouble with building cloudstack

2014-06-05 Thread Elapavuluri, Jaya
Hello,

I am currently working on cloudstack and have got few troubles while setting up 
the development environment.

I followed the steps given in : 
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Setting+up+CloudStack+Development+Environment+on+Linux

However, the following are the problems encountered while trying to build it.

Error1- It says failed to execute goal 
org.apache.maven.plugins:mavn-compiler-plugin-2.5.1:compile
Error1-Failed to execute javac but could not parse the error.
Error1-javac:invalid target release:1.7

I tried to figure out the problem but in vain. It would be great if you can 
help me out with this issue.

Thank you,
Smruthi Elapavuluri


installing cloudstack development environment with eclipse

2014-06-10 Thread Elapavuluri, Jaya
Hello,

I am trying to setup cloudstack development environment using eclipse. These 
are the errors I am encountering, Could someone help me out to resolve these?

Plugin execution not covered by lifecycle configuration: 
org.apache.maven.plugins:maven-checkstyle-plugin:2.11:check (execution: 
cloudstack-checkstyle, phase: validate)  pom.xml  
/cloud-framework-spring-lifecycle   line 16   Maven Project Build 
Lifecycle Mapping Problem
Missing artifact com.netapp:jndmp:jar:3.0 pom.xml  
/cloud-plugin-api-netapp   line 268Maven Dependency Problem


Unable to start primary and secondary storage instances

2014-06-13 Thread Elapavuluri, Jaya
Hello,

I am trying to run the cloudstack (4.4), where the following are warnings shown,

Unable to acquire lock on storage vm
WARN  [o.a.c.s.SecondaryStorageManagerImpl] (secstorage-1:ctx-23287615) 
Exception while trying to start secondary storage vm
java.lang.RuntimeException: Job failed due to exception Resource [Host:1] is 
unreachable: Host 1: Unable to start instance due to Unable to acquire lock on 
VMTemplateStoragePool: 66
   at 
com.cloud.vm.VmWorkJobDispatcher.runJob(VmWorkJobDispatcher.java:114)
   at 
org.apache.cloudstack.framework.jobs.impl.AsyncJobManagerImpl$5.runInContext(AsyncJobManagerImpl.java:503)
   at 
org.apache.cloudstack.managed.context.ManagedContextRunnable$1.run(ManagedContextRunnable.java:49)
   at 
org.apache.cloudstack.managed.context.impl.DefaultManagedContext$1.call(DefaultManagedContext.java:56)
   at 
org.apache.cloudstack.managed.context.impl.DefaultManagedContext.callWithContext(DefaultManagedContext.java:103)
   at 
org.apache.cloudstack.managed.context.impl.DefaultManagedContext.runWithContext(DefaultManagedContext.java:53)
   at 
org.apache.cloudstack.managed.context.ManagedContextRunnable.run(ManagedContextRunnable.java:46)
   at 
org.apache.cloudstack.framework.jobs.impl.AsyncJobManagerImpl$5.run(AsyncJobManagerImpl.java:460)
   at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
   at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   at java.lang.Thread.run(Thread.java:745)
INFO  [o.a.c.s.SecondaryStorageManagerImpl] (secstorage-1:ctx-23287615) Unable 
to start secondary storage vm for standby capacity, secStorageVm vm Id : 57, 
will recycle it and start a new one
INFO  [o.a.c.s.PremiumSecondaryStorageManagerImpl] (secstorage-1:ctx-23287615) 
Primary secondary storage is not even started, wait until next turn
INFO  [o.a.c.f.j.i.AsyncJobMonitor] (Work-Job-Executor-25:ctx-8555714b 
job-276/job-301) Remove job-301


Could some one help me on this.



Unable to build cloudstack.

2014-07-25 Thread Elapavuluri, Jaya
Hello,

I had setup cloudstack 4.4 environment which was running fine.

I recently did a git pull to get the updates after which when I tried to mvn 
clean install I was encountering with the following error.

Failed to execute goal 
org.apache.maven.plugins:maven-checkstyle-plugin:2.11:check 
(cloudstack-checkstyle) on project cloud-maven-standard: Execution 
cloudstack-checkstyle of goal 
org.apache.maven.plugins:maven-checkstyle-plugin:2.11:check failed: Plugin 
org.apache.maven.plugins:maven-checkstyle-plugin:2.11 or one of its 
dependencies could not be resolved: Failure to find 
org.apache.cloudstack:checkstyle:jar:4.4.1-SNAPSHOT in 
http://repository.apache.org/snapshots was cached in the local repository, 
resolution will not be reattempted until the update interval of 
apache.snapshots has elapsed or updates are forced -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn  -rf :cloud-maven-standard

Could someone please help out regarding this issue?



RE: Unable to build cloudstack.

2014-07-25 Thread Elapavuluri, Jaya
I did a git pull

-Original Message-
From: Erik Weber [mailto:terbol...@gmail.com] 
Sent: Friday, July 25, 2014 4:11 PM
To: dev
Subject: Re: Unable to build cloudstack.

Did you pull the branch or the tag?

Erik
25. juli 2014 21:18 skrev "Elapavuluri, Jaya" 
følgende:

> Hello,
>
> I had setup cloudstack 4.4 environment which was running fine.
>
> I recently did a git pull to get the updates after which when I tried 
> to mvn clean install I was encountering with the following error.
>
> Failed to execute goal
> org.apache.maven.plugins:maven-checkstyle-plugin:2.11:check
> (cloudstack-checkstyle) on project cloud-maven-standard: Execution 
> cloudstack-checkstyle of goal 
> org.apache.maven.plugins:maven-checkstyle-plugin:2.11:check failed: 
> Plugin
> org.apache.maven.plugins:maven-checkstyle-plugin:2.11 or one of its 
> dependencies could not be resolved: Failure to find 
> org.apache.cloudstack:checkstyle:jar:4.4.1-SNAPSHOT in 
> http://repository.apache.org/snapshots was cached in the local 
> repository, resolution will not be reattempted until the update 
> interval of apache.snapshots has elapsed or updates are forced -> 
> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, 
> re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, 
> please read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionExcep
> tion
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with 
> the command
> [ERROR]   mvn  -rf :cloud-maven-standard
>
> Could someone please help out regarding this issue?
>
>


building cloudstack

2014-07-28 Thread Elapavuluri, Jaya
Hello,



I had setup cloudstack 4.4 environment which was running fine.

I recently did a git pull to get the updates after which when I tried  to mvn 
-Pdeveloper -pl developer -Ddeploydb I was encountering with the following 
error.


[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:java 
(create-schema) on project cloud-developer: An exception occured while 
executing the Java class. null: InvocationTargetException: The end upgrade 
version is actually at 4.4.0 but our management server code version is at 
4.4.1-SNAPSHOT -> [Help 1]

However mvn -P developer,systemvm clean install gives a build success.

Can someone share their knowledge on this?


RE: building cloudstack

2014-07-28 Thread Elapavuluri, Jaya
Hi,
I am working on 4.4 branch.

-Original Message-
From: Rohit Yadav [mailto:rohit.ya...@shapeblue.com] 
Sent: Monday, July 28, 2014 5:10 PM
To: dev@cloudstack.apache.org
Subject: Re: building cloudstack

Hi Jaya,

Which branch are you on? It's a bug we'll fix it by placing an empty upgrade 
path for 4.4.1 version.

The upgrade paths are available only between released versions only, so it 
fails as there is no upgrade path for 4.4.1-SNAPSHOT.

Regards.

Elapavuluri, Jaya wrote:
> Hello,
>
>
>
> I had setup cloudstack 4.4 environment which was running fine.
>
> I recently did a git pull to get the updates after which when I tried  to mvn 
> -Pdeveloper -pl developer -Ddeploydb I was encountering with the following 
> error.
>
>
> [ERROR] Failed to execute goal 
> org.codehaus.mojo:exec-maven-plugin:1.2.1:java (create-schema) on 
> project cloud-developer: An exception occured while executing the Java 
> class. null: InvocationTargetException: The end upgrade version is 
> actually at 4.4.0 but our management server code version is at 
> 4.4.1-SNAPSHOT ->  [Help 1]
>
> However mvn -P developer,systemvm clean install gives a build success.
>
> Can someone share their knowledge on this?
>

--
Rohit Yadav
Software Architect, ShapeBlue
M. +41 779015219 | rohit.ya...@shapeblue.com
Blog: bhaisaab.org | Twitter: @_bhaisaab


Find out more about ShapeBlue and our range of CloudStack related services

IaaS Cloud Design & Build<http://shapeblue.com/iaas-cloud-design-and-build//>
CSForge – rapid IaaS deployment framework<http://shapeblue.com/csforge/>
CloudStack Consulting<http://shapeblue.com/cloudstack-consultancy/>
CloudStack Infrastructure 
Support<http://shapeblue.com/cloudstack-infrastructure-support/>
CloudStack Bootcamp Training Courses<http://shapeblue.com/cloudstack-training/>

This email and any attachments to it may be confidential and are intended 
solely for the use of the individual to whom it is addressed. Any views or 
opinions expressed are solely those of the author and do not necessarily 
represent those of Shape Blue Ltd or related companies. If you are not the 
intended recipient of this email, you must neither take any action based upon 
its contents, nor copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error. Shape Blue Ltd is a company 
incorporated in England & Wales. ShapeBlue Services India LLP is a company 
incorporated in India and is operated under license from Shape Blue Ltd. Shape 
Blue Brasil Consultoria Ltda is a company incorporated in Brasil and is 
operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is a company 
registered by The Republic of South Africa and is traded under license from 
Shape Blue Ltd. ShapeBlue is a registered trademark.


RE: building cloudstack

2014-07-29 Thread Elapavuluri, Jaya
So, is there any way the bug can be fixed??  

-Original Message-
From: Rohit Yadav [mailto:rohit.ya...@shapeblue.com] 
Sent: Monday, July 28, 2014 5:10 PM
To: dev@cloudstack.apache.org
Subject: Re: building cloudstack

Hi Jaya,

Which branch are you on? It's a bug we'll fix it by placing an empty upgrade 
path for 4.4.1 version.

The upgrade paths are available only between released versions only, so it 
fails as there is no upgrade path for 4.4.1-SNAPSHOT.

Regards.

Elapavuluri, Jaya wrote:
> Hello,
>
>
>
> I had setup cloudstack 4.4 environment which was running fine.
>
> I recently did a git pull to get the updates after which when I tried  to mvn 
> -Pdeveloper -pl developer -Ddeploydb I was encountering with the following 
> error.
>
>
> [ERROR] Failed to execute goal 
> org.codehaus.mojo:exec-maven-plugin:1.2.1:java (create-schema) on 
> project cloud-developer: An exception occured while executing the Java 
> class. null: InvocationTargetException: The end upgrade version is 
> actually at 4.4.0 but our management server code version is at 
> 4.4.1-SNAPSHOT ->  [Help 1]
>
> However mvn -P developer,systemvm clean install gives a build success.
>
> Can someone share their knowledge on this?
>

--
Rohit Yadav
Software Architect, ShapeBlue
M. +41 779015219 | rohit.ya...@shapeblue.com
Blog: bhaisaab.org | Twitter: @_bhaisaab


Find out more about ShapeBlue and our range of CloudStack related services

IaaS Cloud Design & Build<http://shapeblue.com/iaas-cloud-design-and-build//>
CSForge – rapid IaaS deployment framework<http://shapeblue.com/csforge/>
CloudStack Consulting<http://shapeblue.com/cloudstack-consultancy/>
CloudStack Infrastructure 
Support<http://shapeblue.com/cloudstack-infrastructure-support/>
CloudStack Bootcamp Training Courses<http://shapeblue.com/cloudstack-training/>

This email and any attachments to it may be confidential and are intended 
solely for the use of the individual to whom it is addressed. Any views or 
opinions expressed are solely those of the author and do not necessarily 
represent those of Shape Blue Ltd or related companies. If you are not the 
intended recipient of this email, you must neither take any action based upon 
its contents, nor copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error. Shape Blue Ltd is a company 
incorporated in England & Wales. ShapeBlue Services India LLP is a company 
incorporated in India and is operated under license from Shape Blue Ltd. Shape 
Blue Brasil Consultoria Ltda is a company incorporated in Brasil and is 
operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is a company 
registered by The Republic of South Africa and is traded under license from 
Shape Blue Ltd. ShapeBlue is a registered trademark.


RE: building cloudstack

2014-07-29 Thread Elapavuluri, Jaya
I did a git pull and tried but still I got the same error. 
I shall try once again and check. 

-Original Message-
From: Daan Hoogland [mailto:daan.hoogl...@gmail.com] 
Sent: Tuesday, July 29, 2014 4:06 PM
To: dev
Subject: Re: building cloudstack

Jaya, Did you update and try again? As Rohit said, a patch was submitted as fix 
for this.

On Tue, Jul 29, 2014 at 8:44 PM, Elapavuluri, Jaya 
 wrote:
> So, is there any way the bug can be fixed??
>
> -Original Message-
> From: Rohit Yadav [mailto:rohit.ya...@shapeblue.com]
> Sent: Monday, July 28, 2014 5:10 PM
> To: dev@cloudstack.apache.org
> Subject: Re: building cloudstack
>
> Hi Jaya,
>
> Which branch are you on? It's a bug we'll fix it by placing an empty upgrade 
> path for 4.4.1 version.
>
> The upgrade paths are available only between released versions only, so it 
> fails as there is no upgrade path for 4.4.1-SNAPSHOT.
>
> Regards.
>
> Elapavuluri, Jaya wrote:
>> Hello,
>>
>>
>>
>> I had setup cloudstack 4.4 environment which was running fine.
>>
>> I recently did a git pull to get the updates after which when I tried  to 
>> mvn -Pdeveloper -pl developer -Ddeploydb I was encountering with the 
>> following error.
>>
>>
>> [ERROR] Failed to execute goal
>> org.codehaus.mojo:exec-maven-plugin:1.2.1:java (create-schema) on 
>> project cloud-developer: An exception occured while executing the 
>> Java class. null: InvocationTargetException: The end upgrade version 
>> is actually at 4.4.0 but our management server code version is at 
>> 4.4.1-SNAPSHOT ->  [Help 1]
>>
>> However mvn -P developer,systemvm clean install gives a build success.
>>
>> Can someone share their knowledge on this?
>>
>
> --
> Rohit Yadav
> Software Architect, ShapeBlue
> M. +41 779015219 | rohit.ya...@shapeblue.com
> Blog: bhaisaab.org | Twitter: @_bhaisaab
>
>
> Find out more about ShapeBlue and our range of CloudStack related 
> services
>
> IaaS Cloud Design & 
> Build<http://shapeblue.com/iaas-cloud-design-and-build//>
> CSForge – rapid IaaS deployment 
> framework<http://shapeblue.com/csforge/>
> CloudStack Consulting<http://shapeblue.com/cloudstack-consultancy/>
> CloudStack Infrastructure 
> Support<http://shapeblue.com/cloudstack-infrastructure-support/>
> CloudStack Bootcamp Training 
> Courses<http://shapeblue.com/cloudstack-training/>
>
> This email and any attachments to it may be confidential and are intended 
> solely for the use of the individual to whom it is addressed. Any views or 
> opinions expressed are solely those of the author and do not necessarily 
> represent those of Shape Blue Ltd or related companies. If you are not the 
> intended recipient of this email, you must neither take any action based upon 
> its contents, nor copy or show it to anyone. Please contact the sender if you 
> believe you have received this email in error. Shape Blue Ltd is a company 
> incorporated in England & Wales. ShapeBlue Services India LLP is a company 
> incorporated in India and is operated under license from Shape Blue Ltd. 
> Shape Blue Brasil Consultoria Ltda is a company incorporated in Brasil and is 
> operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is a company 
> registered by The Republic of South Africa and is traded under license from 
> Shape Blue Ltd. ShapeBlue is a registered trademark.



--
Daan


RE: building cloudstack

2014-07-29 Thread Elapavuluri, Jaya
So this is the screen shot of the error I am getting.



This was after trying to start the management server mvn -pl :cloud-client-ui 
jetty:run -Dnoredist





[INFO] 

[ERROR] Failed to execute goal on project cloud-client-ui: Could not resolve 
dependencies for project 
org.apache.cloudstack:cloud-client-ui:war:4.4.1-SNAPSHOT: The following 
artifacts could not be resolved: 
org.apache.cloudstack:cloud-plugin-netapp:jar:4.4.1-SNAPSHOT, 
org.apache.cloudstack:cloud-plugin-network-f5:jar:4.4.1-SNAPSHOT, 
org.apache.cloudstack:cloud-plugin-network-srx:jar:4.4.1-SNAPSHOT, 
org.apache.cloudstack:cloud-plugin-hypervisor-vmware:jar:4.4.1-SNAPSHOT, 
org.apache.cloudstack:cloud-vmware-base:jar:4.4.1-SNAPSHOT, 
org.apache.cloudstack:cloud-plugin-network-cisco-vnmc:jar:4.4.1-SNAPSHOT, 
org.apache.cloudstack:cloud-plugin-database-mysqlha:jar:4.4.1-SNAPSHOT: Failure 
to find org.apache.cloudstack:cloud-plugin-netapp:jar:4.4.1-SNAPSHOT in 
http://repository.apache.org/snapshots was cached in the local repository, 
resolution will not be reattempted until the update interval of 
apache.snapshots has elapsed or updates are forced -> [Help 1]

[ERROR]

[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.

[ERROR] Re-run Maven using the -X switch to enable full debug logging.

[ERROR]

[ERROR] For more information about the errors and possible solutions, please 
read the following articles:

[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException









-Original Message-
From: Elapavuluri, Jaya [mailto:jaya.elapavul...@netapp.com]
Sent: Tuesday, July 29, 2014 2:44 PM
To: dev@cloudstack.apache.org
Subject: RE: building cloudstack



So, is there any way the bug can be fixed??



-Original Message-

From: Rohit Yadav [mailto:rohit.ya...@shapeblue.com]

Sent: Monday, July 28, 2014 5:10 PM

To: dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org>

Subject: Re: building cloudstack



Hi Jaya,



Which branch are you on? It's a bug we'll fix it by placing an empty upgrade 
path for 4.4.1 version.



The upgrade paths are available only between released versions only, so it 
fails as there is no upgrade path for 4.4.1-SNAPSHOT.



Regards.



Elapavuluri, Jaya wrote:

> Hello,

>

>

>

> I had setup cloudstack 4.4 environment which was running fine.

>

> I recently did a git pull to get the updates after which when I tried  to mvn 
> -Pdeveloper -pl developer -Ddeploydb I was encountering with the following 
> error.

>

>

> [ERROR] Failed to execute goal

> org.codehaus.mojo:exec-maven-plugin:1.2.1:java (create-schema) on

> project cloud-developer: An exception occured while executing the Java

> class. null: InvocationTargetException: The end upgrade version is

> actually at 4.4.0 but our management server code version is at

> 4.4.1-SNAPSHOT ->  [Help 1]

>

> However mvn -P developer,systemvm clean install gives a build success.

>

> Can someone share their knowledge on this?

>



--

Rohit Yadav

Software Architect, ShapeBlue

M. +41 779015219 | rohit.ya...@shapeblue.com<mailto:rohit.ya...@shapeblue.com>

Blog: bhaisaab.org | Twitter: @_bhaisaab





Find out more about ShapeBlue and our range of CloudStack related services



IaaS Cloud Design & 
Build<http://shapeblue.com/iaas-cloud-design-and-build//<http://shapeblue.com/iaas-cloud-design-and-build/>>

CSForge – rapid IaaS deployment framework<http://shapeblue.com/csforge/>

CloudStack Consulting<http://shapeblue.com/cloudstack-consultancy/>

CloudStack Infrastructure 
Support<http://shapeblue.com/cloudstack-infrastructure-support/>

CloudStack Bootcamp Training Courses<http://shapeblue.com/cloudstack-training/>



This email and any attachments to it may be confidential and are intended 
solely for the use of the individual to whom it is addressed. Any views or 
opinions expressed are solely those of the author and do not necessarily 
represent those of Shape Blue Ltd or related companies. If you are not the 
intended recipient of this email, you must neither take any action based upon 
its contents, nor copy or show it to anyone. Please contact the sender if you 
believe you have received this email in error. Shape Blue Ltd is a company 
incorporated in England & Wales. ShapeBlue Services India LLP is a company 
incorporated in India and is operated under license from Shape Blue Ltd. Shape 
Blue Brasil Consultoria Ltda is a company incorporated in Brasil and is 
operated under license from Shape Blue Ltd. ShapeBlue SA Pty Ltd is a company 
registered by The Republic of South Africa and is traded under license from 
Shape Blue Ltd. ShapeBlue is a registered trademark.


RE: building cloudstack

2014-07-30 Thread Elapavuluri, Jaya
I am getting the same error after throwing away the .m2 folder. 

It complains about resolving the dependencies for 4.4.1. Is there any other way 
I could go back? 

-Original Message-
From: Daan Hoogland [mailto:daan.hoogl...@gmail.com] 
Sent: Wednesday, July 30, 2014 3:28 AM
To: dev
Subject: Re: building cloudstack

did you run
$ git pull
$ mvn clean test install
before that?

if so you could try thowing away your ~/.m2/repositories dir.

On Wed, Jul 30, 2014 at 1:50 AM, Elapavuluri, Jaya 
 wrote:
> So this is the screen shot of the error I am getting.
>
>
>
> This was after trying to start the management server mvn -pl 
> :cloud-client-ui jetty:run -Dnoredist
>
>
>
>
>
> [INFO]
> --
> --
>
> [ERROR] Failed to execute goal on project cloud-client-ui: Could not 
> resolve dependencies for project
> org.apache.cloudstack:cloud-client-ui:war:4.4.1-SNAPSHOT: The 
> following artifacts could not be resolved:
> org.apache.cloudstack:cloud-plugin-netapp:jar:4.4.1-SNAPSHOT,
> org.apache.cloudstack:cloud-plugin-network-f5:jar:4.4.1-SNAPSHOT,
> org.apache.cloudstack:cloud-plugin-network-srx:jar:4.4.1-SNAPSHOT,
> org.apache.cloudstack:cloud-plugin-hypervisor-vmware:jar:4.4.1-SNAPSHO
> T, org.apache.cloudstack:cloud-vmware-base:jar:4.4.1-SNAPSHOT,
> org.apache.cloudstack:cloud-plugin-network-cisco-vnmc:jar:4.4.1-SNAPSH
> OT,
> org.apache.cloudstack:cloud-plugin-database-mysqlha:jar:4.4.1-SNAPSHOT:
> Failure to find 
> org.apache.cloudstack:cloud-plugin-netapp:jar:4.4.1-SNAPSHOT
> in http://repository.apache.org/snapshots was cached in the local 
> repository, resolution will not be reattempted until the update 
> interval of apache.snapshots has elapsed or updates are forced -> 
> [Help 1]
>
> [ERROR]
>
> [ERROR] To see the full stack trace of the errors, re-run Maven with 
> the -e switch.
>
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>
> [ERROR]
>
> [ERROR] For more information about the errors and possible solutions, 
> please read the following articles:
>
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionE
> xception
>
>
>
>
>
>
>
>
>
> -Original Message-
> From: Elapavuluri, Jaya [mailto:jaya.elapavul...@netapp.com]
> Sent: Tuesday, July 29, 2014 2:44 PM
> To: dev@cloudstack.apache.org
> Subject: RE: building cloudstack
>
>
>
> So, is there any way the bug can be fixed??
>
>
>
> -Original Message-
>
> From: Rohit Yadav [mailto:rohit.ya...@shapeblue.com]
>
> Sent: Monday, July 28, 2014 5:10 PM
>
> To: dev@cloudstack.apache.org
>
> Subject: Re: building cloudstack
>
>
>
> Hi Jaya,
>
>
>
> Which branch are you on? It's a bug we'll fix it by placing an empty 
> upgrade path for 4.4.1 version.
>
>
>
> The upgrade paths are available only between released versions only, 
> so it fails as there is no upgrade path for 4.4.1-SNAPSHOT.
>
>
>
> Regards.
>
>
>
> Elapavuluri, Jaya wrote:
>
>> Hello,
>
>>
>
>>
>
>>
>
>> I had setup cloudstack 4.4 environment which was running fine.
>
>>
>
>> I recently did a git pull to get the updates after which when I tried  
>> to mvn -Pdeveloper -pl developer -Ddeploydb I was encountering with 
>> the following error.
>
>>
>
>>
>
>> [ERROR] Failed to execute goal
>
>> org.codehaus.mojo:exec-maven-plugin:1.2.1:java (create-schema) on
>
>> project cloud-developer: An exception occured while executing the 
>> Java
>
>> class. null: InvocationTargetException: The end upgrade version is
>
>> actually at 4.4.0 but our management server code version is at
>
>> 4.4.1-SNAPSHOT ->  [Help 1]
>
>>
>
>> However mvn -P developer,systemvm clean install gives a build success.
>
>>
>
>> Can someone share their knowledge on this?
>
>>
>
>
>
> --
>
> Rohit Yadav
>
> Software Architect, ShapeBlue
>
> M. +41 779015219 | rohit.ya...@shapeblue.com
>
> Blog: bhaisaab.org | Twitter: @_bhaisaab
>
>
>
>
>
> Find out more about ShapeBlue and our range of CloudStack related 
> services
>
>
>
> IaaS Cloud Design &
> Build<http://shapeblue.com/iaas-cloud-design-and-build//>
>
> CSForge – rapid IaaS deployment 
> framework<http://shapeblue.com/csforge/>
>
> CloudStack Consulting<http://shapeblue.com/cloudstack-consultancy/>
>
> CloudStack Infrastructure
> Support<http://shapeblue.com/cloudstack-infrastructure-support/>
&

Revert Bacck

2014-08-04 Thread Elapavuluri, Jaya
Hello,

I am currently working on 4.4.1 and would like to revert back to 4.4. Could 
some one guide me with this.


Unable to add host exception

2014-08-07 Thread Elapavuluri, Jaya
I am trying to add a KVM host on to the Management server. However, I am 
getting an error while adding the host. It says unable to add the host.

The log at the management server says:
Discovery exception
error code list for exceptions
WARN  [o.a.c.a.c.a.h.AddHostCmd] (1690201491@qtp-794886538-14:ctx-7544e509 
ctx-fc750325) Exception:
com.cloud.exception.DiscoveryException: Unable to add the host
   at 
com.cloud.resource.ResourceManagerImpl.discoverHostsFull(ResourceManagerImpl.java:791)
   at 
com.cloud.resource.ResourceManagerImpl.discoverHosts(ResourceManagerImpl.java:586)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces

The log at the KVM host says:
2014-08-07 09:55:57,600 INFO  [utils.nio.NioClient] (Agent-Selector:null) 
Connecting to 192.168.182.149:8250
2014-08-07 09:57:00,600 WARN  [utils.nio.NioConnection] (Agent-Selector:null) 
Unable to connect to remote: is there a server running on port 8250
2014-08-07 09:57:05,601 INFO  [utils.nio.NioClient] (Agent-Selector:null) 
Connecting to 192.168.182.149:8250
2014-08-07 09:58:08,618 WARN  [utils.nio.NioConnection] (Agent-Selector:null) 
Unable to connect to remote: is there a server running on port 8250
2014-08-07 09:58:13,619 INFO  [utils.nio.NioClient] (Agent-Selector:null) 
Connecting to 192.168.182.149:8250
2014-08-07 09:59:16,630 WARN  [utils.nio.NioConnection] (Agent-Selector:null) 
Unable to connect to remote: is there a server running on port 8250
2014-08-07 09:59:21,631 INFO  [utils.nio.NioClient] (Agent-Selector:null) 
Connecting to 192.168.182.149:8250

Can someone give an insight into this?


RE: Unable to add host exception

2014-08-07 Thread Elapavuluri, Jaya
I think it was the problem with the firewall. 

-Original Message-
From: Amogh Vasekar [mailto:amogh.vase...@citrix.com] 
Sent: Thursday, August 07, 2014 3:00 PM
To: dev@cloudstack.apache.org
Subject: Re: Unable to add host exception

Firewall may be?
Can you telnet to the mentioned IP and port?

Amogh

On 8/7/14 11:43 AM, "Elapavuluri, Jaya" 
wrote:

>I am trying to add a KVM host on to the Management server. However, I 
>am getting an error while adding the host. It says unable to add the host.
>
>The log at the management server says:
>Discovery exception
>error code list for exceptions
>WARN  [o.a.c.a.c.a.h.AddHostCmd]
>(1690201491@qtp-794886538-14:ctx-7544e509 ctx-fc750325) Exception:
>com.cloud.exception.DiscoveryException: Unable to add the host
>   at
>com.cloud.resource.ResourceManagerImpl.discoverHostsFull(ResourceManage
>rIm
>pl.java:791)
>   at
>com.cloud.resource.ResourceManagerImpl.discoverHosts(ResourceManagerImp
>l.j
>ava:586)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
>Method)
>   at
>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
>57)
>   at
>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
>
>The log at the KVM host says:
>2014-08-07 09:55:57,600 INFO  [utils.nio.NioClient] 
>(Agent-Selector:null) Connecting to 192.168.182.149:8250
>2014-08-07 09:57:00,600 WARN  [utils.nio.NioConnection]
>(Agent-Selector:null) Unable to connect to remote: is there a server 
>running on port 8250
>2014-08-07 09:57:05,601 INFO  [utils.nio.NioClient] 
>(Agent-Selector:null) Connecting to 192.168.182.149:8250
>2014-08-07 09:58:08,618 WARN  [utils.nio.NioConnection]
>(Agent-Selector:null) Unable to connect to remote: is there a server 
>running on port 8250
>2014-08-07 09:58:13,619 INFO  [utils.nio.NioClient] 
>(Agent-Selector:null) Connecting to 192.168.182.149:8250
>2014-08-07 09:59:16,630 WARN  [utils.nio.NioConnection]
>(Agent-Selector:null) Unable to connect to remote: is there a server 
>running on port 8250
>2014-08-07 09:59:21,631 INFO  [utils.nio.NioClient] 
>(Agent-Selector:null) Connecting to 192.168.182.149:8250
>
>Can someone give an insight into this?



Unable to add ISO

2014-08-08 Thread Elapavuluri, Jaya
Hello,

I am trying to register an iso under the template-> iso section of cloudstack. 
I have given proper url link for the ISO. However, when I click on the iso, the 
Ready state: NO and the Status is not showing the download percentage.

Any insight on this matter?


Registering an ISO

2014-08-12 Thread Elapavuluri, Jaya
Hello,



I am trying to setup a development environment on my local server where 
cloudstack is running on Ubuntu installed on vmware workstation.



While I perform register an iso under the template-> iso section of cloudstack. 
I have given proper url link for the ISO. However, when I click on the iso, the 
Ready state: NO and the Status is not showing the download percentage.



The ssvm are running fine and the secondary storage is mounter from an nfs 
server . But checking the logs on the console, shows the following error:


There is no secondary storage VM for downloading template to image store 
secondary

Could some one point out the issue?