I am working with a fairly old MS Access Database on Linux using the JDBC driver. When executing my workspace (FME 2016.1.3.1 - 20161207 - Build 16716 - linux-x64) I get the following error message (apparently after a SQL_Executor):
Creating reader for format: Microsoft Access (JDBC)
Trying to find a JAVA plugin for reader named `MSACCESS_JDBC'
Using Java Reader Interface Version 2.0 (Oct 31, 2000) with module MSACCESS_JDBC to read data from dataset `/media/something/CFC1-4CC4/Something/DB_sample12090708.mdb'
MS Access (JDBC) Reader: Preloading JDBC Driver Class 'net.ucanaccess.jdbc.UcanaccessDriver'
MS Access (JDBC) Reader: Creating connection using connection string 'jdbc:ucanaccess:///media/something/CFC1-4CC4/Something/DB_sample12090708.mdb' and properties '{jackcessOpener=COM.safe.fme.MsAccessCryptCodecOpener}'
MS Access (JDBC) Reader: Connected to 'Ucanaccess for access db(Jet) using hasqldb' version 'V2003 sVERSION_4]' using driver 'Ucanaccess' version '3.0.3.1' built against JDBC version '4.0'
MS Access (JDBC) Reader: Connection class 'net.ucanaccess.jdbc.UcanaccessConnection' is being loaded from '/opt/fme-desktop-2016/plugins/ucanaccess-3.0.3.1.jar'
MS Access (JDBC) Reader: Column 'jdbc_where_clause' is not present in table 'OWI' and will not be read
MS Access (JDBC) Reader: Executing SQL: SELECT `UPRN`, `ProDiCoVi`, aother attributes] FROM `OWI`
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f8a1a8a7dfc, pid=8376, tid=140231991601408
#
# JRE version: OpenJDK Runtime Environment (7.0_121) (build 1.7.0_121-b00)
# Java VM: OpenJDK 64-Bit Server VM (24.121-b00 mixed mode linux-amd64 compressed oops)
# Derivative: IcedTea 2.6.8
# Distribution: Ubuntu 14.04 LTS, package 7u121-2.6.8-1ubuntu0.14.04.1
# Problematic frame:
#Â CÂ Â ÂlibQtGui.so.4+0x1b7dfc]
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
#Â /media/something/CFC1-4CC4/Something/hs_err_pid8376.log
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
#Â Â Â http://icedtea.classpath.org/bugzilla
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
terminate called after throwing an instance of 'int'
Error running translation.
Â
Â
Has anyone an idea how to get it to work? Or what the actual error is?Â
The full log: http://pastebin.com/raw/fLL1cQqi