应付单序时薄界面,点击查询,切换查询方案时报错
金蝶云社区-云社区用户Z4cW8528
云社区用户Z4cW8528
3人赞赏了该文章 205次浏览 未经作者许可,禁止转载编辑于2019年06月24日 13:46:06
应付单序时薄界面,点击查询,切换查询方案时报错,求解决方案,谢谢各位大神。报错信息如下:
错误信息:null
错误详细堆栈信息:java.lang.NullPointerException: null


at: com.kingdee.eas.fi.ap.client.OtherBillQueryUI.loadData(OtherBillQueryUI.java:649)


at: com.kingdee.eas.base.commonquery.client.CommonQueryPanel.loadUserPanel(CommonQueryPanel.java:1649)


at: com.kingdee.eas.base.commonquery.client.CommonQueryPanel.setUserPanelDisplay(CommonQueryPanel.java:1571)


at: com.kingdee.eas.base.commonquery.client.CommonQueryPanel.loadSolutionInfo(CommonQueryPanel.java:2005)


at: com.kingdee.eas.base.commonquery.client.NewSolutionListPanel.loadSolution(NewSolutionListPanel.java:447)


at: com.kingdee.eas.base.commonquery.client.NewSolutionListPanel$2.valueChanged(NewSolutionListPanel.java:136)


at: javax.swing.JList.fireSelectionValueChanged(JList.java:1765)


at: javax.swing.JList$ListSelectionHandler.valueChanged(JList.java:1779)


at: javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:167)


at: javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSelectionModel.java:137)


at: javax.swing.DefaultListSelectionModel.setValueIsAdjusting(DefaultListSelectionModel.java:668)


at: javax.swing.JList.setValueIsAdjusting(JList.java:2110)


at: javax.swing.plaf.basic.BasicListUI$Handler.mouseReleased(BasicListUI.java:2784)


at: java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:273)


at: java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)


at: java.awt.Component.processMouseEvent(Component.java:6288)


at: javax.swing.JComponent.processMouseEvent(JComponent.java:3267)


at: java.awt.Component.processEvent(Component.java:6053)


at: java.awt.Container.processEvent(Container.java:2041)


at: java.awt.Component.dispatchEventImpl(Component.java:4651)


at: java.awt.Container.dispatchEventImpl(Container.java:2099)


at: java.awt.Component.dispatchEvent(Component.java:4481)


at: java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4577)


at: java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)


at: java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)


at: java.awt.Container.dispatchEventImpl(Container.java:2085)


at: java.awt.Window.dispatchEventImpl(Window.java:2478)


at: java.awt.Component.dispatchEvent(Component.java:4481)


at: java.awt.EventQueue.dispatchEventImpl(EventQueue.java:643)


at: java.awt.EventQueue.access$000(EventQueue.java:84)


at: java.awt.EventQueue$1.run(EventQueue.java:602)


at: java.awt.EventQueue$1.run(EventQueue.java:600)


at: java.security.AccessController.doPrivileged(Native Method)


at: java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)


at: java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)


at: java.awt.EventQueue$2.run(EventQueue.java:616)


at: java.awt.EventQueue$2.run(EventQueue.java:614)


at: java.security.AccessController.doPrivileged(Native Method)


at: java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)


at: java.awt.EventQueue.dispatchEvent(EventQueue.java:613)


at: com.kingdee.bos.invokecounter.RPCLogEventQueue.dispatchEvent(RPCLogEventQueue.java:176)


at: sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)


at: sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)


at: java.lang.reflect.Method.invoke(Method.java:597)


at: com.kingdee.eas.client.recorder.UserInputEventQueue.myDispatchEvent(UserInputEventQueue.java:126)


at: com.kingdee.eas.client.recorder.UserInputEventQueue.dispatchEvent(UserInputEventQueue.java:59)


at: java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)


at: java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)


at: java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)


at: java.awt.Dialog$1.run(Dialog.java:1046)


at: java.awt.Dialog$3.run(Dialog.java:1098)


at: java.security.AccessController.doPrivileged(Native Method)


at: java.awt.Dialog.show(Dialog.java:1096)


at: com.kingdee.bos.ctrl.swing.KDDialog.show(KDDialog.java:186)


at: com.kingdee.eas.base.uiframe.client.UIModelDialog.show(UIModelDialog.java:120)


at: com.kingdee.eas.base.commonquery.client.CommonQueryDialog.show(CommonQueryDialog.java:132)


at: com.kingdee.eas.framework.client.ListUI.showCommonQueryDialog(ListUI.java:5467)


at: com.kingdee.eas.framework.client.ListUI.actionQuery_actionPerformed(ListUI.java:5458)


at: com.kingdee.eas.fi.ap.client.OtherBillListUI.actionQuery_actionPerformed(OtherBillListUI.java:1675)


at: sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)


at: sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)


at: sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)


at: java.lang.reflect.Method.invoke(Method.java:597)


at: com.kingdee.bos.ui.face.ItemAction.reflectPerformAction(ItemAction.java:438)


at: com.kingdee.bos.ui.face.ItemAction.innerActionPerformed(ItemAction.java:396)