You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Sachin Patel <sp...@gmail.com> on 2006/11/14 16:59:43 UTC

build error

Is anyone else hitting the following?

[INFO]  
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]  
------------------------------------------------------------------------
[INFO] Unable to create configuration for deployment

org.apache.geronimo.gbean.GBeanInfo; local class incompatible: stream  
classdesc serialVersionUID = 1053655034244747613, local class  
serialVersionUID = -6198804067155550221



-sachin



Re: build error

Posted by Paul McMahan <pa...@gmail.com>.
I think Gianny fixed this a few days ago but you may have to delete
org/apache/geronimo from your local repo and rebuild.

Best wishes,
Paul

On 11/14/06, Sachin Patel <sp...@gmail.com> wrote:
> Is anyone else hitting the following?
>
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Unable to create configuration for deployment
>
> org.apache.geronimo.gbean.GBeanInfo; local class
> incompatible: stream classdesc serialVersionUID = 1053655034244747613, local
> class serialVersionUID = -6198804067155550221
>
>
> -sachin
>
>

Re: build error

Posted by Prasad Kashyap <go...@gmail.com>.
I saw this when building openejb, I think. I deleted openejb from my
local repo and rebuilt. Error gone.

Cheers
Prasad

On 11/14/06, Sachin Patel <sp...@gmail.com> wrote:
> Is anyone else hitting the following?
>
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Unable to create configuration for deployment
>
> org.apache.geronimo.gbean.GBeanInfo; local class
> incompatible: stream classdesc serialVersionUID = 1053655034244747613, local
> class serialVersionUID = -6198804067155550221
>
>
> -sachin
>
>

Re: build error

Posted by Paul McMahan <pa...@gmail.com>.
Jay, I got the same error and worked around it in the manner you
suggested, i.e. by building yoko locally.

Best wishes,
Paul

On 11/14/06, Jay D. McHugh <ja...@joyfulnoisewebdesign.com> wrote:
> Hello all.
>
> I didn't get that error, but I got a different one.
>
> Has the new yoko m2-snapshot been published?
>
> (I got an missing artifact error)
>
> [INFO] Failed to resolve artifact.
>
> Missing:
> ----------
> 1) org.apache.yoko:yoko-core:jar:1.0-incubating-M2-SNAPSHOT
>
>   Try downloading the file manually from the project website.
>
>   Then, install it using the command:
>       mvn install:install-file -DgroupId=org.apache.yoko
> -DartifactId=yoko-core \
>           -Dversion=1.0-incubating-M2-SNAPSHOT -Dpackaging=jar
> -Dfile=/path/to/file
>
>   Path to dependency:
>         1) org.apache.geronimo.configs:client-corba-yoko:car:1.2-SNAPSHOT
>         2) org.apache.yoko:yoko-core:jar:1.0-incubating-M2-SNAPSHOT
>
> ----------
> 1 required artifact is missing.
>
>
>
> I'm going to get around it by just building yoko myself though.
>
> Just to let folks know,
>
> Jay
>
>

Re: build error

Posted by Sachin Patel <sp...@gmail.com>.
After getting past the previous one, I'm hitting this now as well.

On Nov 14, 2006, at 11:32 AM, Jay D. McHugh wrote:

> Hello all.
>
> I didn't get that error, but I got a different one.
>
> Has the new yoko m2-snapshot been published?
>
> (I got an missing artifact error)
>
> [INFO] Failed to resolve artifact.
>
> Missing:
> ----------
> 1) org.apache.yoko:yoko-core:jar:1.0-incubating-M2-SNAPSHOT
>
>  Try downloading the file manually from the project website.
>
>  Then, install it using the command:
>      mvn install:install-file -DgroupId=org.apache.yoko - 
> DartifactId=yoko-core \
>          -Dversion=1.0-incubating-M2-SNAPSHOT -Dpackaging=jar - 
> Dfile=/path/to/file
>
>  Path to dependency:
>        1) org.apache.geronimo.configs:client-corba-yoko:car:1.2- 
> SNAPSHOT
>        2) org.apache.yoko:yoko-core:jar:1.0-incubating-M2-SNAPSHOT
>
> ----------
> 1 required artifact is missing.
>
>
>
> I'm going to get around it by just building yoko myself though.
>
> Just to let folks know,
>
> Jay
>


-sachin



Re: build error

Posted by "Jay D. McHugh" <ja...@joyfulnoisewebdesign.com>.
Hello all.

I didn't get that error, but I got a different one.

Has the new yoko m2-snapshot been published?

(I got an missing artifact error)

[INFO] Failed to resolve artifact.

Missing:
----------
1) org.apache.yoko:yoko-core:jar:1.0-incubating-M2-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.apache.yoko 
-DartifactId=yoko-core \
          -Dversion=1.0-incubating-M2-SNAPSHOT -Dpackaging=jar 
-Dfile=/path/to/file

  Path to dependency:
        1) org.apache.geronimo.configs:client-corba-yoko:car:1.2-SNAPSHOT
        2) org.apache.yoko:yoko-core:jar:1.0-incubating-M2-SNAPSHOT

----------
1 required artifact is missing.



I'm going to get around it by just building yoko myself though.

Just to let folks know,

Jay