java null pointer exception

digitalfallout

Active Member
We get these errors in our websphere logs which makes the jas server unusable, anyone seen these errors or knows what it means

the only option is to restart the server




[3/30/10 12:40:49:418 PDT] 0000005c SystemErr R java.lang.NullPointerException
[3/30/10 12:40:49:418 PDT] 0000005b SystemErr R at com.jdedwards.runtime.engine.form.HeaderlessDetailEngine.initializeForm(Unknown Source)
[3/30/10 12:40:49:418 PDT] 0000005c SystemErr R at com.jdedwards.jas.UserSession.getResourceBundle(Unknown Source)
[3/30/10 12:40:49:418 PDT] 0000005b SystemErr R at com.jdedwards.runtime.vtcomponent.form.VTForm.windowDidShow(Unknown Source)
[3/30/10 12:40:49:418 PDT] 0000005c SystemErr R at com.jdedwards.jas.ServletProxy.callServerComponent(Unknown Source)
[3/30/10 12:40:49:418 PDT] 0000005b SystemErr R at com.jdedwards.runtime.virtual.OWVirtual.showWindow(Unknown Source)
[3/30/10 12:40:49:418 PDT] 0000005c SystemErr R at com.jdedwards.jas.ServletProxy.servletProxy(Unknown Source)
[3/30/10 12:40:49:418 PDT] 0000005b SystemErr R at com.jdedwards.runtime.virtual.OWVirtual.startForm(Unknown Source)
[3/30/10 12:40:49:418 PDT] 0000005c SystemErr R at com.jdedwards.jas.ServletProxy.dispatch(Unknown Source)
[3/30/10 12:40:49:418 PDT] 0000005b SystemErr R at com.jdedwards.runtime.virtual.SystemEventProcessor.processOpenFormEvent(Unknown Source)
[3/30/10 12:40:49:418 PDT] 0000005b SystemErr R at com.jdedwards.runtime.virtual.SystemEventProcessor.processVTSystemEvent(Unknown Source)
[3/30/10 12:40:49:418 PDT] 0000005c SystemErr R at com.jdedwards.jas.net.NetConnection.callJAS(Unknown Source)
[3/30/10 12:40:49:418 PDT] 0000005b SystemErr R at com.jdedwards.runtime.virtual.OWVirtual.processVTEvent(Unknown Source)
[3/30/10 12:40:49:418 PDT] 0000005c SystemErr R at com.jdedwards.jas.net.NetManager.processRequest(Unknown Source)
[3/30/10 12:40:49:418 PDT] 0000005b SystemErr R at com.jdedwards.runtime.virtual.OWVirtual.processEventLoop(Unknown Source)
[3/30/10 12:40:49:418 PDT] 0000005c SystemErr R at com.jdedwards.jas.net.NetManager.callJAS(Unknown Source)
[3/30/10 12:40:49:418 PDT] 0000005b SystemErr R at com.jdedwards.runtime.virtual.OWVirtual.run(Unknown Source)
[3/30/10 12:40:49:418 PDT] 0000005c SystemErr R at com.jdedwards.jas.net.NetManager.callJAS(Unknown Source)
[3/30/10 12:40:49:418 PDT] 0000005b SystemErr R at com.jdedwards.base.util.ThreadPool$WorkerThread.run(Unknown Source)
[3/30/10 12:40:49:418 PDT] 0000005c SystemErr R at com.jdedwards.jas.net.NetManager.callTableIO(Unknown Source)
 
Back
Top