- This topic has 1 reply, 2 voices, and was last updated 14 years, 10 months ago by
support-shalini.
-
AuthorPosts
-
Thomas HolmesParticipantI had MyEclipse 8.x combined package of Eclipse and MyEclipse running on my OpenSuse 64-bit QuadCore laptop. It was running fine with no issues.
There always seemed to be an issue with the JavaHL for Subclipse, but I ignored that.
I could still check-in and check-out code from Subversion.The problem is that MyEclipse hangs ALL the time when I start it up. I don’t even get a splash screen, it just hangs forever. The only message I ever get is:
Architecture: Linux/i386
Redirecting System.out and System.err to /home/tholmes/Genuitec/Common/logs/installer-console.logSo, I went to the log, and this is what I get:
Apr 21, 2010 9:19:10 AM com.genuitec.pulse2.client.services.PulseServices initialize INFO: Initialization of Pulse services is being started with callback com.genuitec.pulse2.client.targetcfg.ui.PulseActivator$1@1f8f8c8 Apr 21, 2010 9:19:11 AM com.genuitec.pulse2.client.properties.PropertyCache readProperties INFO: Reading properties from disk cache for systemoverride took 674 milliseconds. Apr 21, 2010 9:19:11 AM com.genuitec.pulse2.client.services.internal.PulseInitializer initialize INFO: Client services user interface initialized Apr 21, 2010 9:19:11 AM com.genuitec.pulse2.common.http.CommunicationsServices setActiveConnectionSettings INFO: Active connection settings changed to ConnectionSettings HttpClientCommunicationsLibrary ServerURI: https://www.poweredbypulse.com:443 Proxies: [] Non Proxied Hosts: null using extended timeouts: false Apr 21, 2010 9:19:11 AM com.genuitec.pulse2.common.http.CommunicationsServices initialize INFO: CommunicationsServices initialized using retrieval factory [org.eclipse.ecf.internal.provider.filetransfer.Activator$2@134ae32] for retrieval Apr 21, 2010 9:19:11 AM com.genuitec.pulse2.client.services.internal.PulseInitializer initializeCommunicationsWithWizardIfNeeded INFO: Skipping connection validation; connection already validated Apr 21, 2010 9:19:11 AM com.genuitec.pulse2.client.services.internal.PulseInitializer initializeServerConnection INFO: Initialized client settings for connectivity to the server Bypassed drop-in synchronization as files are up to date Redirecting System.out and System.err to /home/tholmes/Genuitec/Common/logs/explorer-console.log Apr 21, 2010 9:19:16 AM com.genuitec.pulse2.client.launcher.ui.LauncherUIActivator start INFO: Pulse launched at 4/21/10 9:19 AM
I need to get back to development work on a project, and I need my Eclipse working ASAP. Any help on how to get this fixed would be most appreciated.
Thanks!
support-shaliniMembertjholmes66,
Can you give some more information?
1. Can you copy paste your installation details from MyEclipse > Installation Summary > Installation Details?
2. Can you clarify if you are behind a proxy? In that case, please configure your proxy settings from Window > Preferences > Pulse > Network Settings
3. Are there any relevant errors logged in the log file located at workspace dir > .metadata > log? Please clear your log file and save if before looking for relevant errors. -
AuthorPosts