Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Please test epp-parallel

Hello all,

I've noticed on the latest build in my workspace (not epp-parallel exclusively), that' I'm getting an old familiar error from the CDT ProcessBuilder:


java.lang.UnsatisfiedLinkError: /Developer/Projects/ptp/.metadata/.plugins/org.eclipse.pde.core/Eclipse Application/org.eclipse.osgi/bundles/5046/1/.cp/os/macosx/x86/libspawner.jnilib:  no suitable image found.  Did find:  /Developer/Projects/ptp/.metadata/.plugins/org.eclipse.pde.core/Eclipse Application/org.eclipse.osgi/bundles/5046/1/.cp/os/macosx/x86/libspawner.jnilib: unknown required load command 0x80000022
	at java.lang.ClassLoader$NativeLibrary.load(Native Method)
	at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1824)
	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1717)
	at java.lang.Runtime.loadLibrary0(Runtime.java:822)
	at java.lang.System.loadLibrary(System.java:993)
	at org.eclipse.cdt.utils.spawner.ProcessFactory.<init>(ProcessFactory.java:39)
	at org.eclipse.cdt.utils.spawner.ProcessFactory.getFactory(ProcessFactory.java:51)
	at org.eclipse.cdt.core.CommandLauncher.execute(CommandLauncher.java:151)
	at org.eclipse.cdt.managedbuilder.core.ExternalBuildRunner.invokeExternalBuild(ExternalBuildRunner.java:181)
	at org.eclipse.cdt.managedbuilder.core.ExternalBuildRunner.invokeBuild(ExternalBuildRunner.java:85)
	at org.eclipse.cdt.managedbuilder.internal.core.CommonBuilder.build(CommonBuilder.java:744)
	at org.eclipse.cdt.managedbuilder.internal.core.CommonBuilder.build(CommonBuilder.java:504)
	at org.eclipse.cdt.managedbuilder.internal.core.CommonBuilder.build(CommonBuilder.java:450)
	at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:728)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
	at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:199)
	at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:239)
	at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:292)
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
	at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:295)
	at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:351)
	at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:374)
	at org.eclipse.core.internal.resources.Workspace.buildInternal(Workspace.java:513)
	at org.eclipse.core.internal.resources.Workspace.build(Workspace.java:422)
	at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:826)
	at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:703)
	at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:928)
	at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1132)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

This is usually benign on the Mac (it has been noted before), but I'm wondering if the ProcessBuilder is being messed up on Windows because of a related issue.  Of course, without the (Remote) ProcessBuilder, the qstat -Q -f command to populate the queue list, and the subsequent qsub or qstat commands will not work.

Just a ? -- don't know if this is related to Jay's issues.

Al
----- Albert L. Rossi <arossi@xxxxxxxxxxxxx> wrote:
> I just successfully launched a job onto lincoln's debug queue from the epp-parallel.  Monitoring just told me it went to RUNNING after being queued 1 minute.  I now see it completed.
> 
> If I cannot reproduce the problem, I obviously cannot analyze it.  If anyone has a Windows 7 box handy or has a Windows VM set up could they give it a spin please?
> 
> Thanks, Al
> ----- Albert L. Rossi <arossi@xxxxxxxxxxxxx> wrote:
> > Sorry, I was out of town today.  Actually, I was planning originally on taking the week-end off somewhere, but couldn't find anything available at the last minute ... too many graduations and June weddings.  So here I am.
> > 
> > I'm downloading epp-parallel now.  Has _anyone_ tested what we've been doing on Windows other than Jay?
> > 
> > Al
> > ----- Jay Alameda <jalameda@xxxxxxxxxxxxxxxxx> wrote:
> > > I saw this back in RC2, I think, the first time I tried the pbs-jaxb.  I’d 
> > > need to check my notes.  I tried various builds of RC3, but found them to be 
> > > in pretty rough shape.  I really don’t know why the queue pull down isn’t 
> > > being populated, and why the submit is hanging.  At least it is consistent 
> > > between the two platforms.  We can’t use the old pbs RM anymore due to a 
> > > proxy issue that cropped up in indigo.
> > > 
> > > BTW, no surprise, the old openMPI RM is still fine (or at least it was in 
> > > RC3, I figure it has not been touched for RC4a).
> > > 
> > > I would love to have Eclipse tell me more about what it thinks it is doing.
> > > 
> > > 
> > > 
> > > Jay
> > > 
> > > 
> > > 
> > > 
> > > 
> > > From: ptp-dev-bounces@xxxxxxxxxxx [mailto:ptp-dev-bounces@xxxxxxxxxxx] On 
> > > Behalf Of Beth Tibbitts
> > > Sent: Friday, June 10, 2011 12:36 PM
> > > To: Parallel Tools Platform general developers
> > > Subject: Re: [ptp-dev] Please test epp-parallel
> > > 
> > > 
> > > 
> > > Ah, thanks Greg.
> > > Didn't see your note until i responded to Jay.
> > > Yes Jay, hopefully it's ok.
> > > 
> > > 
> > > ...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
> > > 
> > > Inactive hide details for Greg Watson ---06/10/2011 11:45:08 AM---Jay, 
> > > Please start with a completely new workspace. This is thGreg 
> > > Watson ---06/10/2011 11:45:08 AM---Jay, Please start with a completely new 
> > > workspace. This is the final release, so we need to establis
> > > 
> > > 
> > > 
> > > 
> > > From:
> > > 
> > > 
> > > Greg Watson <g.watson@xxxxxxxxxxxx>
> > > 
> > > 
> > > 
> > > 
> > > To:
> > > 
> > > 
> > > Parallel Tools Platform general developers <ptp-dev@xxxxxxxxxxx>
> > > 
> > > 
> > > 
> > > 
> > > Cc:
> > > 
> > > 
> > > "'Jay Alameda'" <jalameda@xxxxxxxxxxxxxxxxx>
> > > 
> > > 
> > > 
> > > 
> > > Date:
> > > 
> > > 
> > > 06/10/2011 11:45 AM
> > > 
> > > 
> > > 
> > > 
> > > Subject:
> > > 
> > > 
> > > Re: [ptp-dev] Please test epp-parallel
> > > 
> > > 
> > > 
> > > 
> > > Sent by:
> > > 
> > > 
> > > ptp-dev-bounces@xxxxxxxxxxx
> > > 
> > >   _____
> > > 
> > > 
> > > 
> > > 
> > > Jay,
> > > 
> > > Please start with a completely new workspace. This is the final release, so 
> > > we need to establish if these are real issues or are artifacts from previous 
> > > installations.
> > > 
> > > Thanks,
> > > Greg
> > > 
> > > On Jun 10, 2011, at 11:41 AM, Jay Alameda wrote:
> > > 
> > > Beth,
> > > 
> > > I was able to clean everything out, and repeat the failure from Lincoln, on 
> > > Ember. I can build, that is ok. But launching jobs using the new pbs rm 
> > > doesn’t work – hangs on submit. I had some weirdness too when I tried to 
> > > have projects on ember and Lincoln simultaneously, I’ll have to replicate. 
> > > But, this release really isn’t doing it for me, unfortunately.
> > > 
> > > Jay
> > > 
> > > 
> > > From:  <mailto:ptp-dev-bounces@xxxxxxxxxxx> ptp-dev-bounces@xxxxxxxxxxx 
> > > [mailto:ptp-dev-bounces@xxxxxxxxxxx] On Behalf Of Jay Alameda
> > > Sent: Friday, June 10, 2011 10:22 AM
> > > To: 'Parallel Tools Platform general developers'
> > > Subject: Re: [ptp-dev] Please test epp-parallel
> > > 
> > > Beth,
> > > 
> > > Eclipse parallel refused to close cleanly, hung trying to save workbench 
> > > state. I had to nuke it. Clean up and try again.
> > > 
> > > Jay
> > > 
> > > 
> > > From:  <mailto:ptp-dev-bounces@xxxxxxxxxxx> ptp-dev-bounces@xxxxxxxxxxx 
> > > [mailto:ptp-dev-bounces@xxxxxxxxxxx] On Behalf Of Jay Alameda
> > > Sent: Friday, June 10, 2011 10:17 AM
> > > To: 'Parallel Tools Platform general developers'
> > > Subject: Re: [ptp-dev] Please test epp-parallel
> > > 
> > > Beth,
> > > 
> > > Traditional remote tools build works on Lincoln (openMPI) –
> > > Jaxb PBS:
> > > To Lincoln, pull down for queue doesn’t work (this is a problem I discussed 
> > > with Al, not sure what is going on here)
> > > And consequently, jobs are not submitted – (submit batch hangs)
> > > To ember, ARGH. I’m going to start over. This is not working well. Not sure 
> > > what is going on.
> > > I’m a bit discouraged at the moment –
> > > 
> > > Jay
> > > 
> > > 
> > > 
> > > From:  <mailto:ptp-dev-bounces@xxxxxxxxxxx> ptp-dev-bounces@xxxxxxxxxxx 
> > > [mailto:ptp-dev-bounces@xxxxxxxxxxx] On Behalf Of Beth Tibbitts
> > > Sent: Friday, June 10, 2011 9:01 AM
> > > To:  <mailto:ptp-dev@xxxxxxxxxxx> ptp-dev@xxxxxxxxxxx
> > > Subject: [ptp-dev] Please test epp-parallel
> > > 
> > > 'Final' build of parallel package is available
> > > at 
> > > <http://build.eclipse.org/technology/epp/epp_build/indigo/download/20110609-2244/> 
> > > http://build.eclipse.org/technology/epp/epp_build/indigo/download/20110609-2244/
> > > Anybody who can give it a quick test would be appreciated.
> > > I need to vote on if it looks ok.
> > > Esp. if someone can test Linux it would be nice.
> > > I assume it's fine.
> > > 
> > > 
> > > ...Beth
> > > 
> > > Beth Tibbitts
> > > Eclipse Parallel Tools Platform  <http://eclipse.org/ptp> 
> > > http://eclipse.org/ptp
> > > IBM STG - High Performance Computing Tools
> > > Mailing Address: IBM Corp., 745 West New Circle Road, Lexington, KY 40511
> > > 
> > > _______________________________________________
> > > ptp-dev mailing list
> > >  <mailto:ptp-dev@xxxxxxxxxxx> ptp-dev@xxxxxxxxxxx
> > >  <https://dev.eclipse.org/mailman/listinfo/ptp-dev> 
> > > 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
> > 
> 
> _______________________________________________
> ptp-dev mailing list
> ptp-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ptp-dev
> 



Back to the top