Hi Leshek,

the WAR file provided by the firstSteps page contains the archives of
the API, NRE and servlet extension. These archives have been compiled
1 week ago, thus after the fix. Could you tell us if you are using
this WAR file or another one?


best regards,
Thierry Boileau

On Wed, Feb 27, 2008 at 8:21 PM, Jerome Louvel <[EMAIL PROTECTED]> wrote:
>
>  Hi all,
>
>  Right, this is a regression that was introduced in 1.1 M1. There is an
>  updated snapshot that is available here:
>  http://www.restlet.org/downloads/archives/1.1/restlet-1.1-SNAPSHOT.zip
>
>  Otherwise, we hope to release 1.1 M2 soon now (only two issues pending)...
>
>  Best regards,
>  Jerome
>
>  > -----Message d'origine-----
>  > De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
>  > Envoyé : mercredi 27 février 2008 20:18
>  > À : discuss@restlet.tigris.org
>  > Objet : Re: First Steps - problems
>
>
> >
>  > If I remeber right, we've had this exception already. Do you use n
>  > actual version?
>  >
>  > regards
>  >    Stephan
>  >
>  > Leshek schrieb:
>  > > Thank you, a step forward.  Any on what is wrong now?  I get:
>  > >
>  > > [2/27/08 10:37:41:796 PST] 00000024 ServletWrappe E
>  > SRVE0100E: Did not
>  > > realize  init() exception thrown by servlet RestletServlet:
>  > > java.lang.NullPointerException
>  > >    at
>  > >
>  > java.util.concurrent.CopyOnWriteArrayList.<init>(CopyOnWriteAr
>  > rayList.java:84)
>  > >    at org.restlet.Connector.<init>(Connector.java:69)
>  > >    at org.restlet.Client.<init>(Client.java:49)
>  > >    at
>  > >
>  > com.noelios.restlet.ext.servlet.ServletWarClient.<init>(Servle
>  > tWarClient.java:52)
>  > >    at
>  > >
>  > com.noelios.restlet.ext.servlet.ServerServlet.createApplicatio
>  > n(ServerServlet.java:215)
>  > >    at
>  > >
>  > com.noelios.restlet.ext.servlet.ServerServlet.getApplication(S
>  > erverServlet.java:313)
>  > >    at
>  > >
>  > com.noelios.restlet.ext.servlet.ServerServlet.init(ServerServl
>  > et.java:418)
>  > >    at javax.servlet.GenericServlet.init(GenericServlet.java:256)
>  > >    at
>  > >
>  > com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWra
>  > pper.java:185)
>  > >    at
>  > >
>  > com.ibm.ws.wswebcontainer.servlet.ServletWrapper.init(ServletW
>  > rapper.java:316)
>  > >    at
>  > >
>  > com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(S
>  > ervletWrapper.java:341)
>  > >    at
>  > >
>  > com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest
>  > (ServletWrapper.java:463)
>  > >    at
>  > com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3129)
>  > >    at
>  > >
>  > com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup
>  > .java:238)
>  > >    at
>  > >
>  > com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContaine
>  > r.java:811)
>  > >    at
>  > >
>  > com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContai
>  > ner.java:1433)
>  > >    at
>  > >
>  > com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelL
>  > ink.java:93)
>  > >    at
>  > >
>  > com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDis
>  > crimination(HttpInboundLink.java:465)
>  > >    at
>  > >
>  > com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNew
>  > Information(HttpInboundLink.java:394)
>  > >    at
>  > >
>  > com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(Htt
>  > pInboundLink.java:274)
>  > >    at
>  > >
>  > com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.s
>  > endToDiscriminators(NewConnectionInitialReadCallback.java:214)
>  > >    at
>  > >
>  > com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.c
>  > omplete(NewConnectionInitialReadCallback.java:113)
>  > >    at
>  > >
>  > com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCo
>  > mpleted(AioReadCompletionListener.java:152)
>  > >    at
>  > >
>  > com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAs
>  > yncFuture.java:213)
>  > >    at
>  > >
>  > com.ibm.io.async.AbstractAsyncFuture.fireCompletionActions(Abs
>  > tractAsyncFuture.java:195)
>  > >    at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
>  > >    at
>  > com.ibm.io.async.ResultHandler.complete(ResultHandler.java:194)
>  > >    at
>  > >
>  > com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHa
>  > ndler.java:741)
>  > >    at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:863)
>  > >    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1510)
>  > >
>  > > [2/27/08 10:37:41:812 PST] 00000024 ServletWrappe E
>  > Deregister the mbean
>  > > because of uncaught init() exception thrown by servlet
>  > RestletServlet:
>  > > javax.servlet.ServletException: SRVE0207E: Uncaught
>  > initialization exception
>  > > thrown by servlet
>  > >    at
>  > >
>  > com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWra
>  > pper.java:237)
>  > >    at
>  > >
>  > com.ibm.ws.wswebcontainer.servlet.ServletWrapper.init(ServletW
>  > rapper.java:316)
>  > >    at
>  > >
>  > com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(S
>  > ervletWrapper.java:341)
>  > > .......
>  > >
>  > >
>  > >
>  > >
>
>

Reply via email to