← Back to team overview

zorba-coders team mailing list archive

[Bug 928625] [NEW] java api not working on windows 7

 

Public bug reported:

Reported by Stijn Tonk:

We are currently testing the first implementation of the java api and
ran into the following issue: The java api functions seems to work fine
on Windows Vista; however on our Windows 7 machine it give the following
error when trying to load the library in java via System.load:

java.lang.UnsatisfiedLinkError: C:\zorba_java_api_2_1_0\zorba_api.dll:
The specified procedure could not be found

When trying to load the library via System.loadlibrary it states:

java.lang.UnsatisfiedLinkError: C:\path\zorba_api.dll: The specified procedure could not be found 
    at java.lang.ClassLoader$NativeLibrary.load(Unknown source) 
    at java.lang.ClassLoader.loadLibrary0(Unknown source) 
    at java.lang.ClassLoader.loadLibrary(Unknown source) 
    at java.lang.Runtime.loadLibrary0(Unknown source) 
    at java.lang.System.loadLibrary(Unknown source)

The PATH is set correctly and also contains the other binaries. It seems
that Windows 7 does not recognize the zorba_api as such. Have you got
any suggestions?

** Affects: zorba
     Importance: High
     Assignee: Rodolfo Ochoa (rodolfo-ochoa)
         Status: New

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/928625

Title:
  java api not working on windows 7

Status in Zorba - The XQuery Processor:
  New

Bug description:
  Reported by Stijn Tonk:

  We are currently testing the first implementation of the java api and
  ran into the following issue: The java api functions seems to work
  fine on Windows Vista; however on our Windows 7 machine it give the
  following error when trying to load the library in java via
  System.load:

  java.lang.UnsatisfiedLinkError: C:\zorba_java_api_2_1_0\zorba_api.dll:
  The specified procedure could not be found

  When trying to load the library via System.loadlibrary it states:

  java.lang.UnsatisfiedLinkError: C:\path\zorba_api.dll: The specified procedure could not be found 
      at java.lang.ClassLoader$NativeLibrary.load(Unknown source) 
      at java.lang.ClassLoader.loadLibrary0(Unknown source) 
      at java.lang.ClassLoader.loadLibrary(Unknown source) 
      at java.lang.Runtime.loadLibrary0(Unknown source) 
      at java.lang.System.loadLibrary(Unknown source)

  The PATH is set correctly and also contains the other binaries. It
  seems that Windows 7 does not recognize the zorba_api as such. Have
  you got any suggestions?

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


Follow ups

References