Formular wird übermittelt.

Ihre Eingaben werden verarbeitet. Bitte haben Sie einen Moment Geduld.

Aufgabe Import von E-Mails aus EML-Datei schlägt fehl


Der Import von E-Mails aus einer EML-Datei bricht mit folgender Fehlermeldung ab:


FEHLER: Can't import messages!
java.util.concurrent.ExecutionException: java.sql.SQLException: 45000 unhandled user-defined exception

java.util.concurrent.ExecutionException: java.util.concurrent.ExecutionException: java.sql.SQLException: 45000 unhandled user-defined exception
at java.util.concurrent.FutureTask.report(Unknown Source)
at java.util.concurrent.FutureTask.get(Unknown Source)
at javax.swing.SwingWorker.get(Unknown Source)
at com.openindex.openestate.tool.ImmoToolTask.done(ImmoToolTask.java:113):185)
at com.openindex.openestate.tool.ImmoToolTaskDialog.showDialog(ImmoToolTaskDialog.java:290):1103)
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 javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
at java.awt.AWTEventMulticaster.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.util.concurrent.ExecutionException: java.sql.SQLException: 45000 unhandled user-defined exception
at java.util.concurrent.FutureTask.report(Unknown Source)
at java.util.concurrent.FutureTask.get(Unknown Source)
at javax.swing.SwingWorker.get(Unknown Source)
at com.openindex.openestate.tool.ImmoToolTask.executeAndWait(ImmoToolTask.java:149):72)
at com.openindex.openestate.tool.mail.MailPlugin$MessageImportTask.doInBackground(MailPlugin.java:1157):1117)
at javax.swing.SwingWorker$1.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at javax.swing.SwingWorker.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.sql.SQLException: 45000 unhandled user-defined exception
at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
at org.hsqldb.jdbc.JDBCPreparedStatement.fetchResult(Unknown Source)
at org.hsqldb.jdbc.JDBCCallableStatement.fetchResult(Unknown Source)
at org.hsqldb.jdbc.JDBCPreparedStatement.execute(Unknown Source)
at com.openindex.openestate.impl.db.NamedCallableStatement.execute(NamedCallableStatement.java:420):1143)
at com.openindex.openestate.tool.mail.utils.MailImportTask.doInBackground(MailImportTask.java:141):40)
... 6 more
Caused by: org.hsqldb.HsqlException: 45000 unhandled user-defined exception
at org.hsqldb.error.Error.error(Unknown Source)
at org.hsqldb.StatementSimple.getResult(Unknown Source)
at org.hsqldb.StatementSimple.execute(Unknown Source)
at org.hsqldb.StatementCompound.executeIf(Unknown Source)
at org.hsqldb.StatementCompound.execute(Unknown Source)
at org.hsqldb.StatementCompound.executeBlock(Unknown Source)
at org.hsqldb.StatementCompound.execute(Unknown Source)
at org.hsqldb.StatementProcedure.executePSMProcedure(Unknown Source)
at org.hsqldb.StatementProcedure.getProcedureResult(Unknown Source)
at org.hsqldb.StatementProcedure.getResult(Unknown Source)
at org.hsqldb.StatementDMQL.execute(Unknown Source)
at org.hsqldb.Session.executeCompiledStatement(Unknown Source)
at org.hsqldb.Session.execute(Unknown Source)
... 13 more

Es sollen die nötigen Korrekturen vorgenommen werden, dass der Mail-Import wieder korrekt funktioniert.

Eckdaten

Zugewiesene Version
1.0-beta35
Status
erledigt
Auflösung
korrigiert
Priorität
normal
Schweregrad
klein
Aufwand
keine Angabe
Reproduzierbarkeit
nicht anwendbar
zuletzt bearbeitet am
erzeugt am