question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Pandomium is not initialized yet

See original GitHub issue

I’m working on a Windows11 machine, I tried both maven & gradle, tried java8/java11/java17, got into the same exception.

full stack trace is

D:\IDE\Java\openjdk11\bin\java.exe "-javaagent:D:\IDE\JetBrains\IntelliJ IDEA Community Edition 2021.2\lib\idea_rt.jar=14642:D:\IDE\JetBrains\IntelliJ IDEA Community Edition 2021.2\bin" -Dfile.encoding=UTF-8 -classpath D:\ReposMine\NorthLight\target\classes;C:\Users\scave\.m2\repository\org\jetbrains\kotlin\kotlin-stdlib-jdk8\1.6.10\kotlin-stdlib-jdk8-1.6.10.jar;C:\Users\scave\.m2\repository\org\jetbrains\kotlin\kotlin-stdlib\1.6.10\kotlin-stdlib-1.6.10.jar;C:\Users\scave\.m2\repository\org\jetbrains\annotations\13.0\annotations-13.0.jar;C:\Users\scave\.m2\repository\org\jetbrains\kotlin\kotlin-stdlib-common\1.6.10\kotlin-stdlib-common-1.6.10.jar;C:\Users\scave\.m2\repository\org\jetbrains\kotlin\kotlin-stdlib-jdk7\1.6.10\kotlin-stdlib-jdk7-1.6.10.jar;C:\Users\scave\.m2\repository\org\panda-lang\pandomium\1.1.3-JCEF-v1.0.10-84.3.8+gc8a556f+chromium-84.0.4147.105\pandomium-1.1.3-JCEF-v1.0.10-84.3.8+gc8a556f+chromium-84.0.4147.105.jar;C:\Users\scave\.m2\repository\org\panda-lang\panda\0.5.0-alpha\panda-0.5.0-alpha.jar;C:\Users\scave\.m2\repository\org\panda-lang\panda-framework\0.5.0-alpha\panda-framework-0.5.0-alpha.jar;C:\Users\scave\.m2\repository\org\panda-lang\panda-utilities\0.5.0-alpha\panda-utilities-0.5.0-alpha.jar;C:\Users\scave\.m2\repository\org\javassist\javassist\3.28.0-GA\javassist-3.28.0-GA.jar;C:\Users\scave\.m2\repository\net\dzikoysk\cdn\1.12.3\cdn-1.12.3.jar;C:\Users\scave\.m2\repository\org\panda-lang\expressible\1.1.1\expressible-1.1.1.jar;C:\Users\scave\.m2\repository\net\dzikoysk\linuxenv\1.0.0\linuxenv-1.0.0.jar;C:\Users\scave\.m2\repository\com\squareup\okhttp3\okhttp\5.0.0-alpha.2\okhttp-5.0.0-alpha.2.jar;C:\Users\scave\.m2\repository\com\squareup\okio\okio\2.9.0\okio-2.9.0.jar;C:\Users\scave\.m2\repository\com\google\code\gson\gson\2.8.9\gson-2.8.9.jar;C:\Users\scave\.m2\repository\org\apache\commons\commons-compress\1.21\commons-compress-1.21.jar;C:\Users\scave\.m2\repository\org\tukaani\xz\1.6\xz-1.6.jar;C:\Users\scave\.m2\repository\net\dzikoysk\dynamic-logger\1.0.3\dynamic-logger-1.0.3.jar;C:\Users\scave\.m2\repository\org\panda-lang\pandomium-fat-jars\jcef-win32-fat\1.1.3-JCEF-v1.0.10-84.3.8+gc8a556f+chromium-84.0.4147.105\jcef-win32-fat-1.1.3-JCEF-v1.0.10-84.3.8+gc8a556f+chromium-84.0.4147.105.jar;C:\Users\scave\.m2\repository\org\panda-lang\pandomium-fat-jars\jcef-win64-fat\1.1.3-JCEF-v1.0.10-84.3.8+gc8a556f+chromium-84.0.4147.105\jcef-win64-fat-1.1.3-JCEF-v1.0.10-84.3.8+gc8a556f+chromium-84.0.4147.105.jar Main
# 
# Launching Pandonium v1.1.3-JCEF-v1.0.10-84.3.8+gc8a556f+chromium-84.0.4147.105
# Determined 'AMD64' as operating systems architecture.
# Determined 'WINDOWS' as operating system.
# 
Progress: 0%
Progress: 100%
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.panda_lang.pandomium.util.SystemUtils (file:/C:/Users/scave/.m2/repository/org/panda-lang/pandomium/1.1.3-JCEF-v1.0.10-84.3.8+gc8a556f+chromium-84.0.4147.105/pandomium-1.1.3-JCEF-v1.0.10-84.3.8+gc8a556f+chromium-84.0.4147.105.jar) to field java.lang.ClassLoader.sys_paths
WARNING: Please consider reporting this to the maintainers of org.panda_lang.pandomium.util.SystemUtils
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Failed to install JCEF natives update. Message: null
java.lang.NullPointerException
	at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2646)
	at java.base/java.lang.Runtime.loadLibrary0(Runtime.java:830)
	at java.base/java.lang.System.loadLibrary(System.java:1873)
	at org.cef.SystemBootstrap$1.loadLibrary(SystemBootstrap.java:24)
	at org.cef.SystemBootstrap.loadLibrary(SystemBootstrap.java:36)
	at org.cef.CefApp.<init>(CefApp.java:144)
	at org.cef.CefApp.getInstance(CefApp.java:221)
	at org.panda_lang.pandomium.Pandomium.lambda$new$0(Pandomium.java:80)
	at org.panda_lang.pandomium.loader.PandomiumLoader.callListeners(PandomiumLoader.java:69)
	at org.panda_lang.pandomium.loader.PandomiumLoader.load(PandomiumLoader.java:55)
	at org.panda_lang.pandomium.Pandomium.<init>(Pandomium.java:83)
	at org.panda_lang.pandomium.PandomiumBuilder.build(PandomiumBuilder.java:52)
	at org.panda_lang.pandomium.Pandomium.buildDefault(Pandomium.java:52)
	at Main.main(Main.java:7)
Exception in thread "main" java.lang.RuntimeException: Pandomium is not initialized yet!
	at org.panda_lang.pandomium.Pandomium.createClient(Pandomium.java:102)
	at org.panda_lang.pandomium.Pandomium.createClient(Pandomium.java:91)
	at Main.main(Main.java:7)

Process finished with exit code 1

Also what worth to mention is that I live in an area that is not friendly to the Internet, access to websites like github and google is not stable, so maybe the dependency package I downloaded is incomplete? I don’t know.

Here is my reproducer (using maven): https://github.com/scaventz/reproducer-issue-of-pandomium.git

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
scaventzcommented, Dec 22, 2021

Just tired the new version, it works for my AdoptOpenJDK 11 . 👍

0reactions
dzikoyskcommented, Dec 22, 2021

Try to use 1.1.4 and let me know if it works 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

download/unpacking seems to not work (on linux) #11
RuntimeException : Pandomium is not initialized at org.panda_lang.pandomium. ... It should not be a problem, but I've just reinstalled all ...
Read more >
JavaFX CEF(Java Chromium Embedded Framework) is not ...
I am trying to use Pandomium (CEF) with JavaFX in Java 11 (Netbeans) with Maven but even though i installed all the dependencies...
Read more >
Cannot connect to ElasticSearch Cluster
I have tried both and a combination of the two, and it still won't ... INFO [IndexerClusterCheckerThread] Indexer not fully initialized yet.
Read more >
Stream Le Serment Profane [LIBER NULL] by MIND
Stream Le Serment Profane [LIBER NULL] by MIND | MATTER on desktop and mobile. Play over 265 million tracks for free on SoundCloud....
Read more >
Talk:Cocytus - Wikimon - The #1 Digimon wiki
... Order and the Pandemonium from Next as being different names for the Cocytus, but Barbamon's profile is null canon and so is...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found