Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Fw: PTP and Parallel Package Juno RC4 build - Need your vote for final Parallel Package build!

I've just delivered a fix for the second issue Dave found. It looks like the class was refactored in CDT.

Regards,

Vivian Kong
IBM Eclipse CDT
IBM Canada Toronto Lab


Inactive hide details for Dave Wootton ---06/19/2012 11:18:56 AM---I ran some additional tests this morning. I rebuilt the PE pDave Wootton ---06/19/2012 11:18:56 AM---I ran some additional tests this morning. I rebuilt the PE proxy source from the plugins directory

From: Dave Wootton <dwootton@xxxxxxxxxx>
To: Parallel Tools Platform general developers <ptp-dev@xxxxxxxxxxx>,
Date: 06/19/2012 11:18 AM
Subject: [ptp-dev] Fw: PTP and Parallel Package Juno RC4 build - Need your vote for final Parallel Package build!
Sent by: ptp-dev-bounces@xxxxxxxxxxx





I ran some additional tests this morning. I rebuilt the PE proxy source from the plugins directory of my installation and tested with that proxy without problems. One difference is not the source is packaged as a jar file and I had to use the Linux unzip utility to unpack them.

I tested with remote projects and the PE JAXB resource manager, building. editing and running and it works other than a couple exceptions which I was working with Beth and Vivian on


1) When I add new include directories to teh symbols and paths project properties page I get an exception


Unexpected error: Warning more than one options found for kind 1


java.lang.Exception

at org.eclipse.cdt.managedbuilder.core.ManagedBuilderCorePlugin.error(ManagedBuilderCorePlugin.java:226)

at org.eclipse.cdt.managedbuilder.internal.dataprovider.BuildEntryStorage.setUserEntries(BuildEntryStorage.java:610)

at org.eclipse.cdt.managedbuilder.internal.dataprovider.BuildEntryStorage.obtainEntriesFromLevel(BuildEntryStorage.java:151)

at org.eclipse.cdt.core.settings.model.util.AbstractEntryStorage.setEntries(AbstractEntryStorage.java:63)

at org.eclipse.cdt.managedbuilder.internal.dataprovider.BuildLanguageData.setEntries(BuildLanguageData.java:103)

at org.eclipse.cdt.internal.core.settings.model.CLanguageSetting.setSettingEntries(CLanguageSetting.java:336)

at org.eclipse.cdt.internal.core.settings.model.CLanguageSetting.setSettingEntries(CLanguageSetting.java:325)

at org.eclipse.cdt.ui.newui.AbstractLangsListTab.addToAll(AbstractLangsListTab.java:689)

at org.eclipse.cdt.ui.newui.AbstractLangsListTab.performAdd(AbstractLangsListTab.java:480)

at org.eclipse.cdt.ui.newui.AbstractLangsListTab.buttonPressed(AbstractLangsListTab.java:592)

at org.eclipse.cdt.ui.newui.AbstractCPropertyTab.buttonPressed(AbstractCPropertyTab.java:272)

at org.eclipse.cdt.ui.newui.AbstractCPropertyTab.access$0(AbstractCPropertyTab.java:269)

at org.eclipse.cdt.ui.newui.AbstractCPropertyTab$1.widgetSelected(AbstractCPropertyTab.java:219)

at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)

at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)


2) I also got an exception opening an edit window

java.lang.ClassNotFoundException: org.eclipse.cdt.debug.internal.ui.actions.EnableDisableBreakpointRulerActionDelegate

at java.lang.ClassNotFoundException.<init>(ClassNotFoundException.java:76)

at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:425)

at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)

at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)

at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)

at java.lang.ClassLoader.loadClass(ClassLoader.java:619)

at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:340)

at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:229)

at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1212)

at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:174)

at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:905)

at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)

at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55)

at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:265)

at org.eclipse.ui.internal.PluginAction.createDelegate(PluginAction.java:122)

at org.eclipse.ui.internal.PluginAction.selectionChanged(PluginAction.java:275)

at org.eclipse.ui.internal.PluginAction.<init>(PluginAction.java:112)

at org.eclipse.ui.internal.EditorPluginAction.<init>(EditorPluginAction.java:32)

at org.eclipse.ui.internal.ActionDescriptor.createAction(ActionDescriptor.java:262)

at org.eclipse.ui.internal.ActionDescriptor.<init>(ActionDescriptor.java:176)

at org.eclipse.ui.internal.ViewerActionBuilder.createActionDescriptor(ViewerActionBuilder.java:53)

at org.eclipse.ui.internal.PluginActionBuilder.readElement(PluginActionBuilder.java:161)

at org.eclipse.ui.internal.ViewerActionBuilder.readElement(ViewerActionBuilder.java:88)

at org.eclipse.ui.internal.registry.RegistryReader.readElements(RegistryReader.java:144)

at org.eclipse.ui.internal.registry.RegistryReader.readElementChildren(RegistryReader.java:133)

at org.eclipse.ui.internal.PluginActionBuilder.readElement(PluginActionBuilder.java:144)

at org.eclipse.ui.internal.ViewerActionBuilder.readElement(ViewerActionBuilder.java:88)

at org.eclipse.ui.internal.registry.RegistryReader.readElements(RegistryReader.java:144)

at org.eclipse.ui.internal.registry.RegistryReader.readExtension(RegistryReader.java:155)

at org.eclipse.ui.internal.registry.RegistryReader.readRegistry(RegistryReader.java:176)

at org.eclipse.ui.internal.PluginActionBuilder.readContributions(PluginActionBuilder.java:115)

at org.eclipse.ui.internal.ViewerActionBuilder.readViewerContributions(ViewerActionBuilder.java:106)

at org.eclipse.ui.internal.PopupMenuExtender.readStaticActionsFor(PopupMenuExtender.java:524)

at org.eclipse.ui.internal.PopupMenuExtender.addMenuId(PopupMenuExtender.java:228)

at org.eclipse.ui.internal.PopupMenuExtender.<init>(PopupMenuExtender.java:148)

at org.eclipse.ui.internal.PartSite.registerContextMenu(PartSite.java:130)

at org.eclipse.ui.internal.EditorSite.registerContextMenu(EditorSite.java:150)

at org.eclipse.ui.texteditor.AbstractTextEditor.createPartControl(AbstractTextEditor.java:3540)

at org.eclipse.ui.texteditor.StatusTextEditor.createPartControl(StatusTextEditor.java:54)

at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.createPartControl(AbstractDecoratedTextEditor.java:447)

at org.eclipse.cdt.internal.ui.editor.CEditor.createPartControl(CEditor.java:2594)

at org.eclipse.ptp.internal.rdt.editor.RemoteCEditor.createPartControl(RemoteCEditor.java:94)

at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.createPartControl(CompatibilityPart.java:129)

at org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor.createPartControl(CompatibilityEditor.java:95)

at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(CompatibilityPart.java:300)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)

at java.lang.reflect.Method.invoke(Method.java:611)

at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)

at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:857)

at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:837)

at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:111)

at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:318)

at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:240)

at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:161)

at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:102)

at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(ReflectionContributionFactory.java:71)

at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(ReflectionContributionFactory.java:53)

at org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer.createWidget(ContributedPartRenderer.java:141)

at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:889)

at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:623)

at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:725)

at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$2(PartRenderingEngine.java:696)

at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$7.run(PartRenderingEngine.java:690)

at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)

at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:675)

at org.eclipse.e4.ui.internal.workbench.PartServiceImpl$1.handleEvent(PartServiceImpl.java:90)

at org.eclipse.e4.ui.services.internal.events.UIEventHandler$1.run(UIEventHandler.java:41)

at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:180)

at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:150)

at org.eclipse.swt.widgets.Display.syncExec(Display.java:4687)

at org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:187)

at org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:38)

at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:197)

at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:197)

at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1)

at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)

at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)

at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:135)

at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:78)

at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:39)

at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:75)

at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:57)

at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)

at org.eclipse.e4.ui.model.application.ui.impl.ElementContainerImpl.setSelectedElement(ElementContainerImpl.java:171)

at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.showElementInWindow(ModelServiceImpl.java:418)

at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.bringToTop(ModelServiceImpl.java:385)

at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.delegateBringToTop(PartServiceImpl.java:578)

at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.bringToTop(PartServiceImpl.java:314)

at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.showPart(PartServiceImpl.java:962)

at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:3071)

at org.eclipse.ui.internal.WorkbenchPage.access$21(WorkbenchPage.java:2996)

at org.eclipse.ui.internal.WorkbenchPage$8.run(WorkbenchPage.java:2978)

at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)

at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2974)

at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2933)

at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2924)

at org.eclipse.cdt.internal.ui.util.EditorUtility.openInEditor(EditorUtility.java:268)

at org.eclipse.cdt.internal.ui.util.EditorUtility.openInEditor(EditorUtility.java:165)

at org.eclipse.cdt.internal.ui.util.EditorUtility.openInEditor(EditorUtility.java:149)

at org.eclipse.cdt.internal.ui.navigator.OpenCElementAction.run(OpenCElementAction.java:52)

at org.eclipse.ui.actions.RetargetAction.run(RetargetAction.java:221)

at org.eclipse.ui.navigator.CommonNavigatorManager$3.open(CommonNavigatorManager.java:185)

at org.eclipse.ui.OpenAndLinkWithEditorHelper$InternalListener.open(OpenAndLinkWithEditorHelper.java:48)

at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:866)

at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)

at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49)

at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)

at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:864)

at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:1152)

at org.eclipse.ui.navigator.CommonViewer.handleOpen(CommonViewer.java:462)

at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:1256)

at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:275)

at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:269)

at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:309)

at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)

at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)

at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4169)

at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3758)

at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1022)

at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)

at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:916)

at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:86)

at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:585)

at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)

at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:540)

at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)

at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)

at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)

at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)

at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)

at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)

at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)

at java.lang.reflect.Method.invoke(Method.java:611)

at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)

at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)

at org.eclipse.equinox.launcher.Main.run(Main.java:1438)

at org.eclipse.equinox.launcher.Main.main(Main.java:1414)

Dave

----- Forwarded by Dave Wootton/Poughkeepsie/IBM on 06/19/2012 11:06 AM -----


From:
Dave Wootton/Poughkeepsie/IBM@IBMUS
To:
Parallel Tools Platform general developers <ptp-dev@xxxxxxxxxxx>
Date:
06/18/2012 10:00 PM
Subject:
Re: [ptp-dev] PTP and Parallel Package Juno RC4 build - Need your vote for final Parallel Package build!
Sent by:
ptp-dev-bounces@xxxxxxxxxxx




I'm testing Windows 7 64 bit with the RC4 parallel package and ran into some problems with a clean workspace

1) I created a synchronized project on a Linux system. The only thing that showed up in the project explorer was the project and an Includes directory even though the default synchronization settings were to sync active


2) I tried to clean the project and got a console error message '/bin/sh: bash: command not found' My PATH environment variable setting is "/usr/vac/bin;C:\Program Files (x86)\AMD APP\bin\x86_64;..." which is a bunch of directories on my Windows 7 system, prefixed with /usr/vac/bin, presumably because I picked local and remote XLC tool chains


If I add /bin, /usr/bin, etc to my PATH then I can clean and build.


3) I ran a PE job that runs for about 90 seconds. I see the job show up in active and inactive jobs, but even if I hit the refresh icon in the monitors view the system monitor view doesn't update


4) I ran the PE proxy (legacy) resource manager on Linux and that works


That's as far as I got tonight. I may be able to test more tomorrow.

Dave




From:
Beth Tibbitts/Watson/IBM@IBMUS
To:
ptp-dev@xxxxxxxxxxx
Date:
06/18/2012 01:28 PM
Subject:
[ptp-dev] PTP and Parallel Package Juno RC4 build - Need your vote for final Parallel Package build!
Sent by:
ptp-dev-bounces@xxxxxxxxxxx




Sorry.... I thought I sent this out on Friday...

PLEASE TRY THIS. It's our final build of the parallel package.
I would like a few "+1" votes on some various platforms before I give it the big "+1" to be on the downloads site on Juno Day, June 27.

As mentioned in our ptp-dev call last Tuesday, please test as much as possible; we are most likely releasing a 6.0.1 bugfix release at about the time of the release on Wed June 27

Here's my vote:
+1 for Mac64

The final Juno RC4 build of the parallel package is available here:

http://build.eclipse.org/technology/epp/epp_build/juno/download/20120614-1725/

The repository from which you can use Help>Install new software to test installation from an existing workbench is

http://download.eclipse.org/releases/staging

These will not be promoted to the usual areas on the Eclipse download sites, since this would essentially
be releasing early

Final release of the Eclipse Juno, including PTP 6.0.0 and the "Eclipse for Parallel Application Developers"
is June 27.



...Beth

Beth Tibbitts
Eclipse Parallel Tools Platform
http://eclipse.org/ptp
IBM STG - High Performance Computing Tools
Mailing Address: IBM Corp., 745 West New Circle Road, Lexington, KY 40511

----- Forwarded by Beth Tibbitts/Watson/IBM on 06/15/2012 08:50 AM -----

    From:

    Markus Knauer <mknauer@xxxxxxxxxxxxxxxxx>

    To:

    EPP Developer Mailing List <epp-dev@xxxxxxxxxxx>,

    Date:

    06/14/2012 04:28 PM

    Subject:

    [epp-dev] EPP Juno RC4 build

    Sent by:

    epp-dev-bounces@xxxxxxxxxxx






Hi package maintainers,

now we've got a build available that I think could be the final RC4 build:

http://build.eclipse.org/technology/epp/epp_build/juno/download/20120614-1725/

Upgrades etc. can be tested with the RC4 p2 repositories at

http://build.eclipse.org/technology/epp/epp_build/juno/download/20120614-1725/repository and
http://download.eclipse.org/releases/staging

There are some 'special' things that I should mention:

(1)
Bug 382574 - An internal error occurred during: "Indexing help...".
The workaround that we came up with includes adding a new Java property to the eclipse.ini file. With this property set, the search in the Eclipse Help system should work even in case someone installs the higher version of the Apache Lucene library from the Juno repository at a later time. But it is important that you test the search in your package to make sure there are no bad side effects.

(2) There won't be the usual 'release' of the packages from
eclipse.org/downloads tomorrow/Friday. RC4 has always been a 'quiet' release. If you send your +1's these packages will be the final ones that will be released on June 27th.

Huh, it's going to be a longer list... I hate such lists... :)

(3) Test the packages... if you find errors, try to find a workaround and document it. If you find a stop-ship bug, well, in that case we need to find a solution. In most cases this means that we need to rebuild (and test!) all packages again.

(4) Test the packages early... and send your vote to the list as usual. I'd like to push them to the Eclipse mirror servers beginning of next week to give them enough time to sync. And before doing so, I need your votes...

Good, I'll stop for now...

Thanks,
Markus
_______________________________________________
epp-dev mailing list
epp-dev@xxxxxxxxxxx

https://dev.eclipse.org/mailman/listinfo/epp-dev
_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx

https://dev.eclipse.org/mailman/listinfo/ptp-dev
_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx

https://dev.eclipse.org/mailman/listinfo/ptp-dev_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev

GIF image

GIF image


Back to the top