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

Gephi 0.9.2 does not start - Freezes with "Starting Modules..." message #1831

Closed
kdwykleingeld opened this issue Oct 30, 2017 · 24 comments
Closed
Assignees

Comments

@kdwykleingeld
Copy link

Hi all, when i try to start gephi 0.9.2 it freezes halfway with a message : "Starting Modules...".
I have looked in the logfile but nothing specific there.
I have updated the gephi.conf file to point to the latest JRE but that did not help either.
jdkhome="C:\Program Files\Java\jre1.8.0_152"

Running Windows 7 on Lenovo T460.

Any Clues what to do next ?

Thanks Koen

@eduramiba
Copy link
Member

I suggest you try to:

Update graphics card drivers
Ensure you have correct permissions in program files (or use the linux .tar.gz bin/gephi64.exe https://github.com/gephi/gephi/releases/download/v0.9.2/gephi-0.9.2-linux.tar.gz). Just uncompress and run.
Maybe even disable antivirus in case it's doing bad things.

@eduramiba eduramiba self-assigned this Oct 30, 2017
@kdwykleingeld
Copy link
Author

hi thanks, updated the display drivers, run with and without AV, run from the tar, run as aministrator etc .. no changes .. any other ideas ? thanks regards Koen

@eduramiba
Copy link
Member

Possibly the same problem? https://netbeans.org/bugzilla/show_bug.cgi?id=246262

Also try to clear your gephi user directory https://github.com/gephi/gephi/wiki/Troubleshooting

@kdwykleingeld
Copy link
Author

hi thanks, cleaned the .gephi dir without result and do not recognize any of the suggestions made in that netbeans issue. Any other ideas how to pinpoint exactly what its waiting for ?

thanks regards koen

@eduramiba
Copy link
Member

Did you also clean Windows temp folder?

@kdwykleingeld
Copy link
Author

Hi eduardo, yes just did. It was really large but cleaned it all. Cleared also .gephi in users and reinstalled gephi 0.9.2 but no changes... still hangs in the splach screen with "starting modules... message"..

I also installed gephi 0.8.1 (gephi-0.8.1-beta.setup) and when it starts it displays the splash screen and halfway the splash screen disappears and nothing happens although i see some messages in the log now (while the logfile in 0.9.2 contains no error info).. but maybe this is due to an other cause ..

java.lang.IllegalStateException: java.lang.IllegalAccessException: Class org.openide.util.WeakListenerImpl$ProxyListener can not access a member of class org.openide.filesystems.$Proxy0 with modifiers "public"
at org.openide.util.WeakListenerImpl$ProxyListener.(WeakListenerImpl.java:423)
at org.openide.util.WeakListenerImpl.create(WeakListenerImpl.java:164)
at org.openide.util.WeakListeners.create(WeakListeners.java:271)
at org.openide.filesystems.MultiFileObject.(MultiFileObject.java:125)
at org.openide.filesystems.MultiFileObject.(MultiFileObject.java:142)
at org.openide.filesystems.MultiFileSystem.getMultiRoot(MultiFileSystem.java:267)
at org.openide.filesystems.MultiFileSystem.findResource(MultiFileSystem.java:355)
at org.openide.filesystems.FileUtil.getConfigFile(FileUtil.java:2227)
at org.openide.filesystems.FileUtil.getConfigRoot(FileUtil.java:2257)
at org.netbeans.core.startup.Main.getModuleSystem(Main.java:162)
at org.netbeans.core.startup.Main.start(Main.java:308)
at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:123)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.IllegalAccessException: Class org.openide.util.WeakListenerImpl$ProxyListener can not access a member of class org.openide.filesystems.$Proxy0 with modifiers "public"
at sun.reflect.Reflection.ensureMemberAccess(Unknown Source)
at java.lang.reflect.AccessibleObject.slowCheckMemberAccess(Unknown Source)
at java.lang.reflect.AccessibleObject.checkAccess(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at org.openide.util.WeakListenerImpl$ProxyListener.(WeakListenerImpl.java:413)
... 12 more

@eduramiba
Copy link
Member

Gephi 0.8.2 or less can only work with Java7, but you should be using 0.9.2 anyway.

I am not sure what else can be the problem. Maybe it's conflicting with other app? Try to close everything else or even starting Windows in safe mode to discard that.

@kdwykleingeld
Copy link
Author

Hi, in safe mode it starts 0.9.2 but complains now on my OpenGL2 version 1.1.0 which is too low to display the graph... could that be due to safe mode or is it indeed still a graphics driver issue ?

Attached the opengl2 error message and now i also see much more info in the gephi log file .. also attached..
img_0834
messages.log

thanks for all support reg koen

@eduramiba
Copy link
Member

eduramiba commented Oct 31, 2017

Right, that's due to graphics drivers not being available in safe mode.
So there must be a problem with some application or driver that does not run in safe mode... but that's difficult to find. Also, you said you are running a Java 8 JRE. Can you try to install a Java 8 JDK instead (it should not be necessary, but it is known to have caused problems sometimes)?

@kdwykleingeld
Copy link
Author

kdwykleingeld commented Oct 31, 2017 via email

@kdwykleingeld
Copy link
Author

when i start gephi. it displays the splash screen and hangs..

in the windows task manager is see a process called: jogamp_exe_tst9255.....exe (the dots are a lot of numbers)

when i kill that process (actually twice since it seems thare are 2 with different number) it display the gephi screen as expected ??

any clues ?

@eduramiba
Copy link
Member

That still sounds like the antivirus is doing some bad things... not allowing JOGL to extract its natives needed to render OpgenGL. Please try to add gephi.exe and gephi64.exe to the antivirus trusted list or whatever.

@kdwykleingeld
Copy link
Author

kdwykleingeld commented Oct 31, 2017 via email

@eduramiba
Copy link
Member

I see, should we conclude that there is several programs messing with other software such as Gephi in your computer and close this?

@kdwykleingeld
Copy link
Author

kdwykleingeld commented Oct 31, 2017 via email

@joeyhub
Copy link

joeyhub commented Apr 10, 2018

I'm getting this on Windows 7 and plenty of other software of all kinds works.

Is it possible to have better error handling/verbosity for the loading process or logs or something?

As it is the software is a lemon. I wouldn't recommend it to anyone if it doesn't just work and it's worse than that it doesn't crash but just spends forever in human terms on loading.

@eduramiba
Copy link
Member

I think most freezes are being caused by our opengl usage, we will improve it in a next release, but for the moment this is what's available.

@joeyhub
Copy link

joeyhub commented Apr 10, 2018

I'm not really sure guessing or poking about in the dark is really going to help much for this.

I think the crux of the issue is that the loading process needs to be enhanced.

Is there a log or anything?

@eduramiba
Copy link
Member

There is a log in gephi user directory https://github.com/gephi/gephi/wiki/Troubleshooting
Look for messages.log file.

@joeyhub
Copy link

joeyhub commented Apr 10, 2018

I've seen that but there's nothing really in there :D.

I think you need a flag to enable logging for each step of loading (loading modules then each of which module, etc).

@vamsikrishnasabbisetty
Copy link

In my case Gephi doesn’t start atall and the following fixed my issue:

  1. uninstall older versions of java
  2. Installed Java 8
  3. Updated jdk path to jdkhome=”C:\Program Files\Java\jre1.8.0_161" in gephi.conf (etc folder)

@kdwykleingeld
Copy link
Author

kdwykleingeld commented Apr 12, 2018 via email

@palewire
Copy link

palewire commented Apr 24, 2018

This happens to me with Ubuntu, Gephi 9.2 and Java 8's openjdk. Splash screen hangs and then disappears.

@palewire
Copy link

Here's the log.

>Log Session: Tuesday, April 24, 2018 10:36:53 AM PDT
>System Info: 
  Product Version         = Gephi 0.9.2 201709241107
  Operating System        = Linux version 4.13.0-38-generic running on amd64
  Java; VM; Vendor        = 1.8.0_162; OpenJDK 64-Bit Server VM 25.162-b12; Oracle Corporation
  Runtime                 = OpenJDK Runtime Environment 1.8.0_162-8u162-b12-0ubuntu0.17.10.2-b12
  Java Home               = /usr/lib/jvm/java-8-openjdk-amd64/jre
  System Locale; Encoding = en_US (gephi); UTF-8
  Home Directory          = /home/palewire
  Current Directory       = /home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2
  User Directory          = /home/palewire/.gephi/0.9.2/dev
  Cache Directory         = /home/palewire/.gephi/0.9.2/dev/var/cache
  Installation            = /home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform
                            /home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/gephi
                            /home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform
  Boot & Ext. Classpath   = /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/resources.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/rt.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jsse.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jce.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/charsets.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jfr.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/classes:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/sunpkcs11.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/sunec.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/java-atk-wrapper.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/nashorn.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/zipfs.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/localedata.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/icedtea-sound.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/dnsns.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/cldrdata.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/sunjce_provider.jar:/usr/lib/jvm/java-8-openjdk-amd64/jre/lib/ext/jaccess.jar
  Application Classpath   = /home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/boot.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/org-openide-modules.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/org-openide-util.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/org-openide-util-lookup.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/org-openide-util-ui.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/boot_ar_SA.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/boot_bg.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/boot_ca.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/boot_cs.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/boot_de.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/boot_es.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/boot_fr.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/boot_gl_ES.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/boot_in_ID.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/boot_it.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/boot_ja.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/boot_ko.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/boot_nl_NL.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/boot_pl.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/boot_pt_BR.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/boot_pt_PT.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/boot_ro.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/boot_ru.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/boot_si.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/boot_sq.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/boot_sv.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/boot_tr.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/boot_zh_CN.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/boot_zh_TW.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-modules_ar_SA.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-modules_bg.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-modules_ca.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-modules_cs.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-modules_de.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-modules_es.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-modules_fr.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-modules_gl_ES.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-modules_in_ID.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-modules_it.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-modules_ja.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-modules_ko.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-modules_nl_NL.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-modules_pl.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-modules_pt_BR.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-modules_pt_PT.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-modules_ro.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-modules_ru.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-modules_si.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-modules_sq.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-modules_sv.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-modules_tr.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-modules_zh_CN.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-modules_zh_TW.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-util_ar_SA.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-util_bg.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-util_ca.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-util_cs.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-util_de.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-util_es.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-util_fr.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-util_gl_ES.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-util_in_ID.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-util_it.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-util_ja.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-util_ko.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-util-lookup_bg.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-util-lookup_ca.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-util-lookup_cs.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-util-lookup_de.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-util-lookup_es.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-util-lookup_fr.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-util-lookup_gl_ES.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-util-lookup_in_ID.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-util-lookup_it.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-util-lookup_ja.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-util-lookup_ko.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-util-lookup_nl_NL.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-util-lookup_pl.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-util-lookup_pt_BR.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-util-lookup_ro.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-util-lookup_ru.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-util-lookup_si.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-util-lookup_sv.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-util-lookup_tr.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-util-lookup_zh_CN.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-util_nl_NL.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-util_pl.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-util_pt_BR.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-util_pt_PT.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-util_ro.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-util_ru.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-util_si.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-util_sq.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-util_sv.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-util_tr.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-util-ui_ja.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-util-ui_pt_BR.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-util-ui_ru.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-util-ui_zh_CN.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-util_zh_CN.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/lib/locale/org-openide-util_zh_TW.jar:/usr/lib/jvm/java-8-openjdk-amd64/lib/dt.jar:/usr/lib/jvm/java-8-openjdk-amd64/lib/tools.jar
  Startup Classpath       = /home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/asm-all-5.0.1.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/org-netbeans-libs-asm.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/org-openide-filesystems.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/org-openide-filesystems-compat8.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/core.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/core-base.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/org-openide-filesystems_ro.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/org-openide-filesystems-compat8_zh_CN.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/org-netbeans-libs-asm_ru.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/core_bg.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/org-openide-filesystems_cs.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/core_de.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/org-openide-filesystems_es.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/org-openide-filesystems-compat8_pt_BR.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/core-base_pt_BR.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/org-openide-filesystems_in_ID.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/org-openide-filesystems_sq.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/core_it.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/core_zh_TW.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/org-netbeans-libs-asm_zh_CN.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/core_cs.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/core_ro.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/org-openide-filesystems_ko.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/core_sv.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/org-openide-filesystems_pt_BR.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/org-openide-filesystems-compat8_ja.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/core_tr.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/org-openide-filesystems_ru.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/org-openide-filesystems_zh_CN.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/core_es.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/core_ca.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/org-netbeans-libs-asm_pt_BR.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/core_fr.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/org-openide-filesystems_nl_NL.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/core_si.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/core_ar_SA.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/org-openide-filesystems_ar_SA.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/org-openide-filesystems-compat8_ru.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/core_zh_CN.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/core_gl_ES.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/core_pl.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/core-base_ja.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/org-openide-filesystems_ja.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/org-netbeans-libs-asm_ja.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/core_sq.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/org-openide-filesystems_sv.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/org-openide-filesystems_si.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/core_pt_PT.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/core_ko.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/org-openide-filesystems_ca.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/org-openide-filesystems_zh_TW.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/org-openide-filesystems_tr.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/org-openide-filesystems_it.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/org-openide-filesystems_de.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/org-openide-filesystems_bg.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/core-base_zh_CN.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/org-openide-filesystems_pt_PT.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/core_ja.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/core_pt_BR.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/core_nl_NL.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/org-openide-filesystems_pl.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/org-openide-filesystems_gl_ES.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/org-openide-filesystems_fr.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/core_in_ID.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/core_ru.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/platform/core/locale/core-base_ru.jar:/home/palewire/Downloads/gephi-0.9.2-linux/gephi-0.9.2/gephi/core/locale/core_gephi.jar
-------------------------------------------------------------------------------
WARNING [org.netbeans.modules.autoupdate.ui.actions.AutoupdateSettings]: The property "netbeans.default_userdir_root" was not set!
java.lang.InternalError: XXX0 profile[1]: GL3bc -> profileImpl GL4bc !!! not mapped 
	at com.jogamp.opengl.GLProfile.computeProfileMap(GLProfile.java:2071)
	at com.jogamp.opengl.GLProfile.initProfilesForDeviceCritical(GLProfile.java:1954)
	at com.jogamp.opengl.GLProfile.initProfilesForDevice(GLProfile.java:1875)
	at com.jogamp.opengl.GLProfile.initProfilesForDefaultDevices(GLProfile.java:1842)
	at com.jogamp.opengl.GLProfile.access$000(GLProfile.java:80)
	at com.jogamp.opengl.GLProfile$1.run(GLProfile.java:230)
	at java.security.AccessController.doPrivileged(Native Method)
	at com.jogamp.opengl.GLProfile.initSingleton(GLProfile.java:216)
	at org.gephi.visualization.Installer.restored(Installer.java:55)
	at org.netbeans.core.startup.NbInstaller.loadCode(NbInstaller.java:468)
	at org.netbeans.core.startup.NbInstaller.loadImpl(NbInstaller.java:391)
	at org.netbeans.core.startup.NbInstaller.access$000(NbInstaller.java:102)
	at org.netbeans.core.startup.NbInstaller$1.run(NbInstaller.java:343)
	at org.openide.filesystems.FileUtil$2.run(FileUtil.java:436)
	at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:127)
	at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:519)
	at org.openide.filesystems.FileUtil.runAtomicAction(FileUtil.java:420)
	at org.openide.filesystems.FileUtil.runAtomicAction(FileUtil.java:440)
	at org.netbeans.core.startup.NbInstaller.load(NbInstaller.java:340)
	at org.netbeans.ModuleManager.enable(ModuleManager.java:1365)
	at org.netbeans.ModuleManager.enable(ModuleManager.java:1170)
	at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:340)
	at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:276)
	at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:301)
	at org.netbeans.core.startup.Main.getModuleSystem(Main.java:181)
	at org.netbeans.core.startup.Main.getModuleSystem(Main.java:150)
	at org.netbeans.core.startup.Main.start(Main.java:307)
	at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:123)
	at java.lang.Thread.run(Thread.java:748)```

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

5 participants