Eclipse Mars fecha sozinho - Slackware

13. Re: Eclipse Mars fecha sozinho - Slackware

Perfil removido
removido

(usa Nenhuma)

Enviado em 24/12/2015 - 17:03h

Você ta tentando executar o eclipse como root?


  


14. Re: Eclipse Mars fecha sozinho - Slackware

Carlos Alberto Oliveira
crls

(usa Slackware)

Enviado em 24/12/2015 - 18:40h

Sim, o comando para a mudança do theme foi como root, o icone do eclipse já esta na minha area de trabalho, mas mesmo instalando o eclipse do site oficial pelo slackbuilds como foi recomendado pelo colega, ele continua fechando sozinho quando tento acessar alguma aba ou qualquer com na IDE.


15. Re: Eclipse Mars fecha sozinho - Slackware

Perfil removido
removido

(usa Nenhuma)

Enviado em 24/12/2015 - 18:45h

crls escreveu:

Sim, o comando para a mudança do theme foi como root, o icone do eclipse já esta na minha area de trabalho, mas mesmo instalando o eclipse do site oficial pelo slackbuilds como foi recomendado pelo colega, ele continua fechando sozinho quando tento acessar alguma aba ou qualquer com na IDE.


Tem que ser feito como usuário normal o comando que te passei.


16. Re: Eclipse Mars fecha sozinho - Slackware

Carlos Alberto Oliveira
crls

(usa Slackware)

Enviado em 24/12/2015 - 18:53h

Acabei de executar como usuario normal e o erro foi o mesmo.


17. Re: Eclipse Mars fecha sozinho - Slackware

Carlos Alberto Oliveira
crls

(usa Slackware)

Enviado em 26/12/2015 - 19:36h

ru4n escreveu:

crls escreveu:

Sim, o comando para a mudança do theme foi como root, o icone do eclipse já esta na minha area de trabalho, mas mesmo instalando o eclipse do site oficial pelo slackbuilds como foi recomendado pelo colega, ele continua fechando sozinho quando tento acessar alguma aba ou qualquer com na IDE.


Tem que ser feito como usuário normal o comando que te passei.



Eai brother, segue abaixo algumas informações sobre a configuração do java e do eclipse, que talvez possam ser úteis para descobrir pq o eclipse esta fechando sozinho:


Versão do Java

java version "1.8.0_66"
Java(TM) SE Runtime Environment (build 1.8.0_66-b17)
Java HotSpot(TM) Client VM (build 25.66-b17, mixed mode)


eclipse.ini

-startup
plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.300.v20150602-1417
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vm
/usr/lib/java/bin/
-vmargs
-Dosgi.requiredJavaVersion=1.7
-XX:MaxPermSize=256m
-Xms256m
-Xmx1024m


eclipse-jee.desktop

[Desktop Entry]
Type=Application
Exec=env SWT_GTK3=0 eclipse-jee
Name=Eclipse Java EE
GenericName=Eclipse IDE for Java EE Developers
Comment=Eclipse IDE for Java EE Developers
Icon=eclipse-jee
StartupNotify=true
Categories=Qt;KDE;GNOME;Development;


Caminho JDK

./usr/lib/jdk1.8.0_66


/etc/profile

# /etc/profile: This file contains system-wide defaults used by
# all Bourne (and related) shells.

# Set the values for some environment variables:
export MINICOM="-c on"
export MANPATH=/usr/local/man:/usr/man
export HOSTNAME="`cat /etc/HOSTNAME`"
export LESSOPEN="|lesspipe.sh %s"
export LESS="-M"

# If the user doesn't have a .inputrc, use the one in /etc.
if [ ! -r "$HOME/.inputrc" ]; then
export INPUTRC=/etc/inputrc
fi

# Set the default system $PATH:
PATH="/usr/local/bin:/usr/bin:/bin:/usr/games"

# For root users, ensure that /usr/local/sbin, /usr/sbin, and /sbin are in
# the $PATH. Some means of connection don't add these by default (sshd comes
# to mind).
if [ "`id -u`" = "0" ]; then
echo $PATH | grep /usr/local/sbin 1> /dev/null 2> /dev/null
if [ ! $? = 0 ]; then
PATH=/usr/local/sbin:/usr/sbin:/sbin:$PATH
fi
fi

# I had problems with the backspace key using 'eval tset' instead of 'TERM=',
# but you might want to try it anyway instead of the section below it. I
# think with the right /etc/termcap it would work.
# eval `tset -sQ "$TERM"`

# Set TERM to linux for unknown type or unset variable:
if [ "$TERM" = "" -o "$TERM" = "unknown" ]; then
TERM=linux
fi

# Set ksh93 visual editing mode:
if [ "$SHELL" = "/bin/ksh" ]; then
VISUAL=emacs
# VISUAL=gmacs
# VISUAL=vi
fi

# Set a default shell prompt:
#PS1='`hostname`:`pwd`# '
if [ "$SHELL" = "/bin/pdksh" ]; then
PS1='! $ '
elif [ "$SHELL" = "/bin/ksh" ]; then
PS1='! ${PWD/#$HOME/~}$ '
elif [ "$SHELL" = "/bin/zsh" ]; then
PS1='%n@%m:%~%# '
elif [ "$SHELL" = "/bin/ash" ]; then
PS1='$ '
else
PS1='\u@\h:\w\$ '
fi
PS2='> '
export PATH DISPLAY LESS TERM PS1 PS2

# Default umask. A umask of 022 prevents new files from being created group
# and world writable.
umask 022

# Notify user of incoming mail. This can be overridden in the user's
# local startup file (~/.bash.login or whatever, depending on the shell)
if [ -x /usr/bin/biff ]; then
biff y 2> /dev/null
fi

# Append any additional sh scripts found in /etc/profile.d/:
for profile_script in /etc/profile.d/*.sh ; do
if [ -x $profile_script ]; then
. $profile_script
fi
done
unset profile_script

MAVEN=/usr/share/maven/bin
JAVA_HOME=/usr/lib/jdk1.8.0_66
PATH=$JAVA_HOME/bin:$PATH export PATH JAVA_HOME
PATH=$MAVEN:$PATH export PATH MAVEN
CLASSPATH=$JAVA_HOME/bin/tool.jar
CLASSPATH=:$CLASSPATH
export JAVA_HOME PATH CLASSPATH MAVEN



18. Re: Eclipse Mars fecha sozinho - Slackware

Perfil removido
removido

(usa Nenhuma)

Enviado em 26/12/2015 - 20:33h

Pelo que pesquisei é um bug com o tema do KDE. Tente ver se usando um tema mais básico o problema some;

GTK2_RC_FILES=/usr/share/themes/Raleigh/gtk-2.0/gtkrc eclipse


Fonte: http://askubuntu.com/questions/537216/eclipse-luna-crashes-on-new-project-in-kubuntu-14-04


19. Re: Eclipse Mars fecha sozinho - Slackware

Carlos Alberto Oliveira
crls

(usa Slackware)

Enviado em 26/12/2015 - 21:16h

ru4n escreveu:

Pelo que pesquisei é um bug com o tema do KDE. Tente ver se usando um tema mais básico o problema some;

GTK2_RC_FILES=/usr/share/themes/Raleigh/gtk-2.0/gtkrc eclipse


Fonte: http://askubuntu.com/questions/537216/eclipse-luna-crashes-on-new-project-in-kubuntu-14-04


Erro no momento da execução desse comando é o mesmo, executei com usuario normal e como root, deu no mesmo:

Eclipse: Cannot Open Display
org.eclipse.m2e.logback.configuration: The org.eclipse.m2e.logback.configuration bundle was activated before the state location was initialized. Will retry after the state location is initialized.
Eclipse:
GTK+ Version Check
Eclipse:
An error has occurred. See the log file
/home/carlos/.eclipse/org.eclipse.platform_4.5.1_77110119_linux_gtk_x86/configuration/1451171466525.log.


O conteúdo do log:

!SESSION 2015-12-24 10:43:22.872 -----------------------------------------------
eclipse.buildId=4.5.1.M20150904-0015
java.version=1.8.0_66
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Framework arguments: -product org.eclipse.epp.package.jee.product
Command-line arguments: -os linux -ws gtk -arch x86 -product org.eclipse.epp.package.jee.product

!ENTRY org.eclipse.osgi 4 0 2015-12-24 10:43:24.796
!MESSAGE Application error
!STACK 1
org.eclipse.swt.SWTError: No more handles [gtk_init_check() failed]
at org.eclipse.swt.SWT.error(SWT.java:4517)
at org.eclipse.swt.widgets.Display.createDisplay(Display.java:908)
at org.eclipse.swt.widgets.Display.create(Display.java:892)
at org.eclipse.swt.graphics.Device.<init>(Device.java:156)
at org.eclipse.swt.widgets.Display.<init>(Display.java:512)
at org.eclipse.swt.widgets.Display.<init>(Display.java:503)
at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:750)
at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:162)
at org.eclipse.ui.internal.ide.application.IDEApplication.createDisplay(IDEApplication.java:169)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:111)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
at org.eclipse.equinox.launcher.Main.run(Main.java:1515)









01 02



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts