Eclipse help very slow to start on Suse 11.0 [message #492522] |
Tue, 20 October 2009 12:01  |
Eclipse User |
|
|
|
Hi,
We are using Eclipse help system to provide on-line help for our applications on non-Windows platforms. We have been using Eclipse 3.3 so far, which worked for us. Recently I started to look into Eclipde 3.5.1, and noticed a strange problem. The Infocenter some times takes a very long time to start on Suse 11.0.
Here is my test environment:
Fresh install of Suse Linux 11.0 x86 32bit
Fresh install of Eclipse 3.5.1 classic SDK for Linux x86 32bit GTK
Sun JRE 1.6.0_16 x86 32bit
Here my command line to start Infocenter:
/home/sbao/eclipse/jre/bin/java -classpath /home/sbao/eclipse/plugins/org.eclipse.help.base_3.4.0.v2009 09170800.jar org.eclipse.help.standalone.Help -data /home/sbao/sa_help_launcher/workspace -configuration /home/sbao/sa_help_launcher/configuration -command start -eclipse_home /home/sbao/eclipse -debug
After I execute the above command line, I see the following output:
--------------------------------------------
Debugging is on.
Lock obtained.
isApplicationRunning? false
Using workspace /home/sbao/sa_help_launcher/workspace
Ensured old .connection file is deleted. Launching Eclipse.
isApplicationRunning? false
Launch command is:
/home/sbao/eclipse/eclipse
-vm
/home/sbao/eclipse/jre/bin/java
-nosplash
-application
org.eclipse.help.base.helpApplication
-data
/home/sbao/sa_help_launcher/workspace
-configuration
/home/sbao/sa_help_launcher/configuration
-debug
-vmargs
isApplicationRunning? false
Configuration location:
file:/home/sbao/sa_help_launcher/configuration/
Configuration file:
file:/home/sbao/sa_help_launcher/configuration/config.ini loaded
Install location:
file:/home/sbao/eclipse/
Configuration file:
file:/home/sbao/eclipse/configuration/config.ini loaded
Shared configuration location:
file:/home/sbao/eclipse/configuration/
Framework located:
file:/home/sbao/eclipse/plugins/org.eclipse.osgi_3.5.1.R35x_ v20090827.jar
Framework classpath:
file:/home/sbao/eclipse/plugins/org.eclipse.osgi_3.5.1.R35x_ v20090827.jar
Debug options:
file:/home/sbao/eclipse/.options not found
isApplicationRunning? false
Time to load bundles: 3
isApplicationRunning? false
isApplicationRunning? false
isApplicationRunning? false
isApplicationRunning? false
Starting application: 1112
isApplicationRunning? false
isApplicationRunning? false
isApplicationRunning? false
.
.
.
isApplicationRunning? false
isApplicationRunning? true
Eclipse launched
Lock released.
--------------------------------------------
As far as I tested, it can takes a very long time for the "The isApplicationRunning? true" to appear, some time up to 50 seconds. What really makes me to think that there must be a bug somewhere is that moving my mouse during the long wait times can suddenly make the loading process to become successfully completed.
Eclipse 3.4.2 has the same problem. But Eclipse 3.3 is always fast.
Is this a known bug? Did anyone see this before?
Thanks in advance.
|
|
|
|
Powered by
FUDForum. Page generated in 0.04629 seconds