Package Details: open-ecard-app-bin 2.3.7-1

Git Clone URL: https://aur.archlinux.org/open-ecard-app-bin.git (read-only, click to copy)
Package Base: open-ecard-app-bin
Description: Client side implementation of the eCard-API-Framework (BSI TR-03112) and related international standards, such as ISO/IEC 24727.(Prebuilt version)
Upstream URL: http://www.openecard.org/
Keywords: ecard ecard-api-framework
Licenses: MIT, Apache-2.0, GPL-2.0-only, GPL-3.0-only, LGPL-3.0-only, LicenseRef-BouncyCastle
Conflicts: open-ecard-app, openecardapp
Provides: open-ecard
Submitter: zxp19821005
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 0
Popularity: 0.000000
First Submitted: 2023-03-29 05:34 (UTC)
Last Updated: 2024-12-12 07:28 (UTC)

Dependencies (7)

Required by (0)

Sources (4)

Latest Comments

zxp19821005 commented on 2024-12-18 10:12 (UTC)

@axra When I run the app, I've got an error like this:

pure virtual method called
terminate called without an active exception
Exception in thread "Update-Task" java.lang.IllegalArgumentException: Package type UNKNOWN not supported in update list.
        at org.openecard.richclient.updater.VersionUpdateLoader.loadVersionUpdateList(VersionUpdateLoader.java:129)
        at org.openecard.richclient.updater.VersionUpdateChecker.loadCurrentVersionList(VersionUpdateChecker.java:66)
        at org.openecard.richclient.RichClient$UpdateTask.run(RichClient.java:333)
        at java.base/java.util.TimerThread.mainLoop(Unknown Source)
        at java.base/java.util.TimerThread.run(Unknown Source)
Caused by: java.lang.NullPointerException: Cannot invoke "org.jose4j.json.internal.json_simple.JSONArray.iterator()" because "updatesRaw" is null
        at org.openecard.richclient.updater.VersionUpdateLoader.loadVersionUpdateList(VersionUpdateLoader.java:108)
        ... 4 more

Whether used rpm or deb file as the source, I always got the same error.So I think maybe you can send an issue to the upstream.

axra commented on 2024-12-17 11:18 (UTC)

open-ecard-app-bin causes coredumps on start.

zxp19821005 commented on 2024-05-21 05:04 (UTC)

@bugbuster Thanks for your feedback, fixed it.