Package Details: fakturama 2.2.0-1

Git Clone URL: https://aur.archlinux.org/fakturama.git (read-only, click to copy)
Package Base: fakturama
Description: Creates invoices with ZUGFeRD / XRechnung support
Upstream URL: https://www.fakturama.info
Keywords: bill billing faktura invoice rechnung xrechnung zugferd
Licenses: EPL
Submitter: Helloagain
Maintainer: Helloagain
Last Packager: Helloagain
Votes: 3
Popularity: 0.023274
First Submitted: 2018-07-24 18:08 (UTC)
Last Updated: 2026-06-12 22:21 (UTC)

Dependencies (3)

Required by (0)

Sources (4)

Latest Comments

1 2 3 4 Next › Last »

derMalue commented on 2026-06-22 13:34 (UTC)

Thanks for the hint! I was on jre26. I now have switched to jre21 and it works! Thanks

Helloagain commented on 2026-06-18 19:48 (UTC)

Did you check, that you have the right java-version selected? (java >= 17 is needed with this version)

derMalue commented on 2026-06-18 15:22 (UTC) (edited on 2026-06-18 15:22 (UTC) by derMalue)

The last update to 2.2.0 don't work for me. On startup a database lock error appears. The log show some eclipse errors. I also try a complete fresh install without importing my Data, which also don't work.

Downgrade to my previous Version 2.1.3.c works.

Helloagain commented on 2026-06-12 22:22 (UTC) (edited on 2026-06-12 22:23 (UTC) by Helloagain)

I released 2.2.0

Please also have a look at the official info: https://www.fakturama.info/version-2-2-0/

I do no longer use Fakturama. So if someone wants to take over maintaining the package, please drop a message here

Helloagain commented on 2023-06-20 08:15 (UTC)

I released a new packaged version of 2.1.3.c that should provide a workaround to the problems reported below.

Use /usr/share/fakturama2/startup_script to start Fakturama (instead of the binary)

gregorK commented on 2023-03-25 19:31 (UTC)

Hello so far there seems to be no solution on the manufacturer's side the question arises whether it can be due to eclipse. Anyone have an idea how to check that thanks

Helloagain commented on 2023-03-23 09:22 (UTC) (edited on 2023-03-23 09:29 (UTC) by Helloagain)

@steadfasterX: Thanks! I had the problems with runnings instances in the past. That was solved, but you are right, this could be a problem! For reference: https://www.fakturama.info/community/postid/11264/

@gregorK: can you try to kill all fakturama processes prior to starting it (however a reboot of your machine should do this too ...)

For reference our current problem: https://www.fakturama.info/community/hilfe-bei-installation-und-bedienung/fakturama-unter-ubuntu-lunar-lobster/

FYI: There is also a desktop file performing a clean start! I will post a cross reference there too... No need to discuss this multiple times...

steadfasterX commented on 2023-03-23 09:04 (UTC) (edited on 2023-03-23 09:06 (UTC) by steadfasterX)

@Helloagain:

ya as said.. digging in the dark here.. I just remembered that I had start issues in the past and got an advice to add that setting in the Fakturama.ini. Can't rem exactly the error but the -vm flag solved it for me at that time so I thought that might help here, too.

java.net.BindException: Die Adresse wird bereits verwendet (Bind failed)

^^ that is likely the root cause. at least that prevents me from starting Fakturama a second time. so as long as that is not solved it won't start for sure. the -clean flag might solve that one though. and no that error is new and was not there in the users previous logs..

atm it works for me but well I am on Manjaro so dunno what else might be different here

Helloagain commented on 2023-03-23 08:13 (UTC)

@steadfasterX:

It seems to me as this is the same error as before and seems to be rooted somewhere in eclipse. At least you can find that error on the internet on eclipse-based applications.

@steadfasterX: Did you encounter that problem on your machine too? Did the flag in Fakturama.ini solve it for you?

steadfasterX commented on 2023-03-23 07:32 (UTC)

ah well.. sorry just digging in the dark here and I am too scared to rebuild it. it works here atm so I don't wanna touch it lol.

so here is my ini, I have the -vm thingy directly after the startup one though (wasnt on my PC yesterday when I wrote that). this is how mine looks like:

-startup
plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar
-vm
/usr/lib/jvm/java-11-openjdk/bin
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.400.v20211117-0650
-vmargs
-DREFRESH_BUNDLES=false
-Dorg.eclipse.e4.ui.css.dynamic=true
--add-modules=ALL-SYSTEM
-DLiquibaseHubMode=off

Try it with that maybe first.

.. but it seems since you added that the behavior changed no? I mean you get now:

java.net.BindException: Die Adresse wird bereits verwendet (Bind failed)

which likely points to the fact that either a Fakturama process is still open or due to the previous tests didn't closed successfully. I can re-produce that error when trying to open Fakturama twice so one of these might be true on yours.

The following is without any warranties and please please please: do a backup of all your Fakturama folders before. It might not be needed and it might not do anything but well try this:

$> Fakturama -clean -consoleLog

If that still does not work I would suggest to ask with this console log in the Fakturama forum for help...