Arquivo da categoria ‘Exception’
com.arjuna.ats.internal.jta.transaction.arjunacore.commitwhenaborted
Domingo, 14 de Junho de 2009com.raysystem.jdavincci.mobisystemws.webservice.MobiSystemException_Exception: [Error]: ERRO NO WEBSERVICE SALVAR [ClienteMobilefast] java.lang.RuntimeException: javax.transaction.RollbackException: [com.arjuna.ats.internal.jta.transaction.arjunacore.commitwhenaborted] [com.arjuna.ats.internal.jta.transaction.arjunacore.commitwhenaborted] Can’t commit because the transaction is in aborted state
Este problema ocorre por ter salvado dados errado no banco dados…. o JPA nao esta conseguindo tratar os dados.
QQ error de esql pode gerar esta mesnagem…
No meu caso: 17:42:38,532 ERROR [JDBCExceptionReporter] Data truncation: Data too long […]
JPA Error: SQL Error: 1103, SQLState: 42000 - Incorrect table name [nome tabela]
Sábado, 23 de Maio de 200909:45:46,792 WARN [JDBCExceptionReporter] SQL Error: 1103, SQLState: 42000
09:45:46,796 ERROR [JDBCExceptionReporter] Incorrect table name ‘MobiSystem_ClienteMobilefastEntity_MobiSystem_VeiculoModeloEntity’
09:45:46,797 ERROR [AbstractEntityManagerImpl] Unable to mark for rollback on PersistenceException:
java.lang.IllegalStateException: [com.arjuna.ats.internal.jta.transaction.arjunacore.nosuchtx] [com.arjuna.ats.internal.jta.transaction.arjunacore.nosuchtx] No such transaction!
Toemei este error qp o nome da tabela que o jpq construiu era muito grande: MobiSystem_ClienteMobilefastEntity_MobiSystem_VeiculoModeloEntity .
SOLUCAO: Ao diminuir o tamanho dos entity funcionou….
de:
MobiSystem_ClienteMobilefastEntity_MobiSystem_VeiculoModeloEntity
para:
MobiSystem_ClienteMobilefastEntity_MobiSystem_VeiculoMCEntity
javax.swing.text.ChangedCharSetException
Sexta, 8 de Maio de 2009Usnado:
EditorKit kit = new HTMLEEditorKitditorKit();
HTMLDocument doc = (HTMLDocument)kit.createDefaultDocument();
Recebi a exception: javax.swing.text.ChangedCharSetException
javax.swing.text.ChangedCharSetException
at javax.swing.text.html.parser.DocumentParser.handleEmptyTag(DocumentParser.java:172)
at javax.swing.text.html.parser.Parser.startTag(Parser.java:410)
at javax.swing.text.html.parser.Parser.parseTag(Parser.java:1926)
at javax.swing.text.html.parser.Parser.parseContent(Parser.java:2044)
[…]





