facebook

Servers are missing

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #319268 Reply

    This is on my work install of MyEclipse, version 8.6. I just went to deploy a project I’m working on to find my Servers view is missing. Went to Window > Show View > Other… and it’s not listed in the available views.

    So I went to Window > Preferences > MyEclipse > Servers where before there were probably 10 to 15 different servers to choose from. Now there is only the Integrated Sandbox. Tomcat isn’t even available, just Apache Derby.

    I’ve tried running myeclipse.exe -clean from the command line, but that didn’t help.

    Any ideas?

    #319288 Reply

    support-joy
    Member

    awnry,

    Sorry to hear you are running into this issue. Could you answer below queries –
    1. Copy and paste your installation details. Open MyEclipse IDE, from menu options click on MyEclipse > Installation Summary > Installation Details and copy and paste the same here.
    2. From menu options click on Help > About MyEclipse Enterprise Workbench and copy and paste the version-id and build-id here
    3. Clear your .log file located at [your workspace dir]/.metadata/.log, restart IDE, replicate the issue and attach .log
    4. Are you behind firewall / proxy? If yes, please setup the same here – window > preferences > general > network connections
    5. How did you install MyEclipse ? Meaning all-in-one installer / pulse / archived update site on top of eclipse classic?

    I would recommend you try the following –
    1. Perform -clean. Please refer – https://www.genuitec.com/forums/topic/troubleshoot-using-the-clean-command-line-argument/
    2. If the above does not help, you need to re-install. I would recommend you re-install using pulse. Please refer this FAQ – https://www.genuitec.com/forums/topic/installation-how-to-install-myeclipse-from-pulse/ . You need to select “Eclipse – Galileo”. And right click on your “MyEclipse 8.6” profile under – My Profiles and click on [re-install and run]. This will open a wizard which will guide you through the rest of the steps

    Let me know how this works for you.

    Best

    #319297 Reply

    Hi support-joy,

    1.) Installation details are attached as file: installdetails.txt

    2.) Version and build id:

    Version: 8.6.1
    Build id: 8.6.1-20101117

    3.) .log file attached.

    4.) I am not behind a firewall or proxy.

    5.) I installed with an all-in-one installer.

    The other day it was working, then I came to work the next day and it wasn’t. Is there anything I can try before I reinstall? I’ve already tried the -clean option and that didn’t work.

    Thanks.

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

    And if I do end up having to reinstall, where can I find the installer for version 8.6? Will my 8.6 license work with the current version of MyEclipse? Thanks

    #319327 Reply

    support-joy
    Member

    awnry ,

    Thank you for installation details and .log file.

    java.io.UTFDataFormatException
    at org.eclipse.dltk.internal.core.util.Util.writeUTF(Util.java:1430)
    at org.eclipse.dltk.core.search.index.DiskIndex.writeCategoryTable(DiskIndex.java:1177)
    at org.eclipse.dltk.core.search.index.DiskIndex.writeCategories(DiskIndex.java:1133)
    at org.eclipse.dltk.core.search.index.DiskIndex.mergeWith(DiskIndex.java:724)
    at org.eclipse.dltk.core.search.index.Index.save(Index.java:243)
    at org.eclipse.dltk.core.search.indexing.core.SourceModulesRequest.run(SourceModulesRequest.java:85)
    at org.eclipse.dltk.core.search.indexing.AbstractJob.execute(AbstractJob.java:77)
    at org.eclipse.dltk.internal.core.search.processing.JobManager.run(JobManager.java:452)
    at java.lang.Thread.run(Thread.java:619)

    For the above mentioned issue in .log file, I would recommend you open MyEclipse IDE, from menu options click on Help > MyEclipse Configuration Center > Dashboard tab and uncheck the checkbox preceding feature – “MyEclipse IE JavaScript Debugger (windows only)” and click on [apply 1 change] button under “Pending Changes” section and follow the wizard. When prompted please choose to restart the IDE.

    !ENTRY org.eclipse.osgi 2 0 2011-08-26 13:52:34.001
    !MESSAGE While loading class “org.eclipse.jst.j2ee.internal.common.classpath.J2EEComponentClasspathInitializer”, thread “Thread[Worker-7,5,main]” timed out waiting (5000ms) for thread “Thread[Worker-5,5,main]” to finish starting bundle “org.eclipse.jst.j2ee_1.1.302.me201005202301 [679]”. To avoid deadlock, thread “Thread[Worker-7,5,main]” is proceeding but “org.eclipse.jst.j2ee.internal.common.classpath.J2EEComponentClasspathInitializer” may not be fully initialized.
    !STACK 0
    org.osgi.framework.BundleException: State change in progress for bundle “reference:file:/C:/Program Files/Genuitec/Common/plugins/org.eclipse.jst.j2ee_1.1.302.me201005202301.jar” by thread “Worker-5”.
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.java:1073)

    You did not mention if you have tried -clean

    I would recommend you try the following –
    1. Perform -clean. Please refer – https://www.genuitec.com/forums/topic/troubleshoot-using-the-clean-command-line-argument/

    For issues as listed above, I would recommend you try the following –
    1. -clean as referred above
    2. In case -clean does not work, switch to a new workspace. From MyEclipse IDE menu options click on File > Switch Workspace > Other
    3. In case none of the above works, please try re-install using pulse as mentioned below –
    a. Open Pulse (Open C:\Program Files\Genuitec\Pulse Explorer\pulse-explorer.exe or download from http://www.poweredbypulse.com)
    b. Login to pulse, you can also login anonymously
    c. Select your “MyEclipse 8.6” profile from “My Profiles”
    d. Right click on the same and click on [re-install and run]
    e. This will open a wizard which will guide you through the rest of the steps.

    Yes you can use your MyEclipse license with the current 9.1 version.

    Let me know how this works for you.

    #319334 Reply

    Hi support-joy,

    @awnry wrote:

    I’ve tried running myeclipse.exe -clean from the command line, but that didn’t help.

    This was one of the first things I did before I posted. I also tried it again when you mentioned it in your previous post. Neither time did it seem to do anything.

    I uninstalled the IE JavaScript Debugger as instructed. It looks like the tab is still missing.

    Another thing I noticed, it seems everything Web related is gone. Not just the Servers tab, but I can’t even CREATE a new Web app. That option simply isn’t listed in the New Project dialog.

    I think I will try installing 9.1 and see how that goes. Thanks for your help. 🙂

    #319359 Reply

    support-joy
    Member

    awnry,

    Did you try the following –
    1. switching to a new workspace
    2. re-installing your ME 8.6 profile

    I presume your workspace / profile is broken. In case if workspace is broken, switching to a new workspace should do the trick. In case profile is broken a re-install using pulse should fix it. Yes, you can also install MyEclipse 9.1.

Viewing 7 posts - 1 through 7 (of 7 total)
Reply To: Servers are missing

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