[ 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

Reply via email to