Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

glassfish no start GLib-GIO-ERROR **: Settings schema 'org.gnome.system.proxy' is not installed

I im using glassfish 2.1 with openjdk 7, debian 7 amd64. Glassfish no start, show glassfish no start GLib-GIO-ERROR **: Settings schema 'org.gnome.system.proxy' is not installed, any ideas???

like image 884
meyquel Avatar asked May 13 '13 13:05

meyquel


2 Answers

Try to install gsettings-desktop-schemas.

like image 122
adray Avatar answered Nov 08 '22 00:11

adray


Or alternatively, try this

sudo /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/

With archlinux, this solution worked to address this bug

(gedit:22225): GLib-GIO-ERROR **: 09:49:08.734: Settings schema 'org.gnome.gedit.plugins.spell' is not installed

I found the solution there:

  • Error: GLib-GIO-ERROR: Settings schema 'org.blueman.general' is not installed · Issue #274 · blueman-project/blueman
  • mate-screenshot GLib-GIO-ERROR - schema not installed / Applications & Desktop Environments / Arch Linux Forums
like image 45
Daishi Avatar answered Nov 07 '22 22:11

Daishi