Bug 1315005 - fail to load PC/SC library from java
Summary: fail to load PC/SC library from java
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: pcsc-lite
Version: 23
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Bob Relyea
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-03-05 15:10 UTC by aannoaanno
Modified: 2016-03-07 08:46 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-03-07 08:46:40 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description aannoaanno 2016-03-05 15:10:51 UTC
Description of problem:
fail to load PC/SC library from java

Version-Release number of selected component (if applicable):
GlobalPlatformPro v0.3.4
Running on Linux 4.4.3-300.fc23.x86_64 amd64, Java 1.8.0_74 by Oracle Corporation

How reproducible:
Oracle Java is failing to load libpcsclite in fedora 23. For example running 'java -jar gp.jar -list' [1] results in:
java.io.IOException: No PC/SC library found on this system

To workaround:
sudo ln -s /usr/lib64/libpcsclite.so.1 /usr/lib64/libpcsclite.so

[1] https://github.com/martinpaljak/GlobalPlatformPro

Additional info:
same bug as #910107 but for fedora 23

Comment 1 Ludovic Rousseau 2016-03-05 17:40:08 UTC
This is very old bug from the Oracle JVM. The bug is in the JVM, not pcsc-lite.

See http://ludovicrousseau.blogspot.fr/2013/03/oracle-javaxsmartcardio-failures.html for example.


Note You need to log in before you can comment on or make changes to this bug.