dev@glassfish.java.net

Re: [v3] M1 build (b41) promoted - can't compile

From: Henry Story <Henry.Story_at_Sun.COM>
Date: Mon, 23 Mar 2009 18:12:55 +0100

Thanks Justin. I installed the 3.0-b41 branch. It works (after the
tremendously slow download of maven components).

When I build it by replacing

         <grizzly.version>1.9.8</grizzly.version>

with

         <grizzly.version>1.9.9</grizzly.version>

I get an error when trying to connect to the admin console as shown by
the pastebin here http://pastebin.com/m540bdfa6

Mar 23, 2009 5:22:16 PM com.sun.grizzly.Controller handleSelectException
SEVERE: doSelect exception
java.lang.NullPointerException
         at
com
.sun
.grizzly
.http
.SelectorThreadHandler.onAcceptInterest(SelectorThreadHandler.java:101)
         at
com.sun.grizzly.Controller.handleSelectedKeys(Controller.java:391)
         at com.sun.grizzly.Controller.doSelect(Controller.java:353)
         at
com.sun.grizzly.SelectorHandlerRunner.run(SelectorHandlerRunner.java:81)
         at
com.sun.grizzly.Controller.startSelectorHandlerRunner(Controller.java:
1144)
         at com.sun.grizzly.Controller.start(Controller.java:951)
         at
com.sun.grizzly.http.SelectorThread.startListener(SelectorThread.java:
1161)
         at
com.sun.grizzly.http.SelectorThread.run(SelectorThread.java:1012)
         at
com.sun.grizzly.http.SelectorThread.startEndpoint(SelectorThread.java:
1088)
         at
com
.sun
.enterprise
.v3
.services
.impl.GrizzlyServiceListener.start(GrizzlyServiceListener.java:84)
         at com.sun.enterprise.v3.services.impl.GrizzlyProxy
$1.run(GrizzlyProxy.java:211)

I need 1.9.9 grizzly, because it solves the bug here:

    https://glassfish.dev.java.net/issues/show_bug.cgi?id=6935

Any ideas how I can get this to work? Perhaps it's just a simple trick
I need to do.

        Henry



On 23 Mar 2009, at 14:22, Justin Lee wrote:

> That branch is really, really old. What you want is, I believe, https://glassfish-svn.dev.java.net/svn/glassfish-svn/tags/3.0-b41/
>
>
> Henry Story wrote:
>> I am trying to build M1 from source following the recipe on
>> http://wiki.glassfish.java.net/Wiki.jsp?page=V3FullBuildInstructions
>>
>> After checking out the code with
>>
>> $ svn co https://svn.dev.java.net/svn/glassfish-svn/branches/v3_prelude_m1
>> $ export MAVEN_OPTS=-Xmx512m
>> $ mvn -U -Prelease-phase1 install
>> $ mvn -U install
>>
>> fails as shown by the build log here
>>
>>
>>
>>
>>
>> Henry
>>
>>
>>
>> ------------------------------------------------------------------------
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>