facebook

myEclipse with Eclipse 3.2 on MacBook Pro Intel

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #249188 Reply

    markdrew
    Member

    I have recently upgraded to a MacBook Pro and therefore I am running Eclipse 3.2 (which I realise isnt a supported platform for your plugin) and I tried to get the manual install working.

    It all seems to work apart from the configuration of a JRun server where the PDE gives you the following error when opening a preference pane for the setup of JRun.

    Is there a build (I dont mind bleeding edge) of your plugin for Eclipse 3.2? I dont mind beta testing it for you.

    The error is as follows:

    
    eclipse.buildId=I20060217-1115
    java.version=1.4.2_09
    java.vendor=Apple Computer, Inc.
    BootLoader constants: OS=macosx, ARCH=ppc, WS=carbon, NL=en_US
    Framework arguments:  -keyring /Users/markd/.eclipse_keyring -showlocation
    Command-line arguments:  -os macosx -ws carbon -arch ppc -keyring /Users/markd/.eclipse_keyring -consoleLog -showlocation
    
    Error
    2006-03-23 15:44:18.789
    Problems occurred when invoking code from plug-in: "org.eclipse.jface".
    
    com.genuitec.eclipse.core.GenuitecCoreRTException: Invalid Eclipse Base Version.
    at com.genuitec.eclipse.core.A.?(Unknown Source)
    at com.genuitec.eclipse.core.A.?(Unknown Source)
    at com.genuitec.eclipse.core.A.?(Unknown Source)
    at com.genuitec.eclipse.core.C.?(Unknown Source)
    at com.genuitec.eclipse.core.C.?(Unknown Source)
    at com.genuitec.eclipse.core.C.?(Unknown Source)
    at com.genuitec.eclipse.core.C.<init>(Unknown Source)
    at com.genuitec.eclipse.core.ViperCore.?(Unknown Source)
    at com.genuitec.eclipse.core.ViperCore.?(Unknown Source)
    at com.genuitec.eclipse.core.ViperCore.?(Unknown Source)
    at com.genuitec.eclipse.core.ViperCore.isLicenseValid(Unknown Source)
    at com.genuitec.eclipse.core.vU.?(Unknown Source)
    at com.genuitec.eclipse.core.vU.B__111164asdlkfjw2asl_23(Unknown Source)
    at com.genuitec.eclipse.easie.jrun.preference.JRunLauncherModesPreferencePage.init(JRunLauncherModesPreferencePage.java:55)
    at org.eclipse.ui.internal.dialogs.WorkbenchPreferenceNode.createPage(WorkbenchPreferenceNode.java:57)
    at org.eclipse.jface.preference.PreferenceDialog.createPage(PreferenceDialog.java:1191)
    at org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.createPage(FilteredPreferenceDialog.java:312)
    at org.eclipse.jface.preference.PreferenceDialog.showPage(PreferenceDialog.java:1094)
    at org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.showPage(FilteredPreferenceDialog.java:429)
    at org.eclipse.jface.preference.PreferenceDialog$8.selectionChanged(PreferenceDialog.java:630)
    at org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:802)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
    at org.eclipse.core.runtime.Platform.run(Platform.java:816)
    at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44)
    at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148)
    at org.eclipse.jface.viewers.StructuredViewer.firePostSelectionChanged(StructuredViewer.java:800)
    at org.eclipse.jface.viewers.StructuredViewer.handlePostSelect(StructuredViewer.java:1083)
    at org.eclipse.jface.viewers.StructuredViewer$5.widgetSelected(StructuredViewer.java:1103)
    at org.eclipse.jface.util.OpenStrategy.firePostSelectionEvent(OpenStrategy.java:232)
    at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:227)
    at org.eclipse.jface.util.OpenStrategy$3.run(OpenStrategy.java:393)
    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:3128)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2892)
    at org.eclipse.jface.window.Window.runEventLoop(Window.java:811)
    at org.eclipse.jface.window.Window.open(Window.java:789)
    at com.genuitec.eclipse.core.util.PreferencesUtils.openMyEclipsePreferences(PreferencesUtils.java:74)
    at com.genuitec.eclipse.easie.core.ui.action.ServerPreferencesUtils.openServerPreferences(Unknown Source)
    at com.genuitec.eclipse.easie.core.ui.action.ServerPreferencesUtils.openServerPreferences(Unknown Source)
    at com.genuitec.eclipse.easie.core.ui.action.ConfigureServer.run(Unknown Source)
    at org.eclipse.jface.action.Action.runWithEvent(Action.java:492)
    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:530)
    at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:480)
    at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:392)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1450)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1474)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1459)
    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1236)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3259)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2897)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1899)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1863)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:417)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
    at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106)
    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:99)
    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:374)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:169)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:282)
    at org.eclipse.core.launcher.Main.run(Main.java:977)
    at org.eclipse.core.launcher.Main.main(Main.java:952)
    

    – System Setup ——————————-
    Operating System and version: OS X 10.4.5
    Eclipse version: Eclipse 3.2 M5
    Eclipse build id: I20060217-1115
    Fresh Eclipse install (y/n): n
    If not, was it upgraded to its current version using the update manager? n
    Other installed external plugins: cfeclipse
    Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*: 8
    MyEclipse version: 4.1
    Eclipse JDK version: 1.5.0
    Application Server JDK version: 1.5.0
    Are there any exceptions in the Eclipse log file? Y

    #249204

    Riyad Kalla
    Member

    Mark,
    I believe you fired this off to the support@ email as well and I let you know that our Milestone1 of MyEclipse 5.0 should be comming out soon that will be built ontop of Eclipse 3.2 that will work on your machine. Using 4.1 or 4.1.1 on Eclipse 3.2 is going to be really unstable most likely due to the API changes since it was based on Eclipse 3.1.

    hang in there, we will get something out soon and would appreciate feedback from you guys.

    #249207

    markdrew
    Member

    I look forward to it! I understand about the API changes as I need to make modifications to some of our plugin’s (cfeclipse.org) classes to make it compile too. There have been some strange changes but 99.99% of stuff seems to work.

    I am going to be probably encountering the same issues as you guys! so good luck!

    #249216

    Riyad Kalla
    Member

    Thanks, if you run into anything interesting let us know and I’ll forward it to the dev team. More smarts, less problems.

    #249307

    markdrew
    Member

    I just checked the Eclipse download site and there is a second download for version 3.2, its 3.2 M5a. Aparently they have re-done the package due to comments with compatablity. See here for more details to what has been breaking:
    http://dev.eclipse.org/mhonarc/lists/eclipse-dev/msg07430.html

    The 3.2 M5 relase didnt allow me to export my plugin, but changing it to the M5a release has fixed some (I think) missing dependencies. On export it would say that there was an error and to check the error log (which was blank and showed no errors)

    I hope this helps your dev team! (and gets me a version of myEclipse sooner!) 🙂

    #249310

    markdrew
    Member

    I just did the manual install of myEclipse on 3.2 M5a and the setting up of jrun server pane now seems to work. I shall try some sample deployments on different servers to check that its all working and get back to you.

    #249363

    Riyad Kalla
    Member

    Good deal. I’m actually waiting for the Milestone 1 drop for my Mactel laptop to start testing as well to make sure it’s working. So if 4.1.1 is working *ok* that’s atleast good news.

    #250678

    krieklambic
    Member

    Hello Mark !

    I had exactly the same problem.
    But after entering my subscription code it’s working perfectly !

    #250679

    Riyad Kalla
    Member

    That might have been a permission issue then as using a subscription loosens the permission requirements… but otherwise there is no functional change between trial or using a subscription.

    I just wanted to clarify that for others that think buying a subscription will make 4.1.1 work on their mactels… if it does, that may just be a side effect of something else.

    #250703

    krieklambic
    Member

    As you say…

    It solves the configuration pane problem, but there are still other problems with mactels

Viewing 10 posts - 1 through 10 (of 10 total)
Reply To: myEclipse with Eclipse 3.2 on MacBook Pro Intel

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