Skip to main content



      Home
Home » Eclipse Projects » Eclipse 4 » Eclipse Luna RC1 shows blank window after start.
Eclipse Luna RC1 shows blank window after start. [message #1384054] Tue, 27 May 2014 23:17 Go to next message
Eclipse UserFriend
Hello,

I'm trying Eclipse Luna RC1.

I'm using JDK 1.8.0_05.

It shows a blank window after start.

I'm tried Eclipse Luna M6 and this issue doesn't happens.

I have not found such issue on bugs.eclipse.org .

[usuario@localhost eclipse-luna-rc1-jee]$ ./eclipse -debug -console
Start VM: /usr/java/latest/bin/java
-Dosgi.requiredJavaVersion=1.6
-XX:MaxPermSize=256m
-Xms40m
-Xmx512m
-jar /home/usuario/eclipse-luna-rc1-jee//plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
-os linux
-ws gtk
-arch x86_64
-showsplash /home/usuario/eclipse-luna-rc1-jee//plugins/org.eclipse.platform_4.4.0.v20140515-1230/splash.bmp
-launcher /home/usuario/eclipse-luna-rc1-jee/eclipse
-name Eclipse
--launcher.library /home/usuario/eclipse-luna-rc1-jee//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20140427-1923/eclipse_1604.so
-startup /home/usuario/eclipse-luna-rc1-jee//plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
--launcher.appendVmargs
-exitdata 110010
-product org.eclipse.epp.package.java.product
-debug
-console
-vm /usr/java/latest/bin/java
-vmargs
-Dosgi.requiredJavaVersion=1.6
-XX:MaxPermSize=256m
-Xms40m
-Xmx512m
-jar /home/usuario/eclipse-luna-rc1-jee//plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar 
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Install location:
    file:/home/usuario/eclipse-luna-rc1-jee/
Configuration file:
    file:/home/usuario/eclipse-luna-rc1-jee/configuration/config.ini loaded
Configuration location:
    file:/home/usuario/eclipse-luna-rc1-jee/configuration/
Framework located:
    file:/home/usuario/eclipse-luna-rc1-jee/plugins/org.eclipse.osgi_3.10.0.v20140513-1456.jar
Loading extension: reference:file:org.eclipse.osgi.compatibility.state_1.0.0.v20140403-1907.jar
	eclipse.properties not found
Framework classpath:
    file:/home/usuario/eclipse-luna-rc1-jee/plugins/org.eclipse.osgi_3.10.0.v20140513-1456.jar
    file:/home/usuario/eclipse-luna-rc1-jee/plugins/
    file:/home/usuario/eclipse-luna-rc1-jee/plugins/org.eclipse.osgi.compatibility.state_1.0.0.v20140403-1907.jar
Splash location:
    /home/usuario/eclipse-luna-rc1-jee//plugins/org.eclipse.platform_4.4.0.v20140515-1230/splash.bmp
Debug options:
    file:/home/usuario/eclipse-luna-rc1-jee/.options not found
Time to load bundles: 7
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.
Starting application: 2801
osgi> org.eclipse.m2e.logback.configuration: Logback config file: /home/usuario/eclipse-luna-rc1-jee-workspace/.metadata/.plugins/org.eclipse.m2e.logback.configuration/logback.1.5.0.20140505-1712.xml
org.eclipse.m2e.logback.configuration: Initializing logback
Application Started: 9755
Re: Eclipse Luna RC1 shows blank window after start. [message #1384457 is a reply to message #1384054] Wed, 28 May 2014 23:06 Go to previous messageGo to next message
Eclipse UserFriend
Hello,

I'm using Eclipse Luna M6 too.

Using "Check for Updates", I updated it to RC1.

So, it's opening normally.

The Eclipse Luna RC1 downloaded from Eclipse mirror shows the issue as explained previously.
Re: Eclipse Luna RC1 shows blank window after start. [message #1384651 is a reply to message #1384457] Thu, 29 May 2014 21:11 Go to previous messageGo to next message
Eclipse UserFriend
Hello,

See the following link for the solution: https://bugs.eclipse.org/bugs/show_bug.cgi?id=436002

Thanks.
Re: Eclipse Luna RC1 shows blank window after start. [message #1450517 is a reply to message #1384651] Wed, 22 October 2014 10:22 Go to previous messageGo to next message
Eclipse UserFriend
I just downloaded the latest version of Eclipse IDE for Java Developers version 4.4.1 Luna x64.

Eclipse IDE for Java Developers
Version: Luna Service Release 1 (4.4.1)
Build id: 20140925-1800

I installed it on Ubuntu 12.04 LTS x64 running on an Intel i5 platform and created a new and empty Workspace directory. When I try running Eclipse using Oracle JDK 1.8.0_25 from the command line with the following options:
eclipse -data ~/Workspace -vm /usr/jdk/jdk1.8.0_25/jre/bin/java

I get the error:
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.


Here's an example of what exactly happens from user space, from the command line:
$ /opt/eclipse441-luna/eclipse -data /home/fred/Workspace -vm /usr/jdk/jdk1.8.0_25/jre/bin/java -vmargs -Xmx512m
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
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.


Then the eclipse Luna splash screen is shown
During that a new window titled "Internal Error" opens and displays the message:
/home/fred/Workspace/.metadata/.lock (Permission denied)


After pressing "Ok" all the windows close again and nothing happens. The command line returns.

After deleting the entire Workspace directory, recreating it and trying it again, the same thing happens. There is no .metadata dir and no .lock file.

Eclipse won't run.

This seems like the problem described above, judging from the log message:
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.

Are more people experiencing this problem after a clean install on a similar platform? Was a broken product released? The git repository referenced in bug 436002 is of little help to an end user.

Is there a way to easily fix it myself?

[Updated on: Thu, 23 October 2014 10:11] by Moderator

icon9.gif  Re: Eclipse Luna RC1 shows blank window after start. [message #1512144 is a reply to message #1450517] Mon, 15 December 2014 08:43 Go to previous messageGo to next message
Eclipse UserFriend
I have the same error:

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.
org.eclipse.m2e.logback.configuration: Logback config file:  ...


... org.eclipse.m2e.logback.configuration: Initializing logback


I am using Eclipse Luna 4.4 jdk1.7.0_05 on Window Server 2008 R2 Enterprise - 64 bits.

What can I do?
  • Attachment: .log
    (Size: 126.18KB, Downloaded 319 times)
Re: Eclipse Luna RC1 shows blank window after start. [message #1715148 is a reply to message #1512144] Thu, 19 November 2015 10:39 Go to previous message
Eclipse UserFriend
Bug seems to be still there with mars :

$ eclipse -data /my/home/workspace -vm /opt/jdk/jre/bin/java -vmargs -Xmx512m
Java HotSpot(TM) Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
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.


but Eclipse started after a long time !
Previous Topic:@PostConstruct not executed in 4.5.1
Next Topic:Hiding/Showing shared parts in multiple placeholders
Goto Forum:
  


Current Time: Wed Jul 23 08:20:59 EDT 2025

Powered by FUDForum. Page generated in 0.30079 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top