Bruno Rodrigues de Castro
Bronze DIVISÃO 2 , Contador(a)Bom dia a todos.
Estou tentando emitir um DANFE e tenho o seguinte erro:
null
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at br.gov.sp.fazenda.dsge.view.util.DSGEViewControllerHelper.getControllerFromView(DSGEViewControllerHelper.java:73)
at br.gov.sp.fazenda.dsen.view.EmitirDanfeGUI.bindController(EmitirDanfeGUI.java:331)
at br.gov.sp.fazenda.dsen.view.EmitirDanfeGUI.a(EmitirDanfeGUI.java:62)
at br.gov.sp.fazenda.dsen.view.EmitirDanfeGUI.<init>(EmitirDanfeGUI.java:48)
at br.gov.sp.fazenda.dsen.controller.PesquisarNotaFiscalController.a(PesquisarNotaFiscalController.java:682)
at br.gov.sp.fazenda.dsen.controller.PesquisarNotaFiscalController.actionPerformed(PesquisarNotaFiscalController.java:837)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$200(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Caused by: java.lang.NumberFormatException: For input string: "false"
at java.lang.NumberFormatException.forInputString(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at br.gov.sp.fazenda.dsen.model.business.util.DSENBusinessConverter.getSelecaoDanfeTO(DSENBusinessConverter.java:1390)
at br.gov.sp.fazenda.dsen.model.business.DanfeBusiness.carregarSelecaoImpressaoDanfe(DanfeBusiness.java:100)
at br.gov.sp.fazenda.dsen.model.business.DanfeBusiness$$EnhancerByCGLIB$$c5adffb.CGLIB$carregarSelecaoImpressaoDanfe$1(<generated>)
at br.gov.sp.fazenda.dsen.model.business.DanfeBusiness$$EnhancerByCGLIB$$c5adffb$$FastClassByCGLIB$$88e98e8.invoke(<generated>)
at net.sf.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:167)
at br.gov.sp.fazenda.dsge.model.dao.util.DSGEDAOInterceptorHelper.intercept(DSGEDAOInterceptorHelper.java:66)
at br.gov.sp.fazenda.dsen.model.business.DanfeBusiness$$EnhancerByCGLIB$$c5adffb.carregarSelecaoImpressaoDanfe(<generated>)
at br.gov.sp.fazenda.dsen.model.facade.NotaFiscalFacade.carregarSelecaoImpressaoDanfe(NotaFiscalFacade.java:572)
at br.gov.sp.fazenda.dsen.controller.EmitirDanfeController.c(EmitirDanfeController.java:195)
at br.gov.sp.fazenda.dsen.controller.EmitirDanfeController.<init>(EmitirDanfeController.java:58)
... 46 more
Gostaria que alguém me ajudasse urgente. Pois necessito imprimir esta nota.
Desde já agradeço.