dev@glassfish.java.net

Run-time errors with mvn gf:run

From: Tim Quinn <Timothy.Quinn_at_Sun.COM>
Date: Mon, 03 Mar 2008 17:25:20 -0600

When I try to use mvn gf:run now I get three errors like the one below,
one for the ports 4848, 8080, and 8181.

Is mvn gf:run supposed to still work?

- Tim

INFO: Listening on port 8080
Exception in thread "Thread-4" java.lang.NoSuchFieldError:
portUnificationFilter
        at
com.sun.enterprise.v3.services.impl.GrizzlyServiceListener.configureFilters(GrizzlyServiceListener.java:150)
        at
com.sun.grizzly.http.SelectorThread.initController(SelectorThread.java:673)
        at
com.sun.enterprise.v3.services.impl.GrizzlyServiceListener.initController(GrizzlyServiceListener.java:107)
        at
com.sun.grizzly.http.SelectorThread.initEndpoint(SelectorThread.java:825)
        at
com.sun.enterprise.v3.services.impl.GrizzlyProxy$1.run(GrizzlyProxy.java:246)