You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Manikanta Kattamuri <ma...@sungard.com> on 2012/11/01 14:19:20 UTC

Is the present master broken

Hi,

Form yesterday I am finding that the master build is failing with
cloud-utils.



[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile
(default-compile) on project cloud-utils: Compilation failure: Compilation
failure:

[ERROR]
/root/cloudstack/incubator-cloudstack/utils/src/com/cloud/utils/component/ComponentLocator.java:[201,23]
cannot find symbol

[ERROR] symbol  : method
putAll(java.util.Map<java.lang.String,com.cloud.utils.component.ComponentLocator.ComponentInfo<com.cloud.utils.db.GenericDao<?,?>>>)

[ERROR] location: class
java.util.LinkedHashMap<java.lang.String,com.cloud.utils.component.ComponentLocator.ComponentInfo<com.cloud.utils.db.GenericDao<?,?
extends java.io.Serializable>>>

[ERROR]
/root/cloudstack/incubator-cloudstack/utils/src/com/cloud/utils/component/ComponentLocator.java:[721,27]
cannot find symbol

[ERROR] symbol  : method
putAll(java.util.Map<java.lang.String,com.cloud.utils.component.ComponentLocator.ComponentInfo<com.cloud.utils.db.GenericDao<?,?>>>)

[ERROR] location: class
java.util.LinkedHashMap<java.lang.String,com.cloud.utils.component.ComponentLocator.ComponentInfo<com.cloud.utils.db.GenericDao<?,?
extends java.io.Serializable>>>

[ERROR] -> [Help 1]

[ERROR]



Is it the same with everyone or am I missing something.



Mani.

Re: Is the present master broken

Posted by Rohit Yadav <ro...@citrix.com>.
Try cleaning your codebase, and drop tables on database?

On 01-Nov-2012, at 6:49 PM, Manikanta Kattamuri <ma...@sungard.com> wrote:

> Hi,
> 
> Form yesterday I am finding that the master build is failing with
> cloud-utils.
> 
> 
> 
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile
> (default-compile) on project cloud-utils: Compilation failure: Compilation
> failure:
> 
> [ERROR]
> /root/cloudstack/incubator-cloudstack/utils/src/com/cloud/utils/component/ComponentLocator.java:[201,23]
> cannot find symbol
> 
> [ERROR] symbol  : method
> putAll(java.util.Map<java.lang.String,com.cloud.utils.component.ComponentLocator.ComponentInfo<com.cloud.utils.db.GenericDao<?,?>>>)
> 
> [ERROR] location: class
> java.util.LinkedHashMap<java.lang.String,com.cloud.utils.component.ComponentLocator.ComponentInfo<com.cloud.utils.db.GenericDao<?,?
> extends java.io.Serializable>>>
> 
> [ERROR]
> /root/cloudstack/incubator-cloudstack/utils/src/com/cloud/utils/component/ComponentLocator.java:[721,27]
> cannot find symbol
> 
> [ERROR] symbol  : method
> putAll(java.util.Map<java.lang.String,com.cloud.utils.component.ComponentLocator.ComponentInfo<com.cloud.utils.db.GenericDao<?,?>>>)
> 
> [ERROR] location: class
> java.util.LinkedHashMap<java.lang.String,com.cloud.utils.component.ComponentLocator.ComponentInfo<com.cloud.utils.db.GenericDao<?,?
> extends java.io.Serializable>>>
> 
> [ERROR] -> [Help 1]
> 
> [ERROR]
> 
> 
> 
> Is it the same with everyone or am I missing something.
> 
> 
> 
> Mani.


RE: Is the present master broken

Posted by Manikanta Kattamuri <ma...@sungard.com>.
Ya, I solved it with a full developer clean

Mani

-----Original Message-----
From: Satoshi Kobayashi [mailto:satoshi-k@stratosphere.co.jp]
Sent: Friday, November 02, 2012 9:19 AM
To: cloudstack-dev@incubator.apache.org
Subject: Re: Is the present master broken

Hi Manikanta,

I looked at the same error before.
At that time, I was mistaken in the build procedure.
In the build procedure on master, Ant is not used already.
I think that it is maybe the cause.

https://cwiki.apache.org/CLOUDSTACK/building-with-maven.html

Thanks,
Satoshi

2012/11/1 Manikanta Kattamuri <ma...@sungard.com>:
> Hi,
>
> Form yesterday I am finding that the master build is failing with
> cloud-utils.
>
>
>
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile
> (default-compile) on project cloud-utils: Compilation failure:
> Compilation
> failure:
>
> [ERROR]
> /root/cloudstack/incubator-cloudstack/utils/src/com/cloud/utils/compon
> ent/ComponentLocator.java:[201,23]
> cannot find symbol
>
> [ERROR] symbol  : method
> putAll(java.util.Map<java.lang.String,com.cloud.utils.component.Compon
> entLocator.ComponentInfo<com.cloud.utils.db.GenericDao<?,?>>>)
>
> [ERROR] location: class
>
java.util.LinkedHashMap<java.lang.String,com.cloud.utils.component.Compone
ntLocator.ComponentInfo<com.cloud.utils.db.GenericDao<?,?
> extends java.io.Serializable>>>
>
> [ERROR]
> /root/cloudstack/incubator-cloudstack/utils/src/com/cloud/utils/compon
> ent/ComponentLocator.java:[721,27]
> cannot find symbol
>
> [ERROR] symbol  : method
> putAll(java.util.Map<java.lang.String,com.cloud.utils.component.Compon
> entLocator.ComponentInfo<com.cloud.utils.db.GenericDao<?,?>>>)
>
> [ERROR] location: class
>
java.util.LinkedHashMap<java.lang.String,com.cloud.utils.component.Compone
ntLocator.ComponentInfo<com.cloud.utils.db.GenericDao<?,?
> extends java.io.Serializable>>>
>
> [ERROR] -> [Help 1]
>
> [ERROR]
>
>
>
> Is it the same with everyone or am I missing something.
>
>
>
> Mani.



--
Satoshi Kobayashi <sa...@stratosphere.co.jp>

Re: Is the present master broken

Posted by Satoshi Kobayashi <sa...@stratosphere.co.jp>.
Hi Manikanta,

I looked at the same error before.
At that time, I was mistaken in the build procedure.
In the build procedure on master, Ant is not used already.
I think that it is maybe the cause.

https://cwiki.apache.org/CLOUDSTACK/building-with-maven.html

Thanks,
Satoshi

2012/11/1 Manikanta Kattamuri <ma...@sungard.com>:
> Hi,
>
> Form yesterday I am finding that the master build is failing with
> cloud-utils.
>
>
>
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile
> (default-compile) on project cloud-utils: Compilation failure: Compilation
> failure:
>
> [ERROR]
> /root/cloudstack/incubator-cloudstack/utils/src/com/cloud/utils/component/ComponentLocator.java:[201,23]
> cannot find symbol
>
> [ERROR] symbol  : method
> putAll(java.util.Map<java.lang.String,com.cloud.utils.component.ComponentLocator.ComponentInfo<com.cloud.utils.db.GenericDao<?,?>>>)
>
> [ERROR] location: class
> java.util.LinkedHashMap<java.lang.String,com.cloud.utils.component.ComponentLocator.ComponentInfo<com.cloud.utils.db.GenericDao<?,?
> extends java.io.Serializable>>>
>
> [ERROR]
> /root/cloudstack/incubator-cloudstack/utils/src/com/cloud/utils/component/ComponentLocator.java:[721,27]
> cannot find symbol
>
> [ERROR] symbol  : method
> putAll(java.util.Map<java.lang.String,com.cloud.utils.component.ComponentLocator.ComponentInfo<com.cloud.utils.db.GenericDao<?,?>>>)
>
> [ERROR] location: class
> java.util.LinkedHashMap<java.lang.String,com.cloud.utils.component.ComponentLocator.ComponentInfo<com.cloud.utils.db.GenericDao<?,?
> extends java.io.Serializable>>>
>
> [ERROR] -> [Help 1]
>
> [ERROR]
>
>
>
> Is it the same with everyone or am I missing something.
>
>
>
> Mani.



-- 
Satoshi Kobayashi <sa...@stratosphere.co.jp>