x

FÓRUM CONTÁBEIS

TECNOLOGIA CONTÁBIL

respostas 6

acessos 2.954

Emissor gratuito - Erro inesperado

Leandro Malgarise

Leandro Malgarise

Prata DIVISÃO 3 , Analista Fiscal
há 9 anos Sexta-Feira | 15 janeiro 2016 | 09:17

Bom dia,


alguém esta com problemas com a nova versão do emissor gratuito de nfe? tenho alguns clientes reclamando que não consegue acessar a aba "Cadastro de produtos".


Alguém conseguiu arrumar?

Guilherme Heiderichi

Guilherme Heiderichi

Ouro DIVISÃO 1 , Consultor(a)
há 9 anos Sexta-Feira | 15 janeiro 2016 | 09:25

Bom dia Leandro,

Aqui aparentemente está normal, a empresa emitente deve estar selecionada "Emitente/Selecionar Emitente/Iniciar", após isso "Cadastro/Produtos" ou utilize o atalho [Ctrl+Shift+P].
Peça para eles detalharem o problema: aparece mensagem de erro?; o campo está oculto/não consegue clicar? ou o erro é só na hora de grava o produto?

Atenciosamente,
Guilherme Heiderichi Correia - Contador/CRCSP - Especialista em Controladoria e Finanças
Foco em Incorporação, Construção e Serviços
Instagram: @newyorkcontabilidade
Leandro Malgarise

Leandro Malgarise

Prata DIVISÃO 3 , Analista Fiscal
há 9 anos Sexta-Feira | 15 janeiro 2016 | 10:47

Guilherme Heiderichi

quando abrir o emissor ele pede para atualizar (autualização opcional), eu fiz isso também e quando tento acessar a aba de cadastro de produtos, da o seguinte erro:

*OBSERVAÇÃO: É apenas a aba de cadastro de produtos que esta dando esse erro, e é só para empresas que já estavam cadastradas e possuem produtos cadastrados, se eu cadastrar novamente uma empresa, isso não acontece.

ull
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.PesquisarProdutoGUI.bindController(PesquisarProdutoGUI.java:406)
at br.gov.sp.fazenda.dsen.view.PesquisarProdutoGUI.<init>(PesquisarProdutoGUI.java:75)
at br.gov.sp.fazenda.dsen.view.DSENMenuBuilder$21.actionPerformed(DSENMenuBuilder.java:469)
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.AbstractButton.doClick(Unknown Source)
at de.muntjak.tinylookandfeel.TinyMenuItemUI.doClick(Unknown Source)
at de.muntjak.tinylookandfeel.TinyMenuItemUI$MouseInputHandler.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: org.hibernate.exception.SQLGrammarException: could not execute query
at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:67)
at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
at org.hibernate.loader.Loader.doList(Loader.java:2223)
at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2104)
at org.hibernate.loader.Loader.list(Loader.java:2099)
at org.hibernate.loader.criteria.CriteriaLoader.list(CriteriaLoader.java:94)
at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1569)
at org.hibernate.impl.CriteriaImpl.list(CriteriaImpl.java:283)
at br.gov.sp.fazenda.dsen.model.dao.ProdutoDAO.selectProduto(ProdutoDAO.java:53)
at br.gov.sp.fazenda.dsen.model.business.ProdutoBusiness.pesquisarProduto(ProdutoBusiness.java:193)
at br.gov.sp.fazenda.dsen.model.business.ProdutoBusiness$$EnhancerByCGLIB$$f8b0d4b7.CGLIB$pesquisarProduto$3(<generated>)
at br.gov.sp.fazenda.dsen.model.business.ProdutoBusiness$$EnhancerByCGLIB$$f8b0d4b7$$FastClassByCGLIB$$14e18361.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.ProdutoBusiness$$EnhancerByCGLIB$$f8b0d4b7.pesquisarProduto(<generated>)
at br.gov.sp.fazenda.dsen.model.facade.ProdutoFacade.pesquisarProduto(ProdutoFacade.java:43)
at br.gov.sp.fazenda.dsen.controller.PesquisarProdutoController.a(PesquisarProdutoController.java:95)
at br.gov.sp.fazenda.dsen.controller.PesquisarProdutoController.<init>(PesquisarProdutoController.java:71)
... 46 more
Caused by: java.sql.SQLException: Column 'THIS_.CEST' is either not in any table in the FROM list or appears within aspecification and is outside the scope of thespecification or appears in a HAVING clause and is not in the GROUP BY list. If this is a CREATE or ALTER TABLE statement then 'THIS_.CEST' is not a column in the target table.
at org.apache.derby.client.am.SQLExceptionFactory.getSQLException(Unknown Source)
at org.apache.derby.client.am.SqlException.getSQLException(Unknown Source)
at org.apache.derby.client.am.Connection.prepareStatement(Unknown Source)
at org.hibernate.jdbc.AbstractBatcher.getPreparedStatement(AbstractBatcher.java:505)
at org.hibernate.jdbc.AbstractBatcher.getPreparedStatement(AbstractBatcher.java:423)
at org.hibernate.jdbc.AbstractBatcher.prepareQueryStatement(AbstractBatcher.java:139)
at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1547)
at org.hibernate.loader.Loader.doQuery(Loader.java:673)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:236)
at org.hibernate.loader.Loader.doList(Loader.java:2220)
... 61 more
Caused by: org.apache.derby.client.am.SqlException: Column 'THIS_.CEST' is either not in any table in the FROM list or appears within aspecification and is outside the scope of thespecification or appears in a HAVING clause and is not in the GROUP BY list. If this is a CREATE or ALTER TABLE statement then 'THIS_.CEST' is not a column in the target table.
at org.apache.derby.client.am.Statement.completeSqlca(Unknown Source)
at org.apache.derby.client.net.NetStatementReply.parsePrepareError(Unknown Source)
at org.apache.derby.client.net.NetStatementReply.parsePRPSQLSTTreply(Unknown Source)
at org.apache.derby.client.net.NetStatementReply.readPrepareDescribeOutput(Unknown Source)
at org.apache.derby.client.net.StatementReply.readPrepareDescribeOutput(Unknown Source)
at org.apache.derby.client.net.NetStatement.readPrepareDescribeOutput_(Unknown Source)
at org.apache.derby.client.am.Statement.readPrepareDescribeOutput(Unknown Source)
at org.apache.derby.client.am.PreparedStatement.readPrepareDescribeInputOutput(Unknown Source)
at org.apache.derby.client.am.PreparedStatement.flowPrepareDescribeInputOutput(Unknown Source)
at org.apache.derby.client.am.PreparedStatement.prepare(Unknown Source)
at org.apache.derby.client.am.Connection.prepareStatementX(Unknown Source)
... 69 more

Guilherme Heiderichi

Guilherme Heiderichi

Ouro DIVISÃO 1 , Consultor(a)
há 9 anos Sexta-Feira | 15 janeiro 2016 | 11:08

Leandro,

Provavelmente é o velho e recorrente problema com Java que enfrentamos com diversos aplicativos.
Encontrei este tópico Erro na hora de inserir um produto com a possível solução, que consiste em efetuar backup do Emissor NFe, desinstalar Java e Emissor, e instalar novamente versões recentes destes.

Se for tentar solucionar conforme o tópico, é imprescindível que faça o backup geral, para não perder os cadastros, notas, etc do emissor. Não é raro dar problemas no emissor e outros programas do fisco, até mesmo quando você não altera na no seu computador, aí cabe a nós contabilistas descobrirmos solução... lamentável

Atenciosamente,
Guilherme Heiderichi Correia - Contador/CRCSP - Especialista em Controladoria e Finanças
Foco em Incorporação, Construção e Serviços
Instagram: @newyorkcontabilidade

O Portal Contábeis se isenta de quaisquer responsabilidades civis sobre eventuais discussões dos usuários ou visitantes deste site, nos termos da lei no 5.250/67 e artigos 927 e 931 ambos do novo código civil brasileiro.

Utilizamos cookies para ajudar a melhorar a sua experiência de utilização. Ao utilizar o website, você confirma que aceita a sua utilização. Conheça a nossa política de utilização de cookies

1999 - 2025 Contábeis ® - Todos os direitos reservados. Política de privacidade