You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Aaron Mulder (JIRA)" <de...@geronimo.apache.org> on 2006/04/25 16:29:07 UTC

[jira] Resolved: (GERONIMO-1910) NoSuchFieldError on deployment

     [ http://issues.apache.org/jira/browse/GERONIMO-1910?page=all ]
     
Aaron Mulder resolved GERONIMO-1910:
------------------------------------

    Resolution: Cannot Reproduce
     Assign To: Aaron Mulder

I cna't reproduce this.  A NoSuchFieldError indicates pretty clearly to me that you have not done a full build.  That means a class file refers to a field that doesn't exist (e.g. since an ancestor had the field removed and was recompiled but the child was not subsequently recompiled).

Please try "svn up && cd openejb && svn up && cd .. && maven clean new"

> NoSuchFieldError on deployment
> ------------------------------
>
>          Key: GERONIMO-1910
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1910
>      Project: Geronimo
>         Type: Bug
>     Security: public(Regular issues) 
>   Components: deployment
>     Versions: 1.1
>     Reporter: Sachin Patel
>     Assignee: Aaron Mulder
>     Priority: Blocker
>      Fix For: 1.1

>
> Since last night, (and i rebuilt this morning) I'm recieving the following message when deploying with CLI...
> java.lang.NoSuchFieldError: deployer
>         at org.apache.geronimo.deployment.plugin.local.DistributeCommand.run(DistributeCommand.java:56)
>         at java.lang.Thread.run(Thread.java:552) 
> The process hangs at this point.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira