← Back to team overview

sikuli-driver team mailing list archive

[Bug 1789569] Re: [1.1.4] IDE: load() does not seem to work anymore --- fixed 2018-09-19

 

** Summary changed:

- [1.1.4] IDE: load() does not seem to work anymore --- workaround
+ [1.1.4] IDE: load() does not seem to work anymore --- fixed 2018-09-19

** Changed in: sikuli
       Status: In Progress => Fix Committed

** Summary changed:

- [1.1.4] IDE: load() does not seem to work anymore --- fixed 2018-09-19
+ [1.1.4] IDE: load() does not seem to work anymore --- partly fixed 2018-09-19

** Description changed:

- *************** workaround
+ *************** workaround --- needed if one gets not-found errors on
+ Java stuff (which should be found via Java classpath)
+ 
  comment out the load() ...
  
  ... and try the following:
- copy the jar instead to the <app-data>/Sikulix/Extensions folder (where the jython jar is also) 
+ copy the jar instead to the <app-data>/Sikulix/Extensions folder (where the jython jar is also)
  
  This should auto load the jar to the Java class path at start up of the
  IDE, so it should be found later.
  
  ---------------------------------------
  
  OS: Windows 10
  SQL Server:  2012
  Utilizing zxJDBC (ziclix)
  Driver: Microsoft JDBC driver 7.0 for SQL Server (obtained here):
  (https://www.microsoft.com/en-us/download/details.aspx?id=57175)
  
  With the script that I built in SIkuliX 1.1.2, I can successfully connect to our SQL Server and insert/update records.
  My script also works well in SikuliX 1.1.3.
  
  However, when I try to run the script in SikuliX 1.1.4, I receive this error:
  "driver [com.microsoft.sqlserver.jdbc.SQLServerDriver] not found"
  
  It's the same exact script, just running in 1.1.4 instead of 1.1.3.
  
  The code that I am using to connect to SQL can be viewed in my post here:
  https://answers.launchpad.net/sikuli/+question/672153
  
  Is this a bug, or do I need to load the SQL Driver differently in 1.1.4
  than I do in 1.1.2 & 3?
  
  Thanks!
  
  Ron Turrentine

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

Title:
  [1.1.4] IDE: load() does not seem to work anymore --- partly fixed
  2018-09-19

Status in Sikuli:
  Fix Committed

Bug description:
  *************** workaround --- needed if one gets not-found errors on
  Java stuff (which should be found via Java classpath)

  comment out the load() ...

  ... and try the following:
  copy the jar instead to the <app-data>/Sikulix/Extensions folder (where the jython jar is also)

  This should auto load the jar to the Java class path at start up of
  the IDE, so it should be found later.

  ---------------------------------------

  OS: Windows 10
  SQL Server:  2012
  Utilizing zxJDBC (ziclix)
  Driver: Microsoft JDBC driver 7.0 for SQL Server (obtained here):
  (https://www.microsoft.com/en-us/download/details.aspx?id=57175)

  With the script that I built in SIkuliX 1.1.2, I can successfully connect to our SQL Server and insert/update records.
  My script also works well in SikuliX 1.1.3.

  However, when I try to run the script in SikuliX 1.1.4, I receive this error:
  "driver [com.microsoft.sqlserver.jdbc.SQLServerDriver] not found"

  It's the same exact script, just running in 1.1.4 instead of 1.1.3.

  The code that I am using to connect to SQL can be viewed in my post here:
  https://answers.launchpad.net/sikuli/+question/672153

  Is this a bug, or do I need to load the SQL Driver differently in
  1.1.4 than I do in 1.1.2 & 3?

  Thanks!

  Ron Turrentine

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


References