Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: java.lang.OutOfMemoryError causes crash

48 views
Skip to first unread message

parare...@gmail.com

unread,
Nov 28, 2007, 12:53:12 PM11/28/07
to
I detected the problem.<br />
<br />
It was a bug in the code that caused the database to hang. All the other applications connected to that database crashed also.<br />
<br />
I appreciate the help.<br />
<br />
Thanks,<br />
Nuno

mkq...@motorola.com

unread,
Feb 15, 2008, 4:54:58 AM2/15/08
to
Hi Nuno,<br />
<br />
We are receiving the same error. How can i contact you to discuss about this code bug? How did you solve this problem?<br />
<br />
Thanks in advance,<br />
<br />
Rgds,<br />
<br />
Eymen GUNAYDIN<br />
<br />
eym...@gmail.com

pradee...@gmail.com

unread,
Dec 15, 2008, 5:15:48 PM12/15/08
to
We are having the same problem. How did you find the bug ? How did you detected it?

Any information is highly appreciated.

pradee...@gmail.com

unread,
Dec 15, 2008, 5:19:49 PM12/15/08
to

deepat...@gmail.com

unread,
Mar 2, 2009, 5:22:41 AM3/2/09
to
Hi can somebody help me by providing any suggestion to the below problem....

[3/2/09 5:18:05:213 EST] 0000002d ServletWrappe E SRVE0068E: Uncaught exception thrown in one of the service methods of the servlet: /welcome.jsp. Exception thrown : java.lang.NullPointerException
at org.apache.struts.taglib.TagUtils.computeURLWithCharEncoding(TagUtils.java:428)
at org.apache.struts.taglib.TagUtils.computeURLWithCharEncoding(TagUtils.java:311)
at org.apache.struts.taglib.logic.RedirectTag.generateRedirectURL(RedirectTag.java:294)
at org.apache.struts.taglib.logic.RedirectTag.doEndTag(RedirectTag.java:268)
at com.ibm._jsp._welcome._jspx_meth_logic_redirect_0(_welcome.java:96)
at com.ibm._jsp._welcome._jspService(_welcome.java:70)
at com.ibm.ws.jsp.runtime.HttpJspBase.service(HttpJspBase.java:87)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:995)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:930)
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:118)
at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:87)
at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:766)
at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:674)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:498)
at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:464)
at com.ibm.wsspi.webcontainer.servlet.GenericServletWrapper.handleRequest(GenericServletWrapper.java:122)
at com.ibm.ws.jsp.webcontainerext.AbstractJSPExtensionServletWrapper.handleRequest(AbstractJSPExtensionServletWrapper.java:225)
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:321)
at com.ibm.ws.webcontainer.servlet.FilterProxyServlet.dispatch(FilterProxyServlet.java:73)
at com.ibm.ws.webcontainer.servlet.FilterProxyServlet.service(FilterProxyServlet.java:52)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:995)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:930)
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:118)
at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:87)
at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:766)
at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:674)
at com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:689)
at com.ibm.ws.wswebcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:101)
at com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.invokeFilters(DefaultExtensionProcessor.java:791)
at com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest(DefaultExtensionProcessor.java:563)
at com.ibm.ws.wswebcontainer.extension.DefaultExtensionProcessor.handleRequest(DefaultExtensionProcessor.java:113)
at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3276)
at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:267)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:811)
at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1455)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:113)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:454)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:383)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:263)
at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214)
at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)
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:1469)

Ken Hygh

unread,
Mar 2, 2009, 5:51:03 AM3/2/09
to
deepat...@gmail.com wrote:
> Hi can somebody help me by providing any suggestion to the below problem....
>
> [3/2/09 5:18:05:213 EST] 0000002d ServletWrappe E SRVE0068E: Uncaught exception thrown in one of the service methods of the servlet: /welcome.jsp. Exception thrown : java.lang.NullPointerException
> at org.apache.struts.taglib.TagUtils.computeURLWithCharEncoding(TagUtils.java:428)

[snip]

Make sure you don't have struts libraries in your EAR file.

Given that stacktrace, this may have something to do with character
encoding, you might try with a browser that's known to be running on an
english machine. You might also check the language settings on the
server box.

If all this looks like it should work (you're not trying to serve only
say Thai from a Chinese-only server), you might need to open a PMR with IBM.

Ken

0 new messages