It's all about the answers!

Ask a question

NPE with standard context root


Erik anderson (38315029) | asked Apr 02 '09, 10:13 p.m.
I'm using Websphere 6.1 with Jazz 2.0 Beta1. Using the Web UI, these url's work fine:
https://cc29.notesdev.ibm.com:9443/jazz/web
https://cc29.notesdev.ibm.com:9443/jazz/admin

but this one fails:
https://cc29.notesdev.ibm.com:9443/jazz

from SystemOut.log:
00000022 WebApp E -: java.lang.NullPointerException
at java.util.regex.Matcher.getTextLength(Matcher.java:1143)
at java.util.regex.Matcher.reset(Matcher.java:300)
at java.util.regex.Matcher.<init>(Matcher.java:221)
at java.util.regex.Pattern.matcher(Pattern.java:913)
at com.ibm.team.repository.servlet.AbstractTeamServerServlet.service(AbstractTeamServerServlet.java:1326)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at org.eclipse.equinox.http.registry.internal.ServletManager$ServletWrapper.service(ServletManager.java:180)
at org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90)
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111)
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:59)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at org.eclipse.equinox.servletbridge.BridgeServlet.service(BridgeServlet.java:115)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1075)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:550)
at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:478)
at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:90)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:744)
at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1455)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:115)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:458)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:387)
at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:102)
at com.ibm.ws.ssl.channel.impl.SSLReadServiceContext$SSLReadCompletedCallback.complete(SSLReadServiceContext.java:1818)
at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:195)
at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:743)
at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:873)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1473)

Any hint where to look?

2 answers



permanent link
Jorge Diaz (8664434) | answered Apr 03 '09, 5:13 a.m.
JAZZ DEVELOPER
Hi guys,

Found the same with 2.0M2.

Anyone has any idea?

Thanks.

Jorge.

permanent link
Matt Lavin (2.7k2) | answered Apr 06 '09, 11:42 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
The problem was originally reported in bug 71913 and was fixed in the M3
milestone. You can avoid the NPE by going direct to /jazz/web
or /jazz/admin.

-
Matt Lavin
Jazz Server Team


On Fri, 2009-04-03 at 09:18 +0000, jdiaz wrote:
Hi guys,

Found the same with 2.0M2.

Anyone has any idea?

Thanks.

Jorge.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.