Maximo List Archive

This is an archive of the Maximo Yahoo Community. The content of this pages may be a sometimes obsolete so please check post dates.
Thanks to the community owner Christopher Wanko for providing the content.



Unable to change status of custom application which was made stateful

From: mahadevan.r (2015-06-29 02:28)

Hello Experts,
I created a custom application and made it stateful.Now,I am getting null pointer when trying to change the status of the record in custom application,.
Kindly help.Below is the error message
BMXAA4214E - An unknown error has occurred. null
[6/29/15 11:16:58:000 GST] 00000042 SystemErr R java.lang.NullPointerException
[6/29/15 11:16:58:001 GST] 00000042 SystemErr R at psdi.mbo.Translate.loadList(Translate.java:257)
[6/29/15 11:16:58:001 GST] 00000042 SystemErr R at psdi.mbo.Translate.getValuesVector(Translate.java:211)
[6/29/15 11:16:58:001 GST] 00000042 SystemErr R at psdi.mbo.Translate.toInternalString(Translate.java:178)
[6/29/15 11:16:58:001 GST] 00000042 SystemErr R at psdi.mbo.Translate.toInternalString(Translate.java:113)
[6/29/15 11:16:58:001 GST] 00000042 SystemErr R at psdi.mbo.StatefulMbo.checkDesiredStatus(StatefulMbo.java:496)
[6/29/15 11:16:58:002 GST] 00000042 SystemErr R at psdi.mbo.StatefulMbo.canChangeStatus(StatefulMbo.java:615)
[6/29/15 11:16:58:002 GST] 00000042 SystemErr R at psdi.mbo.StatefulMbo.canChangeStatus(StatefulMbo.java:597)
[6/29/15 11:16:58:002 GST] 00000042 SystemErr R at psdi.mbo.StatefulMbo.getStatusList(StatefulMbo.java:731)
[6/29/15 11:16:58:002 GST] 00000042 SystemErr R at psdi.mbo.StatefulMbo.getValidStatusList(StatefulMbo.java:702)
[6/29/15 11:16:58:002 GST] 00000042 SystemErr R at psdi.webclient.beans.common.StatefulAppBean.STATUSSUB(StatefulAppBean.java:52)
[6/29/15 11:16:58:002 GST] 00000042 SystemErr R at psdi.webclient.beans.common.StatefulAppBean.STATUS(StatefulAppBean.java:39)
[6/29/15 11:16:58:002 GST] 00000042 SystemErr R at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[6/29/15 11:16:58:002 GST] 00000042 SystemErr R at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
[6/29/15 11:16:58:003 GST] 00000042 SystemErr R at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
[6/29/15 11:16:58:003 GST] 00000042 SystemErr R at java.lang.reflect.Method.invoke(Method.java:611)
[6/29/15 11:16:58:003 GST] 00000042 SystemErr R at psdi.webclient.system.session.WebClientSession.defaultHandler(WebClientSession.java:1193)
[6/29/15 11:16:58:003 GST] 00000042 SystemErr R at psdi.webclient.system.session.WebClientSession.handleEvent(WebClientSession.java:1087)
[6/29/15 11:16:58:003 GST] 00000042 SystemErr R at psdi.webclient.system.session.WebClientSession.handleRequest(WebClientSession.java:700)
[6/29/15 11:16:58:003 GST] 00000042 SystemErr R at psdi.webclient.system.controller.RequestManager.manageRequest(RequestManager.java:101)
[6/29/15 11:16:58:003 GST] 00000042 SystemErr R at psdi.webclient.servlet.WebClientServlet.handleRequest(WebClientServlet.java:96)
[6/29/15 11:16:58:004 GST] 00000042 SystemErr R at psdi.webclient.servlet.WebClientServlet.doPost(WebClientServlet.java:45)
[6/29/15 11:16:58:004 GST] 00000042 SystemErr R at javax.servlet.http.HttpServlet.service(HttpServlet.java:738)
[6/29/15 11:16:58:004 GST] 00000042 SystemErr R at javax.servlet.http.HttpServlet.service(HttpServlet.java:831)
[6/29/15 11:16:58:004 GST] 00000042 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1657)
[6/29/15 11:16:58:004 GST] 00000042 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1597)
[6/29/15 11:16:58:004 GST] 00000042 SystemErr R at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:104)
[6/29/15 11:16:58:004 GST] 00000042 SystemErr R at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:77)
[6/29/15 11:16:58:005 GST] 00000042 SystemErr R at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:908)
[6/29/15 11:16:58:005 GST] 00000042 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:934)
[6/29/15 11:16:58:005 GST] 00000042 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:502)
[6/29/15 11:16:58:005 GST] 00000042 SystemErr R at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:179)
[6/29/15 11:16:58:005 GST] 00000042 SystemErr R at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:91)
[6/29/15 11:16:58:005 GST] 00000042 SystemErr R at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:864)
[6/29/15 11:16:58:005 GST] 00000042 SystemErr R at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1583)
[6/29/15 11:16:58:006 GST] 00000042 SystemErr R at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:186)
[6/29/15 11:16:58:006 GST] 00000042 SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:445)
[6/29/15 11:16:58:006 GST] 00000042 SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:504)
[6/29/15 11:16:58:006 GST] 00000042 SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:301)
[6/29/15 11:16:58:006 GST] 00000042 SystemErr R at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:83)
[6/29/15 11:16:58:006 GST] 00000042 SystemErr R at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:165)
[6/29/15 11:16:58:006 GST] 00000042 SystemErr R at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
[6/29/15 11:16:58:006 GST] 00000042 SystemErr R at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
[6/29/15 11:16:58:007 GST] 00000042 SystemErr R at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
[6/29/15 11:16:58:007 GST] 00000042 SystemErr R at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204)
[6/29/15 11:16:58:007 GST] 00000042 SystemErr R at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775)
[6/29/15 11:16:58:007 GST] 00000042 SystemErr R at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905)
[6/29/15 11:16:58:007 GST] 00000042 SystemErr R at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1604)
Regards,
Mahadevan.