facebook

GWT Plugin update causes MyEclipse startup failure

  1. MyEclipse IDE
  2.  > 
  3. Spring Development
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #345526 Reply

    Vince
    Participant

    Installed an update for the GWT Plugin today and now MyEclipse won’t start. Console log file has the following lines:

    Dec 26, 2013 9:53:32 PM com.genuitec.pulse2.client.services.PulseServices initialize
    INFO: Initialization of Pulse services is being started with callback com.genuitec.pulse2.client.targetcfg.ui.PulseActivator$InitializeTargetcfgCallback@58d51a54
    Dec 26, 2013 9:53:32 PM com.genuitec.pulse2.client.properties.PropertyCache readProperties
    INFO: Reading properties from disk cache for systemoverride took 812 milliseconds.
    Dec 26, 2013 9:53:32 PM com.genuitec.pulse2.client.services.internal.PulseInitializer initialize
    INFO: Client services user interface initialized
    Dec 26, 2013 9:53:33 PM com.genuitec.pulse2.common.http.CommunicationsServices setActiveConnectionSettings
    INFO: Active connection settings changed to SystemConnectionSettings HttpClientCommunicationsLibrary ServerURI: https://www.poweredbypulse.com:443 using extended timeouts: false
    Dec 26, 2013 9:53:33 PM com.genuitec.pulse2.common.http.CommunicationsServices initialize
    INFO: CommunicationsServices initialized using retrieval factory [org.eclipse.ecf.internal.provider.filetransfer.Activator$2@91456c5] for retrieval
    Dec 26, 2013 9:53:33 PM com.genuitec.pulse2.client.services.internal.PulseInitializer initializeCommunicationsWithWizardIfNeeded
    INFO: Skipping connection validation; connection already validated
    Dec 26, 2013 9:53:33 PM com.genuitec.pulse2.client.services.internal.PulseInitializer initializeServerConnection
    INFO: Initialized client settings for connectivity to the server
    Job found still running after platform shutdown. Jobs should be canceled by the plugin that scheduled them during shutdown: com.genuitec.pulse2.client.targetcfg.ui.jobs.InitializeTargetCfgJob
    ~

    #345541 Reply

    vinced,

    Sorry that you are seeing this issue.

    > Can you please clarify whether you were able to select the workspace while starting MyEclipse ? If yes, can you please attach the .log file located at <Workspace dir>/.metadata/.log file to help us investigate further.

    > Can you please mention the exact steps you followed to update the GWT plugin ?

    > Can you please restart your machine and check whether you can open MyEclipse without any issues ?

    > Please share your MyEclipse installation details from MyEclipse > Installation summary > Installation details.

    > Can you please try opening MyEclipse using the -clean command ? Please refer this FAQ for more details – https://www.genuitec.com/forums/topic/troubleshoot-using-the-clean-command-line-argument/

    #345550 Reply

    Vince
    Participant

    I was able to select the workspace.
    I clicked on the Software Tab in the control center and it said I had 1 software update to apply, GWT Plugin. I clicked on the button to apply updates. Afterwards it asked to restart MyEclipse and it wouldn’t start.
    The attached log file is from starting MyEclipse immediately after a system reboot.
    Starting with -clean option still does not work.
    Unable to provide installation details since I can’t start MyEclipse.

    #345587 Reply

    vinced,

    The .log file seems to have not attached properly in your earlier response. Can you please attach the log file located at <Workspace dir>/.metadata/.log file to help us investigate further ?

    #345597 Reply

    Vince
    Participant

    Attached log File

    Attachments:
    You must be logged in to view attached files.
    #345613 Reply

    vinced,

    Thanks for all the details provided. We could replicate the issue at our end.

    Looks like the Google Plugin requires Java 7, so, MyEclipse should be executed under Java 7. Can you please open myeclipse.ini file located in the MyEclipse installation directory and change the -vm (Java path) to Java 1.7 instead of Java 1.6.

    For example, in windows the default -vm path in the myeclipse.ini file is

    -vm
    D:\Program Files\Genuitec1\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\bin\client\jvm.dll

    Modify the default -vm path with the following

    -vm
    C:\Program Files\Java\jdk1.7.0_17\jre\bin\client\jvm.dll

    Please take a look at this FAQ which explains where the MyEclipse files and folders are located.

    Let us know how it works for you.

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: GWT Plugin update causes MyEclipse startup failure

You must be logged in to post in the forum log in