[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
Gephi forums •Newly Installed Plugins Disappear After Restart
Page 1 of 1

Newly Installed Plugins Disappear After Restart

Posted: 13 Sep 2017 21:53
by c_will
Newbie here. I'm having difficulty installing any and all plugins. The installation process proceeds without any red flags, errors, etc, but after Gephi restarts, all of the plugins I installed are missing from Installed (shows the same count as before the install)

Selecting SigmaExporter for install. Note 75 plugins currently installed.
Image

Installation successful. Asking for restart.
Image

If I click "Restart Later" I can see SigmaExporter in the list of installed plugins (count is now 76), but needing a restart.
Image

After restarting Gephi, the plugin has disappeared from the list of installed plugins. I'm now back at 75 installed plugins.
Image

I'm running Gephi 0.9.1 on Windows 7 64-bit. This is a work machine, so I have to request temporary admin privileges to make changes in the Program Files directories. Tried installing outside of Program Files in My Documents and a network drive with the same result. Other colleagues have gotten it to work without a hiccup on their work machines, so I'm not sure why the plugins aren't working on mine. Any help would be appreaciated!

Re: Newly Installed Plugins Disappear After Restart

Posted: 14 Sep 2017 20:50
by eduramiba
Does it work if you manually close and start again instead of restart?

Re: Newly Installed Plugins Disappear After Restart

Posted: 14 Sep 2017 22:02
by c_will
No, same result :cry:

Re: Newly Installed Plugins Disappear After Restart

Posted: 08 Feb 2018 09:02
by joseph
I have exactly same problem with gephi 0.9.2 installed in ubuntu 16.04! :-( Is there a solution?

Re: Newly Installed Plugins Disappear After Restart

Posted: 10 Feb 2018 18:24
by joseph
I notice that Gephi does not RESTART at all. After manual restart NETBEANS does not show up like in Windows10. Is this this warning related: WARNING] use of system property netbeans.user has been obsoleted in favor of InstalledFileLocator/Places at org.gephi.ui.upgrader.Upgrader.getCurrentVersion(Upgrader.java:123) [INFO].

Re: Newly Installed Plugins Disappear After Restart

Posted: 16 Feb 2018 17:25
by esptra
Same problem. Gephi 0.9.2, Ubuntu 16.
It seems it install a plugin but is not there when I restart (and yes, it does not restart automatically)

Re: Newly Installed Plugins Disappear After Restart

Posted: 17 Feb 2018 19:14
by joseph
Dear fellow Linux-Ubuntu users, are the following warnings reporting to the above issue? ...

[INFO] System network proxy resolver: Gnome
[INFO] GSettings system proxy resolver: direct connection
[INFO] System network proxy reloading succeeded.
[INFO] System network proxy - mode: direct
[INFO] System network proxy: fell to default (correct if direct mode went before)
[INFO] USG_LOOK_AND_FEEL
[WARNING] use of system property netbeans.user has been obsoleted in favor of InstalledFileLocator/Places at org.gephi.ui.upgrader.Upgrader.getCurrentVersion(Upgrader.java:123)
[INFO] Current Version is 092
[WARNING] Services/AutoupdateType/org_gephi_branding_update_center.instance: url_key attribute deprecated in favor of url
[WARNING] Services/AutoupdateType/org_gephi_branding_update_center_1.instance: url_key attribute deprecated in favor of url

Re: Newly Installed Plugins Disappear After Restart

Posted: 18 Feb 2018 00:31
by joseph
I found a way to get updates & plugins incorporated after "successful installing" by forcing manually the right restart: Test if Java is functioning by running the following command in the terminal: /home/username/ ./bin/gephi --jdkhome $JAVA_HOME ...: netbeans will update/run and finalizing the installation the updates & plugins. However I am still struggling how to formulate the right configuraton file to get things right from the start. ;) :?