facebook

Project properties->My Eclipse absent

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #264470 Reply

    aspriggs
    Member

    When I right click on a java project root node and select Properties the ‘My Eclipse’ selection doesn’t show up. I want to try out the new Validation Exclusion stuff but can’t find it. All other My Eclipse functionality is fine (eg..MyEclipse does show up under Window->Preferences->MyEclipse).

    *** Date:
    Thursday, January 11, 2007 11:22:58 AM EST

    ** System properties:
    OS=WindowsXP
    OS version=5.1
    Java version=1.5.0_09

    *** MyEclipse details:
    MyEclipse Enterprise Workbench
    Version: 5.1.0 GA
    Build id: 20061111-5.1.0-GA

    *** Eclipse details:
    MyEclipse Enterprise Workbench

    Version: 5.1.0 GA
    Build id: 20061111-5.1.0-GA

    Eclipse Platform

    Version: 3.2.0.v20060609m-AgOexn6hlEUsvBO
    Build id: M20060629-1905

    Eclipse RCP

    Version: 3.2.0.v20060609m-SVDNgVrNoh-MeGG
    Build id: M20060629-1905

    Eclipse Java Development Tools

    Version: 3.2.0.v20060609m-F7snq1fxia-Z4XP
    Build id: M20060629-1905

    Eclipse Plug-in Development Environment

    Version: 3.2.0.v20060609m——6zXJJzJzJq
    Build id: M20060629-1905

    Eclipse Project SDK

    Version: 3.2.0.v20060609m-GNq6oQq-7es-Y81
    Build id: M20060629-1905

    Eclipse Graphical Editing Framework

    Version: 3.2.1.v20060921
    Build id: 20060921-1617

    Eclipse startup command=-os
    win32
    -ws
    win32
    -arch
    x86
    -launcher
    C:\eclipse-3.2\eclipse.exe
    -name
    Eclipse
    -showsplash
    600
    -exitdata
    f70_80
    -product
    com.genuitec.myeclipse.product.ide
    -vm
    C:\WINDOWS\system32\javaw.exe

    #264561 Reply

    Brian Fernandes
    Moderator

    That’s really odd, are you sure MyEclipse is working fine otherwise? Have you added any MyEclipse capabilities to this project?

    As a test, can you try create a new Web Project, bring up the project properties on that and see if you can see the MyEclipse > Validation > Excluded Resources page?

    #264580 Reply

    aspriggs
    Member

    Yes. I haven’t noticed any other problems. All of the perspectives work and I’ve been using them since 5.1GA came out. I have added Hibernate capabilities to this particular project.

    I just created a new web project and added Hibernate capabilities but still no ‘My Eclipse’ selection shows up under project properties.

    #264736 Reply

    Greg
    Member

    Can you send us a screenshot of what your project properties dialog looks like? I want to make sure we know exactly what the problem is. If you have trouble posting an image to the forums you can send an email to support@genuitec.com and reference this forum thread.

    #264874 Reply

    Greg
    Member

    Could you also post the contents of your error log here <your_workspace_dir>/.metadata/.log

    That way we can determine if there is anything fishy going on.

    Thanks

    #264910 Reply

    aspriggs
    Member

    !SESSION 2007-01-22 09:28:17.371 ———————————————–
    eclipse.buildId=M20060629-1905
    java.version=1.5.0_10
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Framework arguments: -product com.genuitec.myeclipse.product.ide
    Command-line arguments: -os win32 -ws win32 -arch x86 -product com.genuitec.myeclipse.product.ide

    !ENTRY org.eclipse.osgi 4 0 2007-01-22 09:28:57.872
    !MESSAGE While loading class “org.tigris.subversion.subclipse.ui.console.SVNOutputConsole$2”, thread “main” timed out waiting (5000ms) for thread “Worker-1” to finish starting bundle “org.tigris.subversion.subclipse.ui”. To avoid deadlock, thread “main” is proceeding but “org.tigris.subversion.subclipse.ui.console.SVNOutputConsole$2” may not be fully initialized.
    !STACK 0
    java.lang.Exception: Generated exception.
    at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.preFindLocalClass(EclipseLazyStarter.java:75)
    at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:409)
    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:188)
    at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:334)
    at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:386)
    at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:347)
    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    at org.tigris.subversion.subclipse.ui.console.SVNOutputConsole.createPage(SVNOutputConsole.java:160)
    at org.eclipse.ui.internal.console.ConsoleView.doCreatePage(ConsoleView.java:274)
    at org.eclipse.ui.part.PageBookView.createPage(PageBookView.java:399)
    at org.eclipse.ui.part.PageBookView.partActivated(PageBookView.java:743)
    at org.eclipse.ui.internal.console.ConsoleView$1.run(ConsoleView.java:347)
    at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
    at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3325)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2971)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
    at org.eclipse.core.launcher.Main.run(Main.java:977)
    at org.eclipse.core.launcher.Main.main(Main.java:952)

    #264927 Reply

    Riyad Kalla
    Member

    I think the problem might be that MyEclipse 5.1.0 was built ontop of Eclipse 3.2.1, not 3.2.0 and you seem to be running 3.2.0. While they should technically be compatible, when 3.2.1 first came out, we did correct some breaks in functionality, so I think going backwards (3.2.1 -> 3.2.0) may yield the same problem.

    Can you try and download our All-In-One installer for window,s install it, then open your workspace and see if magically things are working?

Viewing 7 posts - 1 through 7 (of 7 total)
Reply To: Project properties->My Eclipse absent

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