← Back to team overview

sikuli-driver team mailing list archive

[Bug 1919163] Re: [2.0.5] JDBC on windows doesn't work --- want a complete jar without Jython (to run with local Jython)

 

** Summary changed:

- [2.0.5] JDBC on windows doesn't work
+ [2.0.5] JDBC on windows doesn't work --- want a complete jar without Jython (to run with local Jython)

** Changed in: sikuli
       Status: New => In Progress

** Changed in: sikuli
   Importance: Undecided => Medium

** Changed in: sikuli
     Assignee: (unassigned) => RaiMan (raimund-hocke)

** Changed in: sikuli
    Milestone: None => 2.0.6

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to SikuliX.
https://bugs.launchpad.net/bugs/1919163

Title:
  [2.0.5] JDBC on windows doesn't work --- want a complete jar without
  Jython (to run with local Jython)

Status in SikuliX:
  In Progress

Bug description:
  Using sqlite-jdbc-3.34.0.jar in 2.0.5 results in the following error in the line:
  from com.ziclix.python.sql import zxJDBC

  
  .............\sikulix\scripts\sqlite.sikuli\sqlite.py:64: RuntimeWarning: PyTableCode.call caught a Throwable that is not an Exception:
  java.lang.ExceptionInInitializerError
  Jython internals might be in a bad state now that can cause deadlocks later on.
  See http://bugs.jython.org/issue2536 for details.
    from com.ziclix.python.sql import zxJDBC
  [error] script [ cgssqlite ] stopped with error in line 64
  [error] java.lang.ExceptionInInitializerError ( java.lang.ExceptionInInitializerError )
  [error] --- Traceback --- error source first
  line: module ( function ) statement 
  64: main (  <module> )     from com.ziclix.python.sql import zxJDBC
  [error] --- Traceback --- end --------------

  It works fine in 2.0.4.
  Win 10 64 bit.
  sqlite-jdbc-3.34.0.jar is in the folder .....AppData\Roaming\Sikulix\Extensions

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1919163/+subscriptions



References