Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependency on missing UnixSystem class #262

Open
Martmists-GH opened this issue Jul 10, 2024 · 1 comment
Open

Remove dependency on missing UnixSystem class #262

Martmists-GH opened this issue Jul 10, 2024 · 1 comment

Comments

@Martmists-GH
Copy link

Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/security/auth/module/UnixSystem
	at org.freedesktop.dbus.connections.SASL.getUserId(SASL.java:757)
	at org.freedesktop.dbus.connections.SASL.auth(SASL.java:459)
	at org.freedesktop.dbus.connections.transports.AbstractTransport.authenticate(AbstractTransport.java:254)
	at org.freedesktop.dbus.connections.transports.AbstractTransport.internalConnect(AbstractTransport.java:230)
	at org.freedesktop.dbus.connections.transports.AbstractTransport.connect(AbstractTransport.java:177)
	at org.freedesktop.dbus.connections.transports.TransportBuilder.build(TransportBuilder.java:213)
	at org.freedesktop.dbus.connections.base.AbstractConnectionBase.<init>(AbstractConnectionBase.java:114)
	at org.freedesktop.dbus.connections.base.ConnectionMethodInvocation.<init>(ConnectionMethodInvocation.java:33)
	at org.freedesktop.dbus.connections.base.ConnectionMessageHandler.<init>(ConnectionMessageHandler.java:42)
	at org.freedesktop.dbus.connections.AbstractConnection.<init>(AbstractConnection.java:41)
	at org.freedesktop.dbus.connections.impl.DBusConnection.<init>(DBusConnection.java:72)
	at org.freedesktop.dbus.connections.impl.DBusConnectionBuilder.build(DBusConnectionBuilder.java:176)
@hypfvieh
Copy link
Owner

Some more context would be helpful.

The call to UnixSystem is completely valid on any *nix OS.
Do you use a custom tailored JRE and forgot to include the jdk.security.auth module?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants