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

Cannot launch on Linux #131

Open
msparkles opened this issue Dec 28, 2024 · 3 comments
Open

Cannot launch on Linux #131

msparkles opened this issue Dec 28, 2024 · 3 comments

Comments

@msparkles
Copy link

linux 6.12.6.arch1-1
jdk8-openjdk 8.432.u05-1
jdk17-openjdk 17.0.13.u11-1
jdk21-openjdk 21.0.5.u11-1
jdk-openjdk 23.0.1.u0-1

distro is arch linux, tried all the java versions installed as listed above.

Dec 28, 2024 10:10:53 AM org.hsqldb.persist.Logger logInfoEvent
INFO: checkpointClose start
Dec 28, 2024 10:10:53 AM org.hsqldb.persist.Logger logInfoEvent
INFO: checkpointClose synched
Dec 28, 2024 10:10:53 AM org.hsqldb.persist.Logger logInfoEvent
INFO: checkpointClose script done
Dec 28, 2024 10:10:53 AM org.hsqldb.persist.Logger logInfoEvent
INFO: checkpointClose end
java.lang.ExceptionInInitializerError
        at de.onyxbits.raccoon.gui.MainLifecycle.onCreatePrimaryWindow(MainLifecycle.java:189)
        at de.onyxbits.weave.LifecycleManager.getWindow(LifecycleManager.java:100)
        at de.onyxbits.weave.LifecycleManager.run(LifecycleManager.java:89)
        at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:318)
        at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:773)
        at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:720)
        at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:714)
        at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
        at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
        at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742)
        at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
        at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
        at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
        at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
        at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
        at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
Caused by: java.lang.IllegalArgumentException
        at java.base/java.util.Currency.getInstance(Currency.java:395)
        at de.onyxbits.raccoon.Bookmarks.<clinit>(Bookmarks.java:47)
        ... 16 more

and nothing after, no window is created.

@kirmola
Copy link

kirmola commented Jan 11, 2025

Same here, you got any solution?

@msparkles
Copy link
Author

msparkles commented Jan 12, 2025

@kirmola Unfortunately not

@virtualheart
Copy link

Hi,

I encountered a similar issue when attempting to launch the application on Kali Linux. Here's what I tried and the results:
Steps Taken

Set the environment variables for language and locale:

export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8

Verified the Java installation and version:

java -version

My Output:

Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true
openjdk version "21.0.3" 2024-04-16
OpenJDK Runtime Environment (build 21.0.3+9-Debian-2)
OpenJDK 64-Bit Server VM (build 21.0.3+9-Debian-2, mixed mode, sharing)

Attempted to run the application:

java -jar raccoon-*.jar

else

Run in Debug Mode

Add the -D flags to enable more verbose output:

java -Djava.util.logging.config.file=logging.properties -Ddebug=true -jar raccoon-*.jar

Best regards,
Dhanajayan K

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

3 participants